.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c0f6f5, #ffffff);background-image: -moz-linear-gradient(180deg, #c0f6f5, #ffffff);background-image: -ms-linear-gradient(180deg, #c0f6f5, #ffffff);background-image: -o-linear-gradient(180deg, #c0f6f5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0f6f5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0f6f5', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #c0f6f5, #ffffff);background-size:auto !important;position:relative;display:block; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container { background-color: transparent; background-image: none; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container > .video-iframe-container { display: none; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row > .video-iframe-container { display: none; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .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); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container { border-width: 0; border-radius: 0; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row > .video-iframe-container {  }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#uG1wBCaF43ROBLpvgaJbZTJGadAOkOlN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:12.25rem;width:75rem;top:0.1875rem;left:0rem;overflow:hidden;display:block; }
#urSoeI1li6g1lSlmWSgBzId5pRMSHCrE { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.186875rem;width:8.2498125rem;top:7.9375rem;left:33.3125rem;overflow:hidden;display:block; }
#pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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.124375rem;width:8.9985rem;top:7.5rem;left:33rem;display:block; }
#GvAznwNO6LnzPLoyxIeUuxR3J1xkK81E { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.375rem;width:75rem;display:none; }
#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;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 > .video-iframe-container {  }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#kT8DlCIkVwDLsiwDwEuufKPrPUixhWdI { color:#322e6c;display:block;width:22.9373125rem;position:absolute;font-family:"mykonos ar";font-size:1.875rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:0.68576335906981rem;left:42.353517532349rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#WWgAqTqTBCWca61uJTVktBABImNbKreb { color:#322e6c;display:block;width:23.936625rem;position:absolute;font-family:"mykonos ar";font-size:1.875rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:0.68250846862794rem;left:8.1642799377444rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { color:#ffffff;display:block;width:54.75rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:5.0595703125rem;left:6.8095703125rem;height:4.3875rem;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; }
#qSPrZ3L7Tegpbe5r8fTvTV9ZKK5wrs8L { background-color:#e1093f;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:11.6873125rem;height:2.74956875rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:12.811415672303rem;left:25.499132156372rem;display:block; }
#dlK52mLlPaDaIxv7wd3bPwHtx3ugM54g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mMbyvzbuzdWBwQOlveDLAflt2iyGNgC5 { background-color:#1c6890;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:11.6873125rem;height:2.74956875rem;text-decoration:none;z-index:100041;text-align:center;text-align-last:center;top:12.811415672303rem;left:37.812501907349rem;display:block; }
#sf2DPD7KgrqOqwoL8vApgautOrhEKoxi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wv5GEs99Iz45pNqb99gTzWnwdq5pDSKb { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.6870625rem;width:17.5rem;top:13.337673783303rem;left:53.186849594116rem;overflow:hidden;display:block; }
#p7NDn42OG5aLJdFD4RzggpxLzmeeS1RG { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.061625rem;width:18.75rem;top:14.151476502419rem;left:3.5601129531861rem;overflow:hidden;display:block; }
#ZdR2lUKyxIAdyfxup6IATfc8xrd70ych { background-color:#212020;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:16.5rem;height:3.75rem;text-decoration:none;z-index:100041;text-align:center;text-align-last:center;top:16.9619140625rem;left:29.7802734375rem;display:block; }
#bIt1ACX32c7IVo6QeeDqZeceRwUNDL5w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 { position:relative;display:block; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 { background-color: transparent; background-image: none; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container > .video-iframe-container { display: none; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row > .video-iframe-container { display: none; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 { border-width: 0; border-radius: 0; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container > .video-iframe-container {  }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image: -webkit-linear-gradient(180deg, #ce92ce, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ce92ce, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ce92ce, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ce92ce, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce92ce', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce92ce', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ce92ce, rgba(0,0,0,0));background-size:auto !important;font-size:0.875rem;font-family:arial;height:59.0625rem;width:75rem;position:relative;display:block; }#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-form-header {  }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1rem;font-weight:bold;color:#0078c4;width:18.3125rem;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:18.3125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.9375rem;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:18.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.9375rem;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:18.3125rem;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:18.3125rem;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:17.0625rem;overflow:hidden;font-style:normal; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container:first-of-type{padding-top:0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container:last-of-type{padding-bottom:0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;position:absolute;top:10.371093988419rem;left:2.4351558685302rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.3125rem; }
#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:18.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;position:absolute;top:10.371093988419rem;left:2.4351558685302rem; }
#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 #fIkpd6PxmfBTqX5ibJvI0OLVtZqa08FO { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #sAVrdPrFAb3Tyy3qk9cp8SUmDQ5SgOSB { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #Xmr3dfVlAZPdNdIGLtIhxoMG8dB4iiar { position:relative; }
#QgiGIU0agU4heTVRaMvTFCkLcM8vVBTx { position:relative;display:block; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KaP1MICsO0yPW5W17kFp8836ddTGPEpE { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WUN0qoF8LWGFTIr74WsXb1W3f3w3cMu6 { position:relative; }
#FV1nIwT5Q7QQVWeXZ4P3QhOBnhXfBUhy { color:#0078c4;display:block;width:21.5rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:22.8427734375rem;left:33.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xeBqMGCGaCNTbvv3bIVs90H1CyEwE9Xs { color:#000000;display:block;width:33rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1.9375rem;left:27.9375rem;height:7.55625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DDQQWWCmSEMH2sRae9IPkJzsFzV9rzhS { background-color:#1799eb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#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:17.5rem;height:3.4375rem;text-decoration:none;z-index:100034;text-align:center;text-align-last:center;top:15.1875rem;left:26.59375rem;display:none; }
#JyFkUThGHOaeSMVS0sg9iCNMLWiNxK39 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lLSk0kBhJyTLXhZtFRX4bvd2wKEEgoOl { background-color:#1799eb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#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:17.5rem;height:3.4375rem;text-decoration:none;z-index:100035;text-align:center;text-align-last:center;top:16.5625rem;left:26.59375rem;display:none; }
#vcRNuIA2rqhWeop4CSsfuJWTwZUdW1CM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Z23Xv2thMU8spLCAwSKksVGhpy1d1M8y { position:absolute;display:block;z-index:100085;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:25rem;top:34rem;left:1.060546875rem;overflow:hidden;display:block; }
#PAg7ds0PQJngx3U2HCQ81d7VVbrc1W1x { position:absolute;display:block;z-index:100180;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:16.6875rem;top:43.5rem;left:42.06015586853rem;overflow:hidden;display:block; }
#JOBIIP8xBFf5IA53siya48Fdy64Tb0Ug { color:#0078c4;display:block;width:38.6875rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.5;letter-spacing:0;top:12.3427734375rem;left:25.09375rem;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; }
#IBnUTA0TsmwvxtgifOKclSrp1QHyVivm { position:relative;display:block; }#IBnUTA0TsmwvxtgifOKclSrp1QHyVivm { background-color: transparent; background-image: none; }#IBnUTA0TsmwvxtgifOKclSrp1QHyVivm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBnUTA0TsmwvxtgifOKclSrp1QHyVivm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBnUTA0TsmwvxtgifOKclSrp1QHyVivm > .row .container > .video-iframe-container { display: none; }#IBnUTA0TsmwvxtgifOKclSrp1QHyVivm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBnUTA0TsmwvxtgifOKclSrp1QHyVivm > .row > .video-iframe-container { display: none; }#IBnUTA0TsmwvxtgifOKclSrp1QHyVivm > .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); }#IBnUTA0TsmwvxtgifOKclSrp1QHyVivm { border-width: 0; border-radius: 0; }#IBnUTA0TsmwvxtgifOKclSrp1QHyVivm > .row .container > .video-iframe-container {  }#IBnUTA0TsmwvxtgifOKclSrp1QHyVivm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a0c1a4;background-image:none;font-size:0.875rem;font-family:arial;height:154.25rem;width:75rem;position:relative;display:block; }#FFCzCwbpRh1fC5rTt5P98gwoU78xerW2 { color:#000000;display:block;width:15.371125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100121;line-height:1.6;letter-spacing:0;top:29.25rem;left:33.1904296875rem;height:10rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G0BcKL7rz14ayN1eL9IdQKDabLt6mZM9 { color:#000000;display:block;width:16.25rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100128;line-height:1.6;letter-spacing:0;top:15.8994140625rem;left:14.6201171875rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTpRMzKgxiM0ShHU3WDv7R0tcx51bn5k { color:#a0111b;display:block;width:8.5rem;position:absolute;font-family:cairo;font-size:4.375rem;font-weight:700;z-index:100171;line-height:1.3;letter-spacing:0;top:13.01171875rem;left:6.1201171875rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ze7s4inQiWLffqMz44toT2hE2NB3mDlP { background-color:#b20129;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2480625rem;height:2.561525rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:23.4384765625rem;left:5.43359375rem;display:block; }
#mp0VT4yTzqH6Na8z7Kxx1V5RJ0Tm4DLg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#b2WFDCnwSkfoWQ3TToeHoTSliNeWWcMT { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -moz-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -ms-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -o-linear-gradient(302deg, #d7b0cd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #d7b0cd, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.125rem;width:25.75rem;top:27.0625rem;left:27.4375rem;display:block; }
#rXgRF4BOJTArTIQrynnbxeC1npMESvE3 { background-color:#b20129;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.308625rem;height:2.624025rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:40.1875rem;left:25.9052734375rem;display:block; }
#BODZa4smTMstNO4DHVwv7IEbaAcqS5rt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J09TZ7rytluvNelufolMKCZFx4SpVgT8 { position:absolute;display:block;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.3125rem;width:27.6875rem;top:27.9375rem;left:23.625rem;display:none; }
#dgqNrIRasQy4BhpdWXbPfiTzJ2BhCIsn { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #d7b0cd, rgba(0,0,0,0));background-image: -moz-linear-gradient(55deg, #d7b0cd, rgba(0,0,0,0));background-image: -ms-linear-gradient(55deg, #d7b0cd, rgba(0,0,0,0));background-image: -o-linear-gradient(55deg, #d7b0cd, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#00000000' );";background-image: linear-gradient(55deg, #d7b0cd, rgba(0,0,0,0));background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.125rem;width:34rem;top:0.5625rem;left:22.4931640625rem;display:block; }
#gEaze8yn5V6F0Wi4nZ7zxCUoiBJhCRrl { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:38.1875rem;display:none; }
#oHXmaVpOKQW1lwreRUwQXAdagEtGoXqd { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:38.1875rem;display:none; }
#AM4Euawfps6Fk5OxQ1mPTNcRhU1A429C { color:#10610f;display:block;width:1.811525rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100189;line-height:1.7;letter-spacing:0;top:18.69921875rem;left:8.375rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Mz1MXTddxTaWbZLHDNluA9z8ESVwoCP2 { color:#10610f;display:block;width:5.124025rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:100181;line-height:1.7;letter-spacing:0;top:34.9375rem;left:31.1875rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#aUGS75Uv5QZJ211BqR5bIcrqu7TS78uy { color:#000000;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100138;line-height:1.6;letter-spacing:0;top:10.3125rem;left:46.25rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ont98HInMxWNx5cELhwCurKmFg7UwzmO { color:#414247;display:block;width:13.4375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100181;line-height:1.3;letter-spacing:0;top:17.0712890625rem;left:55.375rem;height:3.65625rem;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; }
#JmiVKwECUypK9E6TXyTBSO7ZgS0AVmeQ { background-color:#b20129;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.9375rem;text-decoration:none;z-index:100034;text-align:center;text-align-last:center;top:23.25rem;left:44.25rem;display:block; }
#TXH1Kksmm8MHs0XpdEAiJU89bmZRwmxh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VVtpzQ6gCTqZrBhcHTpU6aUPX0eVZUGE { color:#000000;display:block;width:22.25rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100143;line-height:1.7;letter-spacing:0;top:56.5751953125rem;left:8.6826171875rem;height:2.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ApwJyFK1Tt9XzrCUIV98HisdWRqkdBqD { position:absolute;display:block;z-index:100015;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -moz-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -ms-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -o-linear-gradient(302deg, #d7b0cd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #d7b0cd, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.75rem;width:25rem;top:51.6875rem;left:7.25rem;display:block; }
#kXBBhdGuelVbQWTObyXKwGeNFPeRT4NS { color:#000000;display:block;width:15.371125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100133;line-height:1.6;letter-spacing:0;top:53.3125rem;left:11.0634765625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P5QWLTHEgdWS8E3O3PhggwszFhnILDFn { background-color:#b20129;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.307625rem;height:2.62305rem;text-decoration:none;z-index:100037;text-align:center;text-align-last:center;top:65rem;left:5.25rem;display:block; }
#ARp6NTQoqMFpWQZ01WnaIIpSMF2XplDH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Wiw4orECpMe873oSkDU1TTAVgZxiNnTh { position:absolute;display:block;z-index:100021;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -moz-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -ms-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -o-linear-gradient(302deg, #d7b0cd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #d7b0cd, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.75rem;width:25rem;top:50.875rem;left:47rem;display:block; }
#Lkv9GF3OCxvCB4eeTuWbLAcMPzX2lfMs { color:#a0111b;display:block;width:8.4375rem;position:absolute;font-family:cairo;font-size:3.4375rem;font-weight:700;z-index:100182;line-height:1.3;letter-spacing:0;top:55.625rem;left:47rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mefNUTRJhXNi3Q7xgfnWESNlrvEJGkVw { background-color:#b20129;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.307625rem;height:2.62305rem;text-decoration:none;z-index:100043;text-align:center;text-align-last:center;top:63.9375rem;left:46.25rem;display:block; }
#dr8rOZKvhdyT1TvDugixwGZZ2bH708Du { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eB0o8Dsn0hvxcnrhblphzcikQVfrbIHa { color:#10610f;display:block;width:3.5625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100207;line-height:1.7;letter-spacing:0;top:60.125rem;left:49.125rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gcBT0hM4uqfCiIIdLKKeD0uLnrWm3LEQ { color:#000000;display:block;width:15.371125rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100134;line-height:1.6;letter-spacing:0;top:57.5625rem;left:55.4375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JHsyzViq2lUZe6sUSxe3DKAaZ5ZDlNwm { position:absolute;display:block;z-index:100032;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -moz-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -ms-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -o-linear-gradient(302deg, #d7b0cd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #d7b0cd, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.75rem;width:25rem;top:111.1875rem;left:48.375rem;display:block; }
#LzsmNkLbhMvdE3Vnc03VZFOruJoDEkJ6 { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100160;line-height:1.7;letter-spacing:0;top:112.0625rem;left:58.0625rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pn1NqKTW2uMn44TLLgtRAGSotmx0qRVs { color:#a0111b;display:block;width:9.1875rem;position:absolute;font-family:cairo;font-size:3.125rem;font-weight:700;z-index:100193;line-height:1.3;letter-spacing:0;top:116.1875rem;left:48.375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#saKTMQg5lKDbwrapNf4GAouDy1bPiX2T { background-color:#b20129;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.307625rem;height:2.62305rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:124.5625rem;left:47.4375rem;display:block; }
#uBWg2DOR3t9y8ItuFrvsGrWSAKCBigVo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DdARSt7MbkXztqcK3Q5m4HsKvFLPUsQR { color:#10610f;display:block;width:3rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100218;line-height:1.7;letter-spacing:0;top:120.25rem;left:50.3125rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#yTTHNvvQ2uyOrst1wCnIgc5FxWLQ2tUg { color:#f8f8f8;display:block;width:42.5rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100122;line-height:1.6;letter-spacing:0;top:45.7314453125rem;left:19.1875rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#caXZhef2OdikQVPAtNTLCqgf5EUT8pud { color:#efeeee;display:block;width:34.3125rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:100175;line-height:1.6;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 6.25rem rgba(0,0,0,0.47);top:1.75rem;left:22.4619140625rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EAym2Am1zHQTCO0VNJOVlSNr3Iyyd4x9 { color:#a0111b;display:block;width:7.625rem;position:absolute;font-family:cairo;font-size:4.375rem;font-weight:700;z-index:100172;line-height:1.3;letter-spacing:0;top:13.01171875rem;left:44.9375rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eSiGIdNXpAZdrBTBFG3nmZZhboUCTeeQ { color:#10610f;display:block;width:2.4375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100190;line-height:1.7;letter-spacing:0;top:18.69921875rem;left:47.431640625rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tU9HBkFgI4S1WVTdqS2FH3wbxyIJAy94 { color:#000000;display:block;width:15.5rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100151;line-height:1.7;letter-spacing:0;top:114.8125rem;left:57.6875rem;height:8.2875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G9dTnzTASCdscuTDi8WJJIzT5Hz6CTbZ { color:#10610f;display:block;width:5.124025rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:100181;line-height:1.7;letter-spacing:0;top:34.9375rem;left:31.1875rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#zCMW3dTrVDWbE9PFoKfATCQMTnHV2HKE { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -moz-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -ms-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -o-linear-gradient(302deg, #d7b0cd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #d7b0cd, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.1875rem;width:25.875rem;top:9.9375rem;left:43.5rem;display:block; }
#xCarhuSKQaBp7yJxluXczOKPqaS5uqGx { position:absolute;display:block;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -moz-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -ms-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -o-linear-gradient(302deg, #d7b0cd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #d7b0cd, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.1875rem;width:25.875rem;top:9.8740234375rem;left:5.6875rem;display:block; }
#NVhfLSGlis9DOT04lk9enclKSIW2h3i2 { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #d7b0cd, rgba(0,0,0,0));background-image: -moz-linear-gradient(55deg, #d7b0cd, rgba(0,0,0,0));background-image: -ms-linear-gradient(55deg, #d7b0cd, rgba(0,0,0,0));background-image: -o-linear-gradient(55deg, #d7b0cd, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#00000000' );";background-image: linear-gradient(55deg, #d7b0cd, rgba(0,0,0,0));background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.3125rem;width:42.625rem;top:43.5rem;left:18.560546875rem;display:block; }
#Ele7Dec0GNbTnASoWk9rmZdQB2nUf2CM { color:#a0111b;display:block;width:8.4375rem;position:absolute;font-family:cairo;font-size:3.4375rem;font-weight:700;z-index:100183;line-height:1.3;letter-spacing:0;top:58.74609375rem;left:8.375rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dJqShzl0CnX0CzpF9u7VUv0MI6HWcbu1 { color:#10610f;display:block;width:3.5625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100208;line-height:1.7;letter-spacing:0;top:62.58203125rem;left:9.185546875rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TVs4pJK3V5dRnlPDFyQnWDMxKhF10FWs { background-color:#b20129;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.307625rem;height:2.62305rem;text-decoration:none;z-index:100060;text-align:center;text-align-last:center;top:103.6875rem;left:3.4375rem;display:block; }
#o5qanHsH3nQfqN5CMsdB1siOAGtIy9bo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HGA6kkl9idtSU9e92fXTH1HS417iB3M6 { position:absolute;display:block;z-index:100038;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -moz-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -ms-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -o-linear-gradient(302deg, #d7b0cd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #d7b0cd, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.75rem;width:25rem;top:90.3125rem;left:4.375rem;display:block; }
#r81Fk9uP2bvOoQxEw7P2AWHzERKAcweF { color:#a0111b;display:block;width:9.1875rem;position:absolute;font-family:cairo;font-size:3.125rem;font-weight:700;z-index:100199;line-height:1.3;letter-spacing:0;top:95.3125rem;left:4.375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TGU9v44obssZJ2f0E60GyHV2r56iNMiO { color:#10610f;display:block;width:3rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100224;line-height:1.7;letter-spacing:0;top:99.375rem;left:6.75rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JnnEbsNkZNXVMxt6kGt3IlZgcbha6rCs { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100166;line-height:1.7;letter-spacing:0;top:91.1875rem;left:5.1875rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZvyOq0FX5D9bImQ1ZzPbGQ24nzHtVb73 { color:#000000;display:block;width:15.5rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100157;line-height:1.7;letter-spacing:0;top:93.9375rem;left:13.4375rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R6w3yB9iNFWi6PrFW4RC56dPQPHhOF4T { color:#000000;display:block;width:15.5rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100158;line-height:1.7;letter-spacing:0;top:97.375rem;left:13.4375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y2XywKutG0wTNGpSCpICHTcwukJJt57A { background-color:#b20129;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.307625rem;height:2.62305rem;text-decoration:none;z-index:100060;text-align:center;text-align-last:center;top:125.125rem;left:2.5rem;display:block; }
#hBarXJXpSEq9rM872DsMNARRXzk4McRC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Bd3DL0yrbdKi0KhNhUOs26UG5N3b7vtZ { position:absolute;display:block;z-index:100038;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -moz-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -ms-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -o-linear-gradient(302deg, #d7b0cd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #d7b0cd, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.75rem;width:25rem;top:111.1875rem;left:2.25rem;display:block; }
#ogd4EIiJKyn1PrWGccfGSHlmXdSuZK8R { color:#a0111b;display:block;width:9.1875rem;position:absolute;font-family:cairo;font-size:3.125rem;font-weight:700;z-index:100199;line-height:1.3;letter-spacing:0;top:116.8125rem;left:2.25rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pWfb0DmLmPmGvaJ35aG9LeBLcus6ixVw { color:#10610f;display:block;width:3rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100224;line-height:1.7;letter-spacing:0;top:120.875rem;left:4.625rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mlR5Tn1a4eVg7cBNI79pLnSm4cHDwJWB { color:#000000;display:block;width:15.5rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100157;line-height:1.7;letter-spacing:0;top:116.8125rem;left:10.75rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#etbkNClg5ZcoAf2pfeZlzgVV0Z48OV2q { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100166;line-height:1.7;letter-spacing:0;top:112.875rem;left:11.1875rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qqrqTim2JMMQtpcQrLpEurklz8XUkgQK { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100161;line-height:1.7;letter-spacing:0;top:53.6875rem;left:55.4375rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fty1mRKTToVtpTWd18xGCDvyWd3XiOuX { background-color:#b20129;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.307625rem;height:2.62305rem;text-decoration:none;z-index:100066;text-align:center;text-align-last:center;top:83.9375rem;left:46.25rem;display:block; }
#N9pFE9iK90hi9Qr4HJrXHKOe2qPKaWhU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lpKt7L7I153Vaw1XmJkZCh4WLV4qvGu4 { color:#a0111b;display:block;width:9.1875rem;position:absolute;font-family:cairo;font-size:2.9375rem;font-weight:700;z-index:100205;line-height:1.3;letter-spacing:0;top:75.5625rem;left:47.1875rem;height:3.81875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HV40OyfGyOzH0NmIPtFCZvAUIAHyQycT { position:absolute;display:block;z-index:100044;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -moz-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -ms-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -o-linear-gradient(302deg, #d7b0cd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #d7b0cd, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.75rem;width:25rem;top:70rem;left:47.5625rem;display:block; }
#ytLFWzPTelxZM9D2wiL3p5MV0XWWfMzc { color:#10610f;display:block;width:3rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100230;line-height:1.7;letter-spacing:0;top:79.625rem;left:49.5625rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xsUxPD3pAUQgHNnUFIn7HAGTDETT7Usi { color:#000000;display:block;width:15.5rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100163;line-height:1.7;letter-spacing:0;top:75.5625rem;left:55.625rem;height:2.01875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GdubFBhatocA7L6v0f3rcpPa7wzNefgR { color:#000000;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100172;line-height:1.7;letter-spacing:0;top:71.5rem;left:52.0625rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nC3yn0BTnXir5oxXGLPJD5VpJqXfkRsF { position:absolute;display:block;z-index:100050;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -moz-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -ms-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -o-linear-gradient(302deg, #d7b0cd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #d7b0cd, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.75rem;width:25rem;top:71.25rem;left:5.6875rem;display:block; }
#iS0mclPWLEPgTA5MpR2xzh69baCvcFOe { color:#000000;display:block;width:15.5rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100169;line-height:1.7;letter-spacing:0;top:76.25rem;left:13.5rem;height:4.0375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gP1okC63wc0hMpShQr7CRzhsED82PAC6 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100178;line-height:1.7;letter-spacing:0;top:72.625rem;left:10.3125rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OMVykv9JbbUNqMyhTO2mxbCU2pUDPwkp { color:#a0111b;display:block;width:9.1875rem;position:absolute;font-family:cairo;font-size:2.5rem;font-weight:700;z-index:100211;line-height:1.3;letter-spacing:0;top:76.4375rem;left:5.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vwiknKqr8wi2wchE23SOXVRJRcJFxT3b { background-color:#b20129;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.307625rem;height:2.62305rem;text-decoration:none;z-index:100072;text-align:center;text-align-last:center;top:85.1875rem;left:4.375rem;display:block; }
#UJXs4mcWl2o7p3bUpSHKvO43OpC0WoNr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bOlDzCDFDdQvXy42uPGWKfIaCpl1Mlad { color:#10610f;display:block;width:3rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100236;line-height:1.7;letter-spacing:0;top:80.875rem;left:7.6875rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qbpvPIHRQACTtkXrnovCufqdRlrkUXHx { position:absolute;display:block;z-index:100056;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -moz-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -ms-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -o-linear-gradient(302deg, #d7b0cd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #d7b0cd, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.75rem;width:25rem;top:130.0625rem;left:27.0625rem;display:block; }
#u6Xuw1xio6OGPEkTkdT9QLo2rmn3xwoM { color:#a0111b;display:block;width:9.1875rem;position:absolute;font-family:cairo;font-size:2.5rem;font-weight:700;z-index:100217;line-height:1.3;letter-spacing:0;top:135.25rem;left:26.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iXF9B4Ngq0WahlwFXT9ahLoEJlcpegch { background-color:#b20129;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.307625rem;height:2.62305rem;text-decoration:none;z-index:100078;text-align:center;text-align-last:center;top:144rem;left:25.75rem;display:block; }
#rUxZ5RRzBls3e8HOM0V0LIsTaw0AHWJ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yd8wBsBkGMtLkuqmd4g4OTp9ikM6LEG2 { color:#10610f;display:block;width:3rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100242;line-height:1.7;letter-spacing:0;top:139.6875rem;left:29.0625rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Q20eEJtrntzeThM68fNoRtyFKflx95Dm { color:#000000;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100184;line-height:1.7;letter-spacing:0;top:131.4375rem;left:31.625rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uo9gNq9VbISd8iL6H4hh8sQ4rt1gFrmt { color:#000000;display:block;width:15.5rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100175;line-height:1.7;letter-spacing:0;top:136.0625rem;left:35.75rem;height:2.01875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r5k3KFXHCwsiqDz0Xv0vEZu6A4WFka82 { color:#10610f;display:block;width:3.5625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100208;line-height:1.7;letter-spacing:0;top:62.58203125rem;left:9.185546875rem;height:2.23046875rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#xrLhdRP4ndwZk2NwZwR2RRvXefwNGUG3 { background-color:#b20129;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.307625rem;height:2.62305rem;text-decoration:none;z-index:100060;text-align:center;text-align-last:center;top:103.5625rem;left:47.4375rem;display:block; }
#TvrmTwQaHzFGrUxOcLfEltK0UE49wvtE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TZhQPf40gbI1ukTBa87BeV4eG1PcPbAH { position:absolute;display:block;z-index:100038;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -moz-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -ms-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -o-linear-gradient(302deg, #d7b0cd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #d7b0cd, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.75rem;width:25rem;top:90.1875rem;left:48.375rem;display:block; }
#Zr6SSMrczt1fU2s9uQquSXcmAhoctWnv { color:#a0111b;display:block;width:9.1875rem;position:absolute;font-family:cairo;font-size:3.125rem;font-weight:700;z-index:100199;line-height:1.3;letter-spacing:0;top:95.1875rem;left:48.375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NDcdJFyuibZ3GJcdGf7GocF5MVhJ3akb { color:#10610f;display:block;width:3rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100224;line-height:1.7;letter-spacing:0;top:99.25rem;left:50.75rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RqDTO2C5UezUv1eFc5tGasRiu1TlIc1B { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100166;line-height:1.7;letter-spacing:0;top:91.375rem;left:56.375rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EFQW5CHVFxBAICgkXDc5rl0oIeU9QWfE { color:#000000;display:block;width:13.75rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100157;line-height:1.7;letter-spacing:0;top:95.1875rem;left:57.1875rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NOH2epHKPbtARHnKmTTkp5Zmvu7qF3kW { color:#10610f;display:block;width:3rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100242;line-height:1.7;letter-spacing:0;top:140.125rem;left:26.5625rem;height:2.23046875rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#V537ZiK8OaNa1vIlnTLzcF8oGBrsqeSm { background-color:#b20129;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.307625rem;height:2.62305rem;text-decoration:none;z-index:100072;text-align:center;text-align-last:center;top:85.1875rem;left:4.375rem;display:none; }
#WlLJIXOmF0BsCo4bgDthl9amu6GvLF2q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KxGavmIIbZ82AJ67w4TW9HIb13XOlWMu { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100139;line-height:1.6;letter-spacing:0;top:11.125rem;left:13.2451171875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr { position:relative;display:block; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr { background-color: transparent; background-image: none; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container > .video-iframe-container { display: none; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row > .video-iframe-container { display: none; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .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); }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr { border-width: 0; border-radius: 0; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container > .video-iframe-container {  }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b54a99;background-image:none;font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#KfuyHCDPUJibyAKOhULNkUmN7q2mny6W { color:#ffffff;display:block;width:22.747375rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:10.3125rem;left:27.625rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#qIOcAK1io86Sx6GLscq9NpmwXJtniutq { box-sizing:content-box;color:#fbfeff;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:100003;top:1.125rem;left:52.75rem;display:block; }
#XdwKLyhe4bxwR5DQwJ1JDugy0urzoa8K { color:#ffffff;display:block;width:41.74925rem;position:absolute;font-family:tajawal;font-size:1.4375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:1.75rem;left:16.625rem;height:1.86889375rem;text-align:center;text-align-last:center;display:block; }
#DoJ1C0zEvatC6aQrTCQCtoMbOorilGoG { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.24975625rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:4.8125rem;left:53.1875rem;display:block; }
#HUSvNfkVkTFecChPNT82iB4Z0nwh7dUX { color:#ffffff;display:block;width:10.874rem;position:absolute;font-family:tajawal;font-size:1.4375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:5.0625rem;left:43.0625rem;height:1.86889375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 { display:block; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uG1wBCaF43ROBLpvgaJbZTJGadAOkOlN { top:0.1875rem;left:0rem;width:47.75rem;height:7.79876875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urSoeI1li6g1lSlmWSgBzId5pRMSHCrE { top:7.9375rem;left:19.6875rem;width:8.1875rem;height:8.1250378796487rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { top:7.5rem;left:19.375rem;width:8.9375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvAznwNO6LnzPLoyxIeUuxR3J1xkK81E { width:47.75rem;height:19.3125rem;display:none; }
 }@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.625rem;left:24.875rem;width:22.875rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWgAqTqTBCWca61uJTVktBABImNbKreb { top:0.625rem;left:0rem;width:23.875rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { width:47.75rem;height:4.375rem;top:5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSPrZ3L7Tegpbe5r8fTvTV9ZKK5wrs8L { width:11.625rem;height:2.6875rem;top:12.75rem;left:11.874132156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlK52mLlPaDaIxv7wd3bPwHtx3ugM54g { display:block; }
 }@media only screen and (max-width: 763px) { #mMbyvzbuzdWBwQOlveDLAflt2iyGNgC5 { width:11.625rem;height:2.6875rem;top:12.75rem;left:24.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf2DPD7KgrqOqwoL8vApgautOrhEKoxi { display:block; }
 }@media only screen and (max-width: 763px) { #wv5GEs99Iz45pNqb99gTzWnwdq5pDSKb { top:13.3125rem;left:30.25rem;width:17.5rem;height:8.6870625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7NDn42OG5aLJdFD4RzggpxLzmeeS1RG { top:14.125rem;left:0rem;width:18.75rem;height:7.061625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdR2lUKyxIAdyfxup6IATfc8xrd70ych { width:16.5rem;height:3.75rem;top:16.9375rem;left:16.1552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIt1ACX32c7IVo6QeeDqZeceRwUNDL5w { display:block; }
 }@media only screen and (max-width: 763px) { #DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 { display:block; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container { width:47.75rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-checkbox-label { width:25rem;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 #fIkpd6PxmfBTqX5ibJvI0OLVtZqa08FO {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #sAVrdPrFAb3Tyy3qk9cp8SUmDQ5SgOSB {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #Xmr3dfVlAZPdNdIGLtIhxoMG8dB4iiar {  }
 }@media only screen and (max-width: 763px) { #QgiGIU0agU4heTVRaMvTFCkLcM8vVBTx { display:block; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KaP1MICsO0yPW5W17kFp8836ddTGPEpE {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WUN0qoF8LWGFTIr74WsXb1W3f3w3cMu6 {  }
 }@media only screen and (max-width: 763px) { #FV1nIwT5Q7QQVWeXZ4P3QhOBnhXfBUhy { width:33.75rem;height:4.5rem;top:4.25rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xeBqMGCGaCNTbvv3bIVs90H1CyEwE9Xs { top:1.9375rem;left:14.3125rem;width:33rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDQQWWCmSEMH2sRae9IPkJzsFzV9rzhS { width:17.5rem;height:3.4375rem;top:15.8125rem;left:13.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JyFkUThGHOaeSMVS0sg9iCNMLWiNxK39 { display:block; }
 }@media only screen and (max-width: 763px) { #lLSk0kBhJyTLXhZtFRX4bvd2wKEEgoOl { width:17.5rem;height:3.4375rem;top:17.1875rem;left:13.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vcRNuIA2rqhWeop4CSsfuJWTwZUdW1CM { display:block; }
 }@media only screen and (max-width: 763px) { #Z23Xv2thMU8spLCAwSKksVGhpy1d1M8y { top:34rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAg7ds0PQJngx3U2HCQ81d7VVbrc1W1x { top:43.5rem;left:28.43515586853rem;width:16.6875rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOBIIP8xBFf5IA53siya48Fdy64Tb0Ug { 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) { #IBnUTA0TsmwvxtgifOKclSrp1QHyVivm { display:block; }#IBnUTA0TsmwvxtgifOKclSrp1QHyVivm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FFCzCwbpRh1fC5rTt5P98gwoU78xerW2 { top:29.25rem;left:19.5654296875rem;width:15.3125rem;height:10rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0BcKL7rz14ayN1eL9IdQKDabLt6mZM9 { top:15.875rem;left:0.9951171875rem;width:16.25rem;height:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTpRMzKgxiM0ShHU3WDv7R0tcx51bn5k { top:13rem;left:0rem;width:8.5rem;height:5.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze7s4inQiWLffqMz44toT2hE2NB3mDlP { width:9.1875rem;height:2.5rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp0VT4yTzqH6Na8z7Kxx1V5RJ0Tm4DLg { display:block; }
 }@media only screen and (max-width: 763px) { #b2WFDCnwSkfoWQ3TToeHoTSliNeWWcMT { top:27.0625rem;left:13.8125rem;width:25.75rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXgRF4BOJTArTIQrynnbxeC1npMESvE3 { width:9.25rem;height:2.5625rem;top:40.1875rem;left:12.2802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BODZa4smTMstNO4DHVwv7IEbaAcqS5rt { display:block; }
 }@media only screen and (max-width: 763px) { #J09TZ7rytluvNelufolMKCZFx4SpVgT8 { top:27.9375rem;left:10rem;width:27.6875rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgqNrIRasQy4BhpdWXbPfiTzJ2BhCIsn { top:0.5625rem;left:8.8681640625rem;width:34rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEaze8yn5V6F0Wi4nZ7zxCUoiBJhCRrl { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oHXmaVpOKQW1lwreRUwQXAdagEtGoXqd { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AM4Euawfps6Fk5OxQ1mPTNcRhU1A429C { top:18.6875rem;left:0rem;width:1.75rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz1MXTddxTaWbZLHDNluA9z8ESVwoCP2 { top:34.9375rem;left:17.5625rem;width:5.0625rem;height:2.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aUGS75Uv5QZJ211BqR5bIcrqu7TS78uy { top:10.3125rem;left:25.25rem;width:22.5rem;height:4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ont98HInMxWNx5cELhwCurKmFg7UwzmO { top:17.0625rem;left:34.3125rem;width:13.4375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmiVKwECUypK9E6TXyTBSO7ZgS0AVmeQ { width:9.25rem;height:2.9375rem;top:23.25rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXH1Kksmm8MHs0XpdEAiJU89bmZRwmxh { display:block; }
 }@media only screen and (max-width: 763px) { #VVtpzQ6gCTqZrBhcHTpU6aUPX0eVZUGE { top:56.5625rem;left:0rem;width:22.25rem;height:2.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApwJyFK1Tt9XzrCUIV98HisdWRqkdBqD { top:51.6875rem;left:0rem;width:25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXBBhdGuelVbQWTObyXKwGeNFPeRT4NS { top:53.3125rem;left:0rem;width:15.3125rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5QWLTHEgdWS8E3O3PhggwszFhnILDFn { width:9.25rem;height:2.5625rem;top:65rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARp6NTQoqMFpWQZ01WnaIIpSMF2XplDH { display:block; }
 }@media only screen and (max-width: 763px) { #Wiw4orECpMe873oSkDU1TTAVgZxiNnTh { top:50.875rem;left:22.5rem;width:25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lkv9GF3OCxvCB4eeTuWbLAcMPzX2lfMs { top:55.625rem;left:33.375rem;width:8.4375rem;height:4.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mefNUTRJhXNi3Q7xgfnWESNlrvEJGkVw { width:9.25rem;height:2.5625rem;top:63.9375rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dr8rOZKvhdyT1TvDugixwGZZ2bH708Du { display:block; }
 }@media only screen and (max-width: 763px) { #eB0o8Dsn0hvxcnrhblphzcikQVfrbIHa { top:60.125rem;left:35.5rem;width:3.5625rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcBT0hM4uqfCiIIdLKKeD0uLnrWm3LEQ { top:57.5625rem;left:32.4375rem;width:15.3125rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHsyzViq2lUZe6sUSxe3DKAaZ5ZDlNwm { top:111.1875rem;left:22.5rem;width:25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzsmNkLbhMvdE3Vnc03VZFOruJoDEkJ6 { top:112.0625rem;left:33.1875rem;width:14.5625rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn1NqKTW2uMn44TLLgtRAGSotmx0qRVs { top:116.1875rem;left:34.75rem;width:9.1875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #saKTMQg5lKDbwrapNf4GAouDy1bPiX2T { width:9.25rem;height:2.5625rem;top:124.5625rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBWg2DOR3t9y8ItuFrvsGrWSAKCBigVo { display:block; }
 }@media only screen and (max-width: 763px) { #DdARSt7MbkXztqcK3Q5m4HsKvFLPUsQR { top:120.25rem;left:36.6875rem;width:3rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTTHNvvQ2uyOrst1wCnIgc5FxWLQ2tUg { top:45.6875rem;left:5.25rem;width:42.5rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #caXZhef2OdikQVPAtNTLCqgf5EUT8pud { top:1.75rem;left:8.8369140625rem;width:34.3125rem;height:6rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAym2Am1zHQTCO0VNJOVlSNr3Iyyd4x9 { top:13rem;left:31.3125rem;width:7.625rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSiGIdNXpAZdrBTBFG3nmZZhboUCTeeQ { top:18.6875rem;left:33.806640625rem;width:2.4375rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU9HBkFgI4S1WVTdqS2FH3wbxyIJAy94 { top:114.8125rem;left:32.25rem;width:15.5rem;height:8.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9dTnzTASCdscuTDi8WJJIzT5Hz6CTbZ { top:34.9375rem;left:17.5625rem;width:5.0625rem;height:2.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCMW3dTrVDWbE9PFoKfATCQMTnHV2HKE { top:9.9375rem;left:21.625rem;width:25.875rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCarhuSKQaBp7yJxluXczOKPqaS5uqGx { top:9.8125rem;left:0rem;width:25.875rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVhfLSGlis9DOT04lk9enclKSIW2h3i2 { top:43.5rem;left:4.875rem;width:42.625rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ele7Dec0GNbTnASoWk9rmZdQB2nUf2CM { top:58.6875rem;left:0rem;width:8.4375rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJqShzl0CnX0CzpF9u7VUv0MI6HWcbu1 { top:62.5625rem;left:0rem;width:3.5625rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVs4pJK3V5dRnlPDFyQnWDMxKhF10FWs { width:9.25rem;height:2.5625rem;top:103.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5qanHsH3nQfqN5CMsdB1siOAGtIy9bo { display:block; }
 }@media only screen and (max-width: 763px) { #HGA6kkl9idtSU9e92fXTH1HS417iB3M6 { top:90.3125rem;left:0rem;width:25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r81Fk9uP2bvOoQxEw7P2AWHzERKAcweF { top:95.3125rem;left:0rem;width:9.1875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGU9v44obssZJ2f0E60GyHV2r56iNMiO { top:99.375rem;left:0rem;width:3rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnnEbsNkZNXVMxt6kGt3IlZgcbha6rCs { top:91.1875rem;left:0rem;width:24.1875rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvyOq0FX5D9bImQ1ZzPbGQ24nzHtVb73 { top:93.9375rem;left:0rem;width:15.5rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6w3yB9iNFWi6PrFW4RC56dPQPHhOF4T { top:97.375rem;left:0rem;width:15.5rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2XywKutG0wTNGpSCpICHTcwukJJt57A { width:9.25rem;height:2.5625rem;top:125.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBarXJXpSEq9rM872DsMNARRXzk4McRC { display:block; }
 }@media only screen and (max-width: 763px) { #Bd3DL0yrbdKi0KhNhUOs26UG5N3b7vtZ { top:111.1875rem;left:0rem;width:25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogd4EIiJKyn1PrWGccfGSHlmXdSuZK8R { top:116.8125rem;left:0rem;width:9.1875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWfb0DmLmPmGvaJ35aG9LeBLcus6ixVw { top:120.875rem;left:0rem;width:3rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlR5Tn1a4eVg7cBNI79pLnSm4cHDwJWB { top:116.8125rem;left:0rem;width:15.5rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #etbkNClg5ZcoAf2pfeZlzgVV0Z48OV2q { top:112.875rem;left:0rem;width:14.5625rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqrqTim2JMMQtpcQrLpEurklz8XUkgQK { top:53.6875rem;left:33.1875rem;width:14.5625rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fty1mRKTToVtpTWd18xGCDvyWd3XiOuX { width:9.25rem;height:2.5625rem;top:83.9375rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9pFE9iK90hi9Qr4HJrXHKOe2qPKaWhU { display:block; }
 }@media only screen and (max-width: 763px) { #lpKt7L7I153Vaw1XmJkZCh4WLV4qvGu4 { top:75.5625rem;left:33.5625rem;width:9.1875rem;height:3.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV40OyfGyOzH0NmIPtFCZvAUIAHyQycT { top:70rem;left:22.5rem;width:25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytLFWzPTelxZM9D2wiL3p5MV0XWWfMzc { top:79.625rem;left:35.9375rem;width:3rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsUxPD3pAUQgHNnUFIn7HAGTDETT7Usi { top:75.5625rem;left:32.25rem;width:15.5rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdubFBhatocA7L6v0f3rcpPa7wzNefgR { top:71.5rem;left:29rem;width:18.75rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC3yn0BTnXir5oxXGLPJD5VpJqXfkRsF { top:71.25rem;left:0rem;width:25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS0mclPWLEPgTA5MpR2xzh69baCvcFOe { top:76.25rem;left:0rem;width:15.5rem;height:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP1okC63wc0hMpShQr7CRzhsED82PAC6 { top:72.625rem;left:0rem;width:18.75rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMVykv9JbbUNqMyhTO2mxbCU2pUDPwkp { top:76.4375rem;left:0rem;width:9.1875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwiknKqr8wi2wchE23SOXVRJRcJFxT3b { width:9.25rem;height:2.5625rem;top:85.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJXs4mcWl2o7p3bUpSHKvO43OpC0WoNr { display:block; }
 }@media only screen and (max-width: 763px) { #bOlDzCDFDdQvXy42uPGWKfIaCpl1Mlad { top:80.875rem;left:0rem;width:3rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbpvPIHRQACTtkXrnovCufqdRlrkUXHx { top:130.0625rem;left:13.4375rem;width:25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6Xuw1xio6OGPEkTkdT9QLo2rmn3xwoM { top:135.25rem;left:12.8125rem;width:9.1875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXF9B4Ngq0WahlwFXT9ahLoEJlcpegch { width:9.25rem;height:2.5625rem;top:144rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUxZ5RRzBls3e8HOM0V0LIsTaw0AHWJ0 { display:block; }
 }@media only screen and (max-width: 763px) { #yd8wBsBkGMtLkuqmd4g4OTp9ikM6LEG2 { top:139.6875rem;left:15.4375rem;width:3rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q20eEJtrntzeThM68fNoRtyFKflx95Dm { top:131.4375rem;left:18rem;width:18.75rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo9gNq9VbISd8iL6H4hh8sQ4rt1gFrmt { top:136.0625rem;left:22.125rem;width:15.5rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5k3KFXHCwsiqDz0Xv0vEZu6A4WFka82 { top:62.5625rem;left:0rem;width:3.5625rem;height:2.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xrLhdRP4ndwZk2NwZwR2RRvXefwNGUG3 { width:9.25rem;height:2.5625rem;top:103.5625rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvrmTwQaHzFGrUxOcLfEltK0UE49wvtE { display:block; }
 }@media only screen and (max-width: 763px) { #TZhQPf40gbI1ukTBa87BeV4eG1PcPbAH { top:90.1875rem;left:22.5rem;width:25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr6SSMrczt1fU2s9uQquSXcmAhoctWnv { top:95.1875rem;left:34.75rem;width:9.1875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDcdJFyuibZ3GJcdGf7GocF5MVhJ3akb { top:99.25rem;left:37.125rem;width:3rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqDTO2C5UezUv1eFc5tGasRiu1TlIc1B { top:91.375rem;left:33.1875rem;width:14.5625rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFQW5CHVFxBAICgkXDc5rl0oIeU9QWfE { top:95.1875rem;left:34rem;width:13.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOH2epHKPbtARHnKmTTkp5Zmvu7qF3kW { top:140.125rem;left:12.9375rem;width:3rem;height:2.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V537ZiK8OaNa1vIlnTLzcF8oGBrsqeSm { width:9.25rem;height:2.5625rem;top:85.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WlLJIXOmF0BsCo4bgDthl9amu6GvLF2q { display:block; }
 }@media only screen and (max-width: 763px) { #KxGavmIIbZ82AJ67w4TW9HIb13XOlWMu { top:11.125rem;left:0rem;width:17.6875rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr { display:block; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfuyHCDPUJibyAKOhULNkUmN7q2mny6W { top:10.3125rem;left:13.999784469604rem;width:22.6875rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIOcAK1io86Sx6GLscq9NpmwXJtniutq { top:1.0625rem;left:39.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdwKLyhe4bxwR5DQwJ1JDugy0urzoa8K { top:1.6875rem;left:3rem;width:41.6875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoJ1C0zEvatC6aQrTCQCtoMbOorilGoG { top:4.75rem;left:39.5625rem;width:2.1875rem;height:2.24935rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUSvNfkVkTFecChPNT82iB4Z0nwh7dUX { top:5rem;left:29.4365234375rem;width:10.8125rem;height:1.8125rem;font-size:1.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) { #sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 { display:block; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uG1wBCaF43ROBLpvgaJbZTJGadAOkOlN { width:20rem;height:3.3125rem;top:0.625rem;left:0rem;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #urSoeI1li6g1lSlmWSgBzId5pRMSHCrE { width:4.5625rem;height:4.5625rem;top:6.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { width:5.0625rem;height:5.0625rem;top:6.0625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvAznwNO6LnzPLoyxIeUuxR3J1xkK81E { top:0.3125rem;left:0rem;width:20rem;height:8.0625rem;z-index:99999;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o { display:block; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kT8DlCIkVwDLsiwDwEuufKPrPUixhWdI { width:20rem;height:1.625rem;top:0.37413024902344rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;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) { #WWgAqTqTBCWca61uJTVktBABImNbKreb { width:20rem;height:1.625rem;top:2.3856334686279rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;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:7.875rem;top:5.5595703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.4;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #qSPrZ3L7Tegpbe5r8fTvTV9ZKK5wrs8L { width:11.624375rem;height:2.68663125rem;top:27.0625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlK52mLlPaDaIxv7wd3bPwHtx3ugM54g { display:block; }
 }@media only screen and (max-width: 763px) { #mMbyvzbuzdWBwQOlveDLAflt2iyGNgC5 { width:11.624375rem;height:2.68663125rem;top:23.3125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf2DPD7KgrqOqwoL8vApgautOrhEKoxi { display:block; }
 }@media only screen and (max-width: 763px) { #wv5GEs99Iz45pNqb99gTzWnwdq5pDSKb { width:17.5rem;height:8.6870625rem;top:33.745677624512rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #p7NDn42OG5aLJdFD4RzggpxLzmeeS1RG { width:18.75rem;height:7.061625rem;top:14.80924987793rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdR2lUKyxIAdyfxup6IATfc8xrd70ych { width:16.5rem;height:3.75rem;top:30.811525rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIt1ACX32c7IVo6QeeDqZeceRwUNDL5w { display:block; }
 }@media only screen and (max-width: 763px) { #DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 { display:block; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 { background-color: transparent; background-image: none; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container > .video-iframe-container { display: none; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row > .video-iframe-container { display: none; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container { width:20rem;height:67.8125rem;background-color:#e1e5d6;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-regular-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-textarea { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:cairo;height:2.8125rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-button { width:15.8125rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;height:2.9375rem;line-height:1.2;overflow:hidden;font-size:1.375rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-checkbox-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container:first-of-type{padding-top:0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container:last-of-type{padding-bottom:0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX  { width:16.1875rem;height:auto;top:17.125rem;left:0.65625rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .radio-container { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX {display:block;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX { width:16.1875rem;height:auto;top:17.125rem;left:0.65625rem; }
 }@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 #fIkpd6PxmfBTqX5ibJvI0OLVtZqa08FO {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #sAVrdPrFAb3Tyy3qk9cp8SUmDQ5SgOSB {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #Xmr3dfVlAZPdNdIGLtIhxoMG8dB4iiar {  }
 }@media only screen and (max-width: 763px) { #QgiGIU0agU4heTVRaMvTFCkLcM8vVBTx { display:block; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KaP1MICsO0yPW5W17kFp8836ddTGPEpE {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WUN0qoF8LWGFTIr74WsXb1W3f3w3cMu6 {  }
 }@media only screen and (max-width: 763px) { #FV1nIwT5Q7QQVWeXZ4P3QhOBnhXfBUhy { width:13.875rem;height:3.75rem;top:1.8115234375rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#4a6413;display:block; }
 }@media only screen and (max-width: 763px) { #xeBqMGCGaCNTbvv3bIVs90H1CyEwE9Xs { width:16.8125rem;height:6.5rem;top:7.2490234375rem;left:1.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDQQWWCmSEMH2sRae9IPkJzsFzV9rzhS { width:17.5rem;height:3.4375rem;top:133.6875rem;left:1.1875rem;z-index:100034;display:none; }
 }@media only screen and (max-width: 763px) { #JyFkUThGHOaeSMVS0sg9iCNMLWiNxK39 { display:block; }
 }@media only screen and (max-width: 763px) { #lLSk0kBhJyTLXhZtFRX4bvd2wKEEgoOl { width:17.5rem;height:3.4375rem;top:138.375rem;left:1.1875rem;z-index:100034;display:none; }
 }@media only screen and (max-width: 763px) { #vcRNuIA2rqhWeop4CSsfuJWTwZUdW1CM { display:block; }
 }@media only screen and (max-width: 763px) { #Z23Xv2thMU8spLCAwSKksVGhpy1d1M8y { width:7.625rem;height:7.625rem;top:41.125rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAg7ds0PQJngx3U2HCQ81d7VVbrc1W1x { width:9.5625rem;height:3.125rem;top:47.5rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOBIIP8xBFf5IA53siya48Fdy64Tb0Ug { width:20rem;height:7.5rem;top:52.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBnUTA0TsmwvxtgifOKclSrp1QHyVivm { display:block; }#IBnUTA0TsmwvxtgifOKclSrp1QHyVivm { background-color: transparent; background-image: none; }#IBnUTA0TsmwvxtgifOKclSrp1QHyVivm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBnUTA0TsmwvxtgifOKclSrp1QHyVivm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBnUTA0TsmwvxtgifOKclSrp1QHyVivm > .row .container > .video-iframe-container { display: none; }#IBnUTA0TsmwvxtgifOKclSrp1QHyVivm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBnUTA0TsmwvxtgifOKclSrp1QHyVivm > .row > .video-iframe-container { display: none; }#IBnUTA0TsmwvxtgifOKclSrp1QHyVivm > .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); }#IBnUTA0TsmwvxtgifOKclSrp1QHyVivm { border-width: 0; border-radius: 0; }#IBnUTA0TsmwvxtgifOKclSrp1QHyVivm > .row .container > .video-iframe-container {  }#IBnUTA0TsmwvxtgifOKclSrp1QHyVivm > .row .container { width:20rem;height:435.5rem;background-color:rgba(155,197,155,0.79);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FFCzCwbpRh1fC5rTt5P98gwoU78xerW2 { width:15.3105625rem;height:5.84375rem;top:47.78125rem;left:2.34375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #G0BcKL7rz14ayN1eL9IdQKDabLt6mZM9 { width:16.0625rem;height:1.7875rem;top:31.5rem;left:1.96875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fTpRMzKgxiM0ShHU3WDv7R0tcx51bn5k { width:6rem;height:2.6rem;top:34.861328125rem;left:1.96875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze7s4inQiWLffqMz44toT2hE2NB3mDlP { width:9.2480625rem;height:2.561525rem;top:39.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp0VT4yTzqH6Na8z7Kxx1V5RJ0Tm4DLg { display:block; }
 }@media only screen and (max-width: 763px) { #b2WFDCnwSkfoWQ3TToeHoTSliNeWWcMT { width:18.1875rem;height:14.6875rem;top:7.1875rem;left:0.875rem;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #d7b0cd, rgba(255,255,255,0.77));background-image: -moz-linear-gradient(302deg, #d7b0cd, rgba(255,255,255,0.77));background-image: -ms-linear-gradient(302deg, #d7b0cd, rgba(255,255,255,0.77));background-image: -o-linear-gradient(302deg, #d7b0cd, rgba(255,255,255,0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#c4ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#c4ffffff' );";background-image: linear-gradient(302deg, #d7b0cd, rgba(255,255,255,0.77));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rXgRF4BOJTArTIQrynnbxeC1npMESvE3 { width:9.25rem;height:2.5625rem;top:20.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BODZa4smTMstNO4DHVwv7IEbaAcqS5rt { display:block; }
 }@media only screen and (max-width: 763px) { #J09TZ7rytluvNelufolMKCZFx4SpVgT8 { width:18.0625rem;height:14rem;top:46.9375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dgqNrIRasQy4BhpdWXbPfiTzJ2BhCIsn { width:18.9375rem;height:4.0625rem;top:1.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEaze8yn5V6F0Wi4nZ7zxCUoiBJhCRrl { width:18.1875rem;height:14.6875rem;top:25.4375rem;left:0.8125rem;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -moz-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -ms-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -o-linear-gradient(302deg, #d7b0cd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #d7b0cd, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oHXmaVpOKQW1lwreRUwQXAdagEtGoXqd { width:19.75rem;height:17.1875rem;top:43.6875rem;left:0rem;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -moz-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -ms-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -o-linear-gradient(302deg, #d7b0cd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #d7b0cd, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AM4Euawfps6Fk5OxQ1mPTNcRhU1A429C { width:2.875rem;height:0;top:57.58203125rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:none; }
 }@media only screen and (max-width: 763px) { #Mz1MXTddxTaWbZLHDNluA9z8ESVwoCP2 { width:4.6875rem;height:1.9125rem;top:37.3994140625rem;left:2.34375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;z-index:100182;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aUGS75Uv5QZJ211BqR5bIcrqu7TS78uy { width:13.6875rem;height:2.3375rem;top:8.91015625rem;left:4.4677734375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ont98HInMxWNx5cELhwCurKmFg7UwzmO { width:11.875rem;height:3.16875rem;top:14.4990234375rem;left:5.841796875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmiVKwECUypK9E6TXyTBSO7ZgS0AVmeQ { width:9.1875rem;height:2.5rem;top:59.6875rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXH1Kksmm8MHs0XpdEAiJU89bmZRwmxh { display:block; }
 }@media only screen and (max-width: 763px) { #VVtpzQ6gCTqZrBhcHTpU6aUPX0eVZUGE { width:19.75rem;height:2.7625rem;top:115.7177734375rem;left:0.125rem;font-size:0.8125rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ApwJyFK1Tt9XzrCUIV98HisdWRqkdBqD { width:19.75rem;height:13.75rem;top:110.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXBBhdGuelVbQWTObyXKwGeNFPeRT4NS { width:10.6875rem;height:1.16875rem;top:112.4375rem;left:4.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #P5QWLTHEgdWS8E3O3PhggwszFhnILDFn { width:9.24925rem;height:2.56225625rem;top:124rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARp6NTQoqMFpWQZ01WnaIIpSMF2XplDH { display:block; }
 }@media only screen and (max-width: 763px) { #Wiw4orECpMe873oSkDU1TTAVgZxiNnTh { width:19.75rem;height:13.75rem;top:91.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lkv9GF3OCxvCB4eeTuWbLAcMPzX2lfMs { width:5.25rem;height:2.6rem;top:99.375rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mefNUTRJhXNi3Q7xgfnWESNlrvEJGkVw { width:9.2480625rem;height:2.561525rem;top:104.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dr8rOZKvhdyT1TvDugixwGZZ2bH708Du { display:block; }
 }@media only screen and (max-width: 763px) { #eB0o8Dsn0hvxcnrhblphzcikQVfrbIHa { width:3.5rem;height:1.9125rem;top:101.974609375rem;left:1.96875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gcBT0hM4uqfCiIIdLKKeD0uLnrWm3LEQ { width:15.3125rem;height:2.68125rem;top:95.8203125rem;left:3.6552734375rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JHsyzViq2lUZe6sUSxe3DKAaZ5ZDlNwm { width:19.75rem;height:13.75rem;top:72.0625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzsmNkLbhMvdE3Vnc03VZFOruJoDEkJ6 { width:14.8125rem;height:1.80625rem;top:72.9375rem;left:3.9052734375rem;font-size:1.0625rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pn1NqKTW2uMn44TLLgtRAGSotmx0qRVs { width:5.0625rem;height:2.6rem;top:77.7626953125rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #saKTMQg5lKDbwrapNf4GAouDy1bPiX2T { width:9.2480625rem;height:2.561525rem;top:85.375rem;left:5.8134765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBWg2DOR3t9y8ItuFrvsGrWSAKCBigVo { display:block; }
 }@media only screen and (max-width: 763px) { #DdARSt7MbkXztqcK3Q5m4HsKvFLPUsQR { width:3.125rem;height:1.9125rem;top:80.3623046875rem;left:1.96875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yTTHNvvQ2uyOrst1wCnIgc5FxWLQ2tUg { width:17.375rem;height:2.2rem;top:66.78125rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;color:#f8f8f8;display:block; }
 }@media only screen and (max-width: 763px) { #caXZhef2OdikQVPAtNTLCqgf5EUT8pud { width:19.6875rem;height:3.4rem;top:1.75rem;left:0.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#a34c2b;display:block; }
 }@media only screen and (max-width: 763px) { #EAym2Am1zHQTCO0VNJOVlSNr3Iyyd4x9 { width:4.875rem;height:2.6rem;top:12.97265625rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSiGIdNXpAZdrBTBFG3nmZZhboUCTeeQ { width:2.4375rem;height:auto;top:18.6875rem;left:8.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:none; }
 }@media only screen and (max-width: 763px) { #tU9HBkFgI4S1WVTdqS2FH3wbxyIJAy94 { width:11.5rem;height:7.0125rem;top:76.341796875rem;left:6.216796875rem;font-size:0.6875rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G9dTnzTASCdscuTDi8WJJIzT5Hz6CTbZ { width:4.6875rem;height:1.9125rem;top:15.126953125rem;left:0.96875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;z-index:100183;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zCMW3dTrVDWbE9PFoKfATCQMTnHV2HKE { width:19.75rem;height:14.1875rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xCarhuSKQaBp7yJxluXczOKPqaS5uqGx { width:19.75rem;height:14.1875rem;top:9.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NVhfLSGlis9DOT04lk9enclKSIW2h3i2 { width:19.75rem;height:4.125rem;top:65.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ele7Dec0GNbTnASoWk9rmZdQB2nUf2CM { width:5.75rem;height:2.6rem;top:118.4169921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJqShzl0CnX0CzpF9u7VUv0MI6HWcbu1 { width:3.5625rem;height:1.9125rem;top:121.0166015625rem;left:0.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TVs4pJK3V5dRnlPDFyQnWDMxKhF10FWs { width:9.25rem;height:2.5625rem;top:143.75rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5qanHsH3nQfqN5CMsdB1siOAGtIy9bo { display:block; }
 }@media only screen and (max-width: 763px) { #HGA6kkl9idtSU9e92fXTH1HS417iB3M6 { width:19.75rem;height:13.75rem;top:130.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r81Fk9uP2bvOoQxEw7P2AWHzERKAcweF { width:5.75rem;height:2.6rem;top:137.625rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGU9v44obssZJ2f0E60GyHV2r56iNMiO { width:3rem;height:1.9125rem;top:160.7529296875rem;left:2.7822265625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JnnEbsNkZNXVMxt6kGt3IlZgcbha6rCs { width:18.3125rem;height:1.80625rem;top:132.625rem;left:0.84375rem;font-size:1.0625rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZvyOq0FX5D9bImQ1ZzPbGQ24nzHtVb73 { width:15.5rem;height:2.7625rem;top:135.931640625rem;left:3.875rem;font-size:0.8125rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R6w3yB9iNFWi6PrFW4RC56dPQPHhOF4T { width:11.4375rem;height:1.38125rem;top:138.90625rem;left:6.279296875rem;font-size:0.8125rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y2XywKutG0wTNGpSCpICHTcwukJJt57A { width:9.25rem;height:2.5625rem;top:182.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBarXJXpSEq9rM872DsMNARRXzk4McRC { display:block; }
 }@media only screen and (max-width: 763px) { #Bd3DL0yrbdKi0KhNhUOs26UG5N3b7vtZ { width:19.75rem;height:13.75rem;top:188.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogd4EIiJKyn1PrWGccfGSHlmXdSuZK8R { width:5.625rem;height:2.6rem;top:195.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWfb0DmLmPmGvaJ35aG9LeBLcus6ixVw { width:3rem;height:1.9125rem;top:198.0625rem;left:0.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mlR5Tn1a4eVg7cBNI79pLnSm4cHDwJWB { width:14.4375rem;height:1.38125rem;top:194.0126953125rem;left:3.279296875rem;font-size:0.8125rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #etbkNClg5ZcoAf2pfeZlzgVV0Z48OV2q { width:13.5rem;height:1.80625rem;top:189.5rem;left:3.25rem;font-size:1.0625rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qqrqTim2JMMQtpcQrLpEurklz8XUkgQK { width:10.5rem;height:1.80625rem;top:92.625rem;left:4.5625rem;font-size:1.0625rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fty1mRKTToVtpTWd18xGCDvyWd3XiOuX { width:9.25rem;height:2.5625rem;top:201.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9pFE9iK90hi9Qr4HJrXHKOe2qPKaWhU { display:block; }
 }@media only screen and (max-width: 763px) { #lpKt7L7I153Vaw1XmJkZCh4WLV4qvGu4 { width:6.8125rem;height:2.6rem;top:158.1533203125rem;left:1.28125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV40OyfGyOzH0NmIPtFCZvAUIAHyQycT { width:19.75rem;height:13.75rem;top:149.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytLFWzPTelxZM9D2wiL3p5MV0XWWfMzc { width:3rem;height:0;top:252.5283203125rem;left:8.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #xsUxPD3pAUQgHNnUFIn7HAGTDETT7Usi { width:9.6875rem;height:1.38125rem;top:154.84765625rem;left:5.15625rem;font-size:0.8125rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GdubFBhatocA7L6v0f3rcpPa7wzNefgR { width:18.1875rem;height:1.80625rem;top:151.4375rem;left:0.625rem;font-size:1.0625rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nC3yn0BTnXir5oxXGLPJD5VpJqXfkRsF { width:19.75rem;height:13.75rem;top:206.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS0mclPWLEPgTA5MpR2xzh69baCvcFOe { width:15.5rem;height:1.38125rem;top:211.4375rem;left:2.25rem;font-size:0.8125rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gP1okC63wc0hMpShQr7CRzhsED82PAC6 { width:18.75rem;height:1.80625rem;top:207.5625rem;left:0.625rem;font-size:1.0625rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OMVykv9JbbUNqMyhTO2mxbCU2pUDPwkp { width:5.625rem;height:2.6rem;top:214.0625rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwiknKqr8wi2wchE23SOXVRJRcJFxT3b { width:9.25rem;height:2.5625rem;top:219.6875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJXs4mcWl2o7p3bUpSHKvO43OpC0WoNr { display:block; }
 }@media only screen and (max-width: 763px) { #bOlDzCDFDdQvXy42uPGWKfIaCpl1Mlad { width:3rem;height:0;top:261.8896484375rem;left:7.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #qbpvPIHRQACTtkXrnovCufqdRlrkUXHx { width:19.75rem;height:13.75rem;top:225.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6Xuw1xio6OGPEkTkdT9QLo2rmn3xwoM { width:6.0625rem;height:2.6rem;top:232.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXF9B4Ngq0WahlwFXT9ahLoEJlcpegch { width:9.25rem;height:2.5625rem;top:163.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUxZ5RRzBls3e8HOM0V0LIsTaw0AHWJ0 { display:block; }
 }@media only screen and (max-width: 763px) { #yd8wBsBkGMtLkuqmd4g4OTp9ikM6LEG2 { width:3rem;height:1.9125rem;top:235.125rem;left:1.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Q20eEJtrntzeThM68fNoRtyFKflx95Dm { width:13.0625rem;height:1.80625rem;top:226.875rem;left:4.4677734375rem;font-size:1.0625rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uo9gNq9VbISd8iL6H4hh8sQ4rt1gFrmt { width:11.4375rem;height:1.38125rem;top:230.96875rem;left:5.375rem;font-size:0.8125rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r5k3KFXHCwsiqDz0Xv0vEZu6A4WFka82 { width:3.5625rem;height:1.9125rem;top:140.224609375rem;left:1.96875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;font-weight:700;font-style:normal;z-index:100209;display:block; }
 }@media only screen and (max-width: 763px) { #xrLhdRP4ndwZk2NwZwR2RRvXefwNGUG3 { width:9.25rem;height:2.5625rem;top:308.5625rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvrmTwQaHzFGrUxOcLfEltK0UE49wvtE { display:block; }
 }@media only screen and (max-width: 763px) { #TZhQPf40gbI1ukTBa87BeV4eG1PcPbAH { width:19.75rem;height:13.75rem;top:169rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr6SSMrczt1fU2s9uQquSXcmAhoctWnv { width:4.25rem;height:2.6rem;top:175.4375rem;left:1.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDcdJFyuibZ3GJcdGf7GocF5MVhJ3akb { width:3rem;height:1.9125rem;top:178.0625rem;left:2rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RqDTO2C5UezUv1eFc5tGasRiu1TlIc1B { width:13.25rem;height:1.80625rem;top:170.8125rem;left:3.375rem;font-size:1.0625rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EFQW5CHVFxBAICgkXDc5rl0oIeU9QWfE { width:12.75rem;height:1.38125rem;top:174.119140625rem;left:4.4677734375rem;font-size:0.8125rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NOH2epHKPbtARHnKmTTkp5Zmvu7qF3kW { width:3rem;height:1.9125rem;top:216.6875rem;left:1.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;font-weight:700;font-style:normal;z-index:100243;display:block; }
 }@media only screen and (max-width: 763px) { #V537ZiK8OaNa1vIlnTLzcF8oGBrsqeSm { width:9.25rem;height:2.5625rem;top:238.8125rem;left:5.375rem;z-index:100073;display:block; }
 }@media only screen and (max-width: 763px) { #WlLJIXOmF0BsCo4bgDthl9amu6GvLF2q { display:block; }
 }@media only screen and (max-width: 763px) { #KxGavmIIbZ82AJ67w4TW9HIb13XOlWMu { width:17.6875rem;height:1.16875rem;top:28.03125rem;left:1.15625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr { display:block; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr { background-color: transparent; background-image: none; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container > .video-iframe-container { display: none; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row > .video-iframe-container { display: none; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .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); }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container { width:20rem;height:13.25rem;background-color:#ac4991;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfuyHCDPUJibyAKOhULNkUmN7q2mny6W { width:20rem;height:0.975rem;top:11.060546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIOcAK1io86Sx6GLscq9NpmwXJtniutq { width:3.125rem;height:3.125rem;top:2.4136276245117rem;left:15.812067091465rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdwKLyhe4bxwR5DQwJ1JDugy0urzoa8K { width:13.186875rem;height:3.0875rem;top:2.5119361877441rem;left:1.6866319775581rem;text-align:right;text-align-last:right;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoJ1C0zEvatC6aQrTCQCtoMbOorilGoG { width:3.18685rem;height:3.18685rem;top:6.7556419372556rem;left:15.780599653721rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUSvNfkVkTFecChPNT82iB4Z0nwh7dUX { width:9.375rem;height:2.2753875rem;top:7.236328125rem;left:5.5679255127907rem;text-align:right;text-align-last:right;font-size:1.75rem;display:block; }
 }