.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;
}
html,
body {
  font-size: 16px;
}
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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,245,229;--color-primary-1:251,216,147;--color-primary-2:249,207,124;--color-primary-3:222,172,61;--color-primary-4:50,41,25;--color-secondary-0:244,219,215;--color-secondary-1:221,146,136;--color-secondary-2:199,74,56;--color-secondary-3:104,69,47;--color-secondary-4:40,15,11;--color-tertiary-0:255,255,255;--color-tertiary-1:223,223,223;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;display:block; }
#JL1K4tbbUi0ePSUOGMag5T5y2157vesU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JL1K4tbbUi0ePSUOGMag5T5y2157vesU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JL1K4tbbUi0ePSUOGMag5T5y2157vesU > .row > .video-iframe-container { display: none; }#JL1K4tbbUi0ePSUOGMag5T5y2157vesU > .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); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 { background-color:rgba(109,134,169,0.96);background-image:url("https://images.assets-landingi.com/uc/66ebaaac-d457-42a4-955d-d5b48cc68c8d/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1.adaptive-delivery-prevent-bg, #n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1.lazyload, #n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1.lazyloading { background-image: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container { background-color: transparent; background-image: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container > .video-iframe-container { display: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row > .video-iframe-container { display: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .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); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container { border-width: 0; border-radius: 0; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container { width:60rem;height:46.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#QifC2MTsVp4v7kunQiDFxfhFDo7iqqTZ { color:rgba(var(--color-tertiary-1),1);display:block;width:24.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15000;line-height:2;letter-spacing:0;top:9.4375rem;left:0.84375rem;height:6.375rem;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;text-align:center;text-align-last:center;display:block; }
#KKhkwq96OsxZZnaFqzT4AGmxHSQtz7Gs { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-1),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid rgba(var(--color-tertiary-0),1);border-left:0.625rem solid rgba(var(--color-tertiary-0),1);border-right:0.625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.75rem;width:14.875rem;top:14.875rem;left:3.75rem;display:block; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .widget-form-header {  }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-1),1);width:13.75rem;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;font-style:normal;text-align:right;text-align-last:right;line-height:1.6;overflow:hidden; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:13.75rem;box-sizing:border-box;height:3.4375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.6875rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:right;text-align-last:right;font-weight:400;font-style:normal;line-height:1.7; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .widget-input-text {padding-top: 0; padding-bottom: 0;}#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:13.75rem;box-sizing:border-box;height:4.6875rem;color:rgba(var(--color-tertiary-4),1);font-size:0.6875rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:right;text-align-last:right;font-weight:400;font-style:normal;line-height:1.7; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .widget-input-select { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:13.75rem;box-sizing:border-box;height:2.5rem;color:rgba(250,249,245,0.74);font-family:var(--paragraphs-font-family);font-size:0.8125rem;overflow:hidden;text-align:right;text-align-last:right; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .widget-input-select {padding-top: 0; padding-bottom: 0;}#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .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; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(var(--color-secondary-2),1);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.5625rem;font-weight:700;color:#fef7da;width:13.75rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;text-align:center;text-align-last:center;line-height:1.4; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),0.74);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:3;text-align:right;text-align-last:right; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),0.74);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:3;text-align:right;text-align-last:right; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),0.74);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:3;text-align:right;text-align-last:right; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),0.74);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:3;text-align:right;text-align-last:right; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .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:"open sans";font-size:0.75rem;font-weight:400;color:rgba(242,249,255,0.4);vertical-align:top;width:12.5625rem;overflow:hidden;font-style:normal; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .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; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .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:400;color:rgba(242,249,255,0.4);overflow:hidden;font-style:normal;line-height:1.3; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .widget-container:first-of-type{padding-top:0;}#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .widget-container:last-of-type{padding-bottom:0;}#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:13.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:3.6875rem;top:15.625rem;z-index:15030;position:absolute; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:13.75rem; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV {display:block;}#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:13.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:3.6875rem;top:15.625rem;z-index:15030;position:absolute; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #nNQdIt7t2kHixwtm5sDALQ7f8qFxtgPZ { position:relative; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #TroS8OZGpo2Fn6cSNMirMe4ulvq5Wqig { position:relative;display:block; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #fTGGT2cR165idcd79e8TH4XnG9RvBLOA { position:relative; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #qkHfDwNOS5O9UoHA1wdopNyPAJE75uV4 { position:relative; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #TJcSJTKmaKoVyq8DxTsf0wRmasLGLgV2 { position:relative;display:block; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #c1hI7c1TnXck5hI1VMGLPH1fVN2qdtnw { position:relative; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #RUgqwAUrgeEdyBUcxT8u2oyZlg3m4rR4 { position:relative; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #WsILRWlWsh7Hh6vxJVAA7dqPAvf0MIwI { position:relative;display:block; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #U6qmNAfeVVyOIaRBEI8Ogv3t3f7nzBHZ { position:relative; }
#IE1xF5EVKP90OCehMqP8uNLeZ52WVuWm { position:relative;display:block; }
#yKBFc0OBrmX7SApstmevIDZ9oJy3vVoT { position:relative;display:block; }
#SBla5LWI8UM0SAsLVXEGD356o5ktxGl1 { position:relative;display:block; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #I86AB6xRu1GZ0vI9OKgPo04ewLxLGi9N { position:relative; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #s4k8GCIBdLbTDe1xqTxVNfQJSSVxT5Gi { position:relative;display:block; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #MavcMKkau47xFGTOasbKGCLlGy5lJg8g { position:relative; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #GqmTQmL6v5qE3zRWBP0NebTuOfeJ5rND { position:relative; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #JuqWPiEcg93PwsqS5PMvLT1C87BTD8wI { position:relative; }
#QMGMc7GwkxwrrEIVTeUqdcPPEB67EOBQ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.186525rem;width:13.8730625rem;top:5.75rem;left:8.6298828125rem;overflow:hidden;display:none; }
#K0KatH2N6xUL0xNTEomVnArQeZlb0pqx { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.186525rem;width:13.8730625rem;top:1.625rem;left:5.53125rem;overflow:hidden;display:block; }
#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e06c9673-83e5-45bf-ad4a-26c9bd9c9255/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH.adaptive-delivery-prevent-bg, #Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH.lazyload, #Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH.lazyloading { background-image: none; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container { background-color: transparent; background-image: none; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container > .video-iframe-container { display: none; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row > .video-iframe-container { display: none; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .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); }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container { border-width: 0; border-radius: 0; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container { font-size:0.875rem;font-family:arial;height:63.9375rem;width:60rem;position:relative;display:block; }#RuuUwxef9ur5xlMXhkZoeydNzlibGmgx { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15000;line-height:2;letter-spacing:0;top:1.765625rem;left:0.625rem;height:10.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ms2fTzJ6XRt5iZABACp0ggAzNOltGltv { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:25rem;left:1.875rem;height:3.41015625rem;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; }
#lPi3b0EVmaVTeSCHX5Bn9G5RSuqr1bTF { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:56.25rem;left:3.375rem;height:2.2734375rem;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; }
#a6cXkRBhd3JgS52VylQlqRDCrqSTGSuQ { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:8.5625rem;width:8.5625rem;top:46.375rem;left:8.09375rem;display:block; }
#VRIIPUQKoX10TtDCBxuKiuqDg7wR0pR7 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:7.25rem;width:7.25rem;top:46.1875rem;left:7.09375rem;display:block; }
#UAA53TnOSuJhykUnvqZ0XpDs4Cf8v6q3 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem dashed rgba(var(--color-primary-1),1);border-left:0.125rem dashed rgba(var(--color-primary-1),1);border-right:0.125rem dashed rgba(var(--color-primary-1),1);border-bottom:0.125rem dashed rgba(var(--color-primary-1),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:46.75rem;left:7.78125rem;display:block; }
#pO50XOZgX6B4raVBlkUrN0q7SAn9TokU { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.625rem;width:10.4375rem;top:50.375rem;left:8.09375rem;display:block; }
#FJqVQ1DvCZ2hIIvXC5QMcTdswhGD2HeB { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:40.5625rem;left:2.9375rem;height:2.2734375rem;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; }
#q8aA9poetepCPE1yW4wqNR0fNxdNbiwC { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:8.5625rem;width:8.5625rem;top:30rem;left:47.28125rem;display:none; }
#LpmNsCuZAl2rV0OKOFyVIAIgZ7kZ4F1d { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:7.25rem;width:7.25rem;top:29.8125rem;left:46.40625rem;display:none; }
#IPkhd2sNcwBpwqXZ0b2XTKsuo7m0afFQ { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem dashed rgba(var(--color-primary-1),1);border-left:0.125rem dashed rgba(var(--color-primary-1),1);border-right:0.125rem dashed rgba(var(--color-primary-1),1);border-bottom:0.125rem dashed rgba(var(--color-primary-1),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:30.375rem;left:46.96875rem;display:none; }
#GVKfarDzvH8c6nBuZhsZRA0PwbCToZX5 { color:#433277;display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:31.5rem;left:45.65625rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GAaVP1QqDxxIeD6zo7f6hznsaIisqm2O { position:absolute;display:block;z-index:15022;background-color:#c06672;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.625rem;width:10.4375rem;top:34rem;left:47.28125rem;display:none; }
#GX21SUX5oEu5DSBVthvVh18QP5HFbA99 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:34.4375rem;left:49.28125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#WGEZtO54RhUZRJtTa9PgZkkIQuyvTOC6 { color:rgba(var(--color-primary-2),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:35.8125rem;left:47.8125rem;height:1.5rem;display:none; }
#nOlLEZkIm3OXTQnnTxGuNwDyJHioTKhx { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:36.625rem;left:49.03125rem;height:1.75rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#THbFaRzSTAm3kHaMg6kOzNF2LBGsJW4d { position:absolute;display:block;z-index:15022;background-color:#bdc0c4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:8.5625rem;width:8.5625rem;top:15.4375rem;left:6.0625rem;display:block; }
#Ii12RyTdbQP8hsd9JfibtpmElCeT6crD { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:7.25rem;width:7.25rem;top:15.25rem;left:5.1875rem;display:block; }
#VVTgr97T1w1FS02biF1Xk5ffT2UoOTSP { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem dashed rgba(var(--color-primary-1),1);border-left:0.125rem dashed rgba(var(--color-primary-1),1);border-right:0.125rem dashed rgba(var(--color-primary-1),1);border-bottom:0.125rem dashed rgba(var(--color-primary-1),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:15.8125rem;left:5.75rem;display:block; }
#EdXN70CHFEHF6Ketmq7BdXeyvuU26w1c { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.625rem;width:10.4375rem;top:19.4375rem;left:6.0625rem;display:block; }
#hNbHNfXIIEGraH7Q1Vu8meNaNhuvBJLc { position:absolute;display:block;z-index:15032;background-color:#bdc0c4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:8.5625rem;width:8.5625rem;top:30.625rem;left:5.9375rem;display:block; }
#yaOd4sSQ33uwLn9GrV5izL2hqFIDyolu { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:7.25rem;width:7.25rem;top:30.4375rem;left:5.0625rem;display:block; }
#eDRf6iPOZ5nrZ2TKn8X9n3rT35iXGIVb { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem dashed rgba(var(--color-primary-1),1);border-left:0.125rem dashed rgba(var(--color-primary-1),1);border-right:0.125rem dashed rgba(var(--color-primary-1),1);border-bottom:0.125rem dashed rgba(var(--color-primary-1),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:31rem;left:5.625rem;display:block; }
#PqKqlzrPTzCBXvOvs8axLmkCCR2n4q6f { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.625rem;width:10.4375rem;top:34.625rem;left:5.9375rem;display:block; }
#wcilGt5v0gLGhZpPGTHT7swxc9nr3OrJ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:51.75rem;left:6.875rem;height:1.7871125rem;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; }
#VZ3Sg4APzQeZGe5TKLbS96EsdTeMHr9m { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:47.5625rem;left:4.375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tfob5VE6rsLTwwrmrZFXrcHpTsAUxbID { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:16.625rem;left:2.5rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AAlQWQxeyt95sr3aGEO5DLKTxibvE6KR { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:20.875rem;left:2.6875rem;height:1.7871125rem;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; }
#RiFK9pZM5DePTEVdkDyRZ2EJzGXtHp48 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:31.6875rem;left:2.375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rnACfLvvR10zeatZTpnMEIKfzwDCV9nG { color:rgba(var(--color-tertiary-0),1);display:block;width:17.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:36.125rem;left:2.3125rem;height:1.70605625rem;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; }
#p4mXCGRlZEXLwZ57Ab4taSFmamkCmker { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:60rem;display:none; }
#hztEcLNBGsmmT3VIK2DhGQT1Rrlwwhug { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:60rem;display:none; }
#i35MxsOBEgLs0xKc27qbeVOxi9rbOhwv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.8125rem;width:43.125rem;display:none; }
#uTzoe2nAD5a2aiVPyaXb77ULw0qClTIa { position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:24.4375rem;width:24.4375rem;top:4.6875rem;left:18.5rem;display:none; }
#agAdPTl5c37eG6kf9mkfdkKgP9rm4hr5 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"neo sans arabic";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:16.0625rem;top:66.375rem;left:0.9375rem;display:none; }
#HSgq6MdK9cmfUDSqnNPPTSM9gIJwmSwu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/408c5618-4cdb-4a03-8fef-504422899b27/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HSgq6MdK9cmfUDSqnNPPTSM9gIJwmSwu.adaptive-delivery-prevent-bg, #HSgq6MdK9cmfUDSqnNPPTSM9gIJwmSwu.lazyload, #HSgq6MdK9cmfUDSqnNPPTSM9gIJwmSwu.lazyloading { background-image: none; }#HSgq6MdK9cmfUDSqnNPPTSM9gIJwmSwu > .row .container { background-color: transparent; background-image: none; }#HSgq6MdK9cmfUDSqnNPPTSM9gIJwmSwu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSgq6MdK9cmfUDSqnNPPTSM9gIJwmSwu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSgq6MdK9cmfUDSqnNPPTSM9gIJwmSwu > .row .container > .video-iframe-container { display: none; }#HSgq6MdK9cmfUDSqnNPPTSM9gIJwmSwu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSgq6MdK9cmfUDSqnNPPTSM9gIJwmSwu > .row > .video-iframe-container { display: none; }#HSgq6MdK9cmfUDSqnNPPTSM9gIJwmSwu > .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); }#HSgq6MdK9cmfUDSqnNPPTSM9gIJwmSwu > .row .container { border-width: 0; border-radius: 0; }#HSgq6MdK9cmfUDSqnNPPTSM9gIJwmSwu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HSgq6MdK9cmfUDSqnNPPTSM9gIJwmSwu > .row .container { font-size:0.875rem;font-family:arial;height:60.75rem;width:60rem;position:relative;display:block; }#kVSJiGs9auVQTmB7mWLnQ6EJ3IJ7vgkb { color:rgba(var(--color-tertiary-0),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:41.3125rem;left:2.5rem;height:2.2734375rem;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; }
#JWgpcqxrhRJkXCVhlhIGqs3FIZWoyqKw { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:55.4375rem;left:3.5rem;height:3.41015625rem;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; }
#UUz6QbwsyQVhp6zrZCkDdhym8z9cszyq { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:27.625rem;left:3.6875rem;height:2.2734375rem;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; }
#BnZQRyztZJnOeSsqdKBVwVRKKzvCAlNq { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:58.5625rem;left:3.6875rem;display:none; }
#RB1SyLriBibbnf2GCetbM8lREN8zHhsv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:59.0625rem;left:3.8125rem;display:none; }
#io8Mb5eDJiVilNSiWuT1uKCkliRxXzRA { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:58.5625rem;left:3.6875rem;display:none; }
#A8Bo1iX6bUom7NVpLGyDzztV61bV5JAZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:59.0625rem;left:3.8125rem;display:none; }
#pBJu7axnUnb91SEf1rkSynTEyLpO09my { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:7.25rem;width:7.25rem;top:29.8125rem;left:46.40625rem;display:none; }
#Lox6vLUDyXietnclCuUUH5XLd5GpvGAt { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:8.5625rem;width:8.5625rem;top:30rem;left:47.28125rem;display:none; }
#XGdTJcM1XZIZodpk2ypfHuqdasqLaa5n { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem dashed rgba(var(--color-primary-1),1);border-left:0.125rem dashed rgba(var(--color-primary-1),1);border-right:0.125rem dashed rgba(var(--color-primary-1),1);border-bottom:0.125rem dashed rgba(var(--color-primary-1),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:30.375rem;left:46.96875rem;display:none; }
#vV4gWTf851LFXa6rHnRHmqy84wAkKCl9 { color:#433277;display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:31.5rem;left:45.65625rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NL6sNCl3mf090dfTFW393TQze4Q8nD3w { position:absolute;display:block;z-index:15022;background-color:#c06672;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.625rem;width:10.4375rem;top:34rem;left:47.28125rem;display:none; }
#E9uweWlVpWykcB0u4ZETohuPKbxFFTBx { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:7.25rem;width:7.25rem;top:29.8125rem;left:46.40625rem;display:none; }
#duUsvhfJvq6kOdaMd8Gh5as0Or7ZSQG5 { color:#433277;display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:31.5rem;left:45.65625rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xnJIATNA585bcz2idv6Z32RfHEZJemaQ { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem dashed rgba(var(--color-primary-1),1);border-left:0.125rem dashed rgba(var(--color-primary-1),1);border-right:0.125rem dashed rgba(var(--color-primary-1),1);border-bottom:0.125rem dashed rgba(var(--color-primary-1),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:30.375rem;left:46.96875rem;display:none; }
#aeW0B7yGpkHPR4LA6kNBEpxpk36kZXTG { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:11.125rem;left:6.1875rem;height:1.75rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#FxeORKWgGvthS3WALbFW3GQ7DWw3toP3 { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:8.5625rem;width:8.5625rem;top:45.75rem;left:6.5625rem;display:block; }
#eV9w8ISnPTHqRplPUxRd2PWJZtZA4A6z { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:7.25rem;width:7.25rem;top:45.5625rem;left:5.375rem;display:block; }
#ieTGfsMxdLSFCpTDigMZ6XXA7akqvRAQ { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem dashed rgba(var(--color-primary-1),1);border-left:0.125rem dashed rgba(var(--color-primary-1),1);border-right:0.125rem dashed rgba(var(--color-primary-1),1);border-bottom:0.125rem dashed rgba(var(--color-primary-1),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:46.125rem;left:6.25rem;display:block; }
#T1QouoCyscmtEya0rcXPKWWpcDrL8NRP { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:4.625rem;width:10.4375rem;top:49.75rem;left:6.5625rem;display:block; }
#TKQdU4EvwiOxbX4hz8ZOvJvRkTlRD2MW { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:8.5625rem;width:8.5625rem;top:31.375rem;left:6.6875rem;display:block; }
#I2MGJl9GEbo20qXgFpL5wNTn3ouT7dTR { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:7.25rem;width:7.25rem;top:31.1875rem;left:5.6875rem;display:block; }
#i0ox3DANPE96uB07ZF2VcAMx11fIRrBH { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem dashed rgba(var(--color-primary-1),1);border-left:0.125rem dashed rgba(var(--color-primary-1),1);border-right:0.125rem dashed rgba(var(--color-primary-1),1);border-bottom:0.125rem dashed rgba(var(--color-primary-1),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:31.75rem;left:6.375rem;display:block; }
#mpxCDzUOCtOK4De5W0V7SCMGvvAbw3I2 { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.625rem;width:10.4375rem;top:35.375rem;left:6.6875rem;display:block; }
#kLHfMAovSETIHhemABBdB5kJwTKbudXf { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:8.5625rem;width:8.5625rem;top:17.875rem;left:6.9375rem;display:block; }
#Km7h0MpbFTMHGtWZW189ws2qCE2gU0iU { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:7.25rem;width:7.25rem;top:17.6875rem;left:5.75rem;display:block; }
#an8Q7Zt8vsFn25RFomIuGsbfRC0c1geM { position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem dashed rgba(var(--color-primary-1),1);border-left:0.125rem dashed rgba(var(--color-primary-1),1);border-right:0.125rem dashed rgba(var(--color-primary-1),1);border-bottom:0.125rem dashed rgba(var(--color-primary-1),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:18.25rem;left:6.625rem;display:block; }
#ndMEzcmrkw2KHBTH8sQrAqa0gDWwgc4J { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.625rem;width:10.4375rem;top:21.875rem;left:6.9375rem;display:block; }
#iuxrT1EF44fcu9wIlViJmwBtn137Fpzl { color:#ffe2a5;display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:33.9375rem;left:5.75rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#wXi04c1i8rCJ0JtR7i9Ze3Ayrl3ptsOP { color:rgba(var(--color-tertiary-0),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:36.6875rem;left:8.4375rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kqfDfd7vPVETbiQN4vlunfKPp6SU2CCX { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:35.875rem;left:4.1875rem;height:1.5rem;display:none; }
#uUZiI19x0LUCdwoRJJAGMmmsbzDC2FqI { color:#ffe2a5;display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:9.4375rem;left:52rem;height:1.9375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#afhrR1TzZpyViSlJkJwvJeilEc4Dwtgm { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:12.4375rem;left:48rem;height:1.75rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#UNRwlkziSdXloBtgL4uuAJRn7hAbAmd9 { color:#ffe2a5;display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:14rem;left:30.4375rem;height:1.9375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#VzfsMDLKB9fXioI8KfT5OGEgXiHN1Pw4 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:35.875rem;left:4.1875rem;height:1.5rem;display:none; }
#NKs7TN0H3uHieFwctkGyL7UwO8VJ4lMA { color:#ffe2a5;display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:33.9375rem;left:5.75rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TVfoVGxwkBhwi2GIcAoqWDWtGoFuoaRX { color:#ffe2a5;display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:33.9375rem;left:5.75rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#bTVuZX0fdCfXhZzXuz4tVDM9IpnxTsZ1 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:35.875rem;left:4.1875rem;height:1.5rem;display:none; }
#pZvh0JIu2JqO3nJ3lbI5OnVUB7QCUUad { color:rgba(var(--color-tertiary-0),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:36.6875rem;left:8.4375rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Tl7UNMqwpGX0ka2bIPcBaxu0z6b1JEWJ { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:36rem;left:6.75rem;height:3.57421875rem;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; }
#GraEf3AhKWmianrv11t6baiPkyDvLGDa { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:50.25rem;left:5.78125rem;height:3.57421875rem;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; }
#pRpa0dNTmV1OtRgKnogbxTJt0gW7euTU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:32.5rem;left:3.15625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MPfAzFTWEFe857X1Ok8S9DB5b1rT4Zwi { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:46.9375rem;left:2.90625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#toCbe30MOCuqTPTfKto5NdxTECVI1kw0 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:19.0625rem;left:3.4375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U1VZesh1NFx3eFMgu5VW91hhWpylkNaF { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15111;line-height:1.3;letter-spacing:0;top:22.5rem;left:6.625rem;height:3.0859375rem;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; }
#Kwbu948KmmETkJxsxtuWVzEXJbVEZUxP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:60rem;display:none; }
#oeX0a9BLy2v6gTHTQcsMNw7WgOZLJXhd { position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:24.4375rem;width:24.4375rem;top:4.6875rem;left:18.5rem;display:none; }
#qtB7Viietil1EIsLB52gDi9kBG7UG8OW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:47.3125rem;display:none; }
#sNsag7NM2Vu6kCawCpgz5yy4ACD3gata { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"neo sans arabic";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:12.9375rem;top:23rem;left:8.4375rem;display:none; }
#X5mpgmACO2CcVSXqKAADpdcS8g1unc9p { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15001;line-height:2;letter-spacing:0;top:1.8125rem;left:1.8125rem;height:14.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row .container { background-color: transparent; background-image: none; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row .container > .video-iframe-container { display: none; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row > .video-iframe-container { display: none; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .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); }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row .container { border-width: 0; border-radius: 0; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#tt0rwEJFqaN3lLVGpGCMHLGe8IFEafRm { color:#0e193d;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:1.95rem;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;text-align:center;text-align-last:center;display:block; }
#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row .container { background-color: transparent; background-image: none; }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row .container > .video-iframe-container { display: none; }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row > .video-iframe-container { display: none; }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .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); }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row .container { border-width: 0; border-radius: 0; }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:60rem;position:relative;display:block; }#h8qiCTHieGGg6WzGwZ61tIRCPJd6Hwt8 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:10.9375rem;width:10.9375rem;top:5.3125rem;left:9.1875rem;display:block; }
#r9kdy0TQI1FH7IUJgRu1USkPeR1UZG2v { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:10.9375rem;width:10.9375rem;top:5.4375rem;left:39.5rem;display:block; }
#JrK1xBIhPw65Dgve63zWlxU9UM7KBpoU { color:#e5972b;display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:17.3125rem;left:29.6875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aFxNpkVsBsgFJhIGGubZJR09tH32tCtf { color:#0e193d;display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15022;line-height:1.8;letter-spacing:0;top:0.4375rem;left:31.25rem;height:4.38574375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VGRlaDsxrHDcQxhkiG1CnTf7hOdxksF7 { color:#0e193d;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.8;letter-spacing:0;top:0.4375rem;left:1.25rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vmuVwrTMEp3UBEcQ1cy3EqLyiOTNOIS4 { color:#e5972b;display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:17.125rem;left:0.75rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oE8iTOqMHlBZ8pGzzgm9WMvuOboKFq0E { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:9.4375rem;top:6.1875rem;left:40.28125rem;overflow:hidden;display:block; }
#ZQHNUn3fT3BPHDkPdiNBvnoW0v3HTKhK { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:6.0625rem;left:9.9375rem;overflow:hidden;display:block; }
#TmRXw6KPalLBMfE53R0I1kZvE9rnnVra { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-3),0.68);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TmRXw6KPalLBMfE53R0I1kZvE9rnnVra > .row .container { background-color: transparent; background-image: none; }#TmRXw6KPalLBMfE53R0I1kZvE9rnnVra::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmRXw6KPalLBMfE53R0I1kZvE9rnnVra > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmRXw6KPalLBMfE53R0I1kZvE9rnnVra > .row .container > .video-iframe-container { display: none; }#TmRXw6KPalLBMfE53R0I1kZvE9rnnVra > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmRXw6KPalLBMfE53R0I1kZvE9rnnVra > .row > .video-iframe-container { display: none; }#TmRXw6KPalLBMfE53R0I1kZvE9rnnVra > .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); }#TmRXw6KPalLBMfE53R0I1kZvE9rnnVra > .row .container { border-width: 0; border-radius: 0; }#TmRXw6KPalLBMfE53R0I1kZvE9rnnVra > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TmRXw6KPalLBMfE53R0I1kZvE9rnnVra > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#xAvGKZscFnfnRevOm6awGThZiswJH0fK { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:14.5625rem;left:24.1875rem;overflow:hidden;display:block; }
#zVC8HaoP3V3aT55TkR8Ak4HdubuzfulI { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:14.71875rem;left:26.875rem;overflow:hidden;display:block; }
#iVbZQuQp6ZoOcsTe8OdeVF5QdA6b9rEX { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:14.5625rem;left:29.6318359375rem;overflow:hidden;display:block; }
#QuDDvKnRB4Z4sspVrtwDMQL249y27lTg { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.186525rem;width:13.8730625rem;top:5.75rem;left:8.6298828125rem;overflow:hidden;display:block; }
#mhhTNtaaGyxTEXBzTpz9i7luHntSq5qe { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:14.375rem;left:34.5625rem;height:2.2734375rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#Vz89iRURvHNSy5qiQFOFLI4tFIlNoXGe { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:11rem;left:34.5rem;height:2.2734375rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#IIwRdNaueD1RXxacxJTK7q9IZ6rbclth { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:7.8125rem;left:34.375rem;height:2.2734375rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#VHT8T2GbR9pdJrladq5AA00Pa0LEA9EF { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:4.5625rem;left:34.1875rem;height:2.2734375rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#KTPfZt8UHmlnItp0uoHLtCnRdZhWvqbt { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:4rem;left:57.6875rem;display:block; }
#TmOTl95Qb1xFR1dP95HfxhGkoU3D7Xp1 { display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.9375rem;left:40.875rem;height:1.95rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#oXtfG4e6AZPDP2OomXGX8Ansym5FldIT { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:7.0625rem;left:57.6875rem;display:block; }
#cI8EyNt6zhxbdoEFvNPHGG6latyvgJmB { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:13.6875rem;left:57.6875rem;display:block; }
#R6Tm6XJuzvs4942Rxo8w0oEiOxmEDFfc { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:10.3125rem;left:57.6875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 { display:block; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QifC2MTsVp4v7kunQiDFxfhFDo7iqqTZ { width:24.3125rem;height:;top:9.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKhkwq96OsxZZnaFqzT4AGmxHSQtz7Gs { top:14.875rem;left:0rem;width:14.875rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .widget-regular-label { width:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .widget-input-text { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .widget-input-text {padding-top: 0; padding-bottom: 0;}#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .widget-textarea { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .widget-input-select { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .widget-input-select {padding-top: 0; padding-bottom: 0;}#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .widget-input-button { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .widget-checkbox-label { width:12.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV  { width:13.75rem;height:auto;top:15.625rem;left:0rem; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .radio-container { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV {display:block;}#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV { width:13.75rem;height:auto;top:15.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #nNQdIt7t2kHixwtm5sDALQ7f8qFxtgPZ {  }
 }@media only screen and (max-width: 763px) { #m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #TroS8OZGpo2Fn6cSNMirMe4ulvq5Wqig { display:block; }
 }@media only screen and (max-width: 763px) { #m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #fTGGT2cR165idcd79e8TH4XnG9RvBLOA {  }
 }@media only screen and (max-width: 763px) { #m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #qkHfDwNOS5O9UoHA1wdopNyPAJE75uV4 {  }
 }@media only screen and (max-width: 763px) { #m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #TJcSJTKmaKoVyq8DxTsf0wRmasLGLgV2 { display:block; }
 }@media only screen and (max-width: 763px) { #m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #c1hI7c1TnXck5hI1VMGLPH1fVN2qdtnw {  }
 }@media only screen and (max-width: 763px) { #m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #RUgqwAUrgeEdyBUcxT8u2oyZlg3m4rR4 {  }
 }@media only screen and (max-width: 763px) { #m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #WsILRWlWsh7Hh6vxJVAA7dqPAvf0MIwI { display:block; }
 }@media only screen and (max-width: 763px) { #m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #U6qmNAfeVVyOIaRBEI8Ogv3t3f7nzBHZ {  }
 }@media only screen and (max-width: 763px) { #IE1xF5EVKP90OCehMqP8uNLeZ52WVuWm { display:block; }
 }@media only screen and (max-width: 763px) { #yKBFc0OBrmX7SApstmevIDZ9oJy3vVoT { display:block; }
 }@media only screen and (max-width: 763px) { #SBla5LWI8UM0SAsLVXEGD356o5ktxGl1 { display:block; }
 }@media only screen and (max-width: 763px) { #m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #I86AB6xRu1GZ0vI9OKgPo04ewLxLGi9N {  }
 }@media only screen and (max-width: 763px) { #m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #s4k8GCIBdLbTDe1xqTxVNfQJSSVxT5Gi {  }
 }@media only screen and (max-width: 763px) { #m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #MavcMKkau47xFGTOasbKGCLlGy5lJg8g {  }
 }@media only screen and (max-width: 763px) { #m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #GqmTQmL6v5qE3zRWBP0NebTuOfeJ5rND {  }
 }@media only screen and (max-width: 763px) { #m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #JuqWPiEcg93PwsqS5PMvLT1C87BTD8wI {  }
 }@media only screen and (max-width: 763px) { #QMGMc7GwkxwrrEIVTeUqdcPPEB67EOBQ { top:5.75rem;left:2.5048828125rem;width:13.8125rem;height:6.1595178831278rem;display:none; }
 }@media only screen and (max-width: 763px) { #K0KatH2N6xUL0xNTEomVnArQeZlb0pqx { top:1.625rem;left:0rem;width:13.8125rem;height:6.1595178831278rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH { display:block; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuuUwxef9ur5xlMXhkZoeydNzlibGmgx { width:21.4375rem;height:10.625rem;top:1.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms2fTzJ6XRt5iZABACp0ggAzNOltGltv { width:16.4375rem;height:3.375rem;top:25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPi3b0EVmaVTeSCHX5Bn9G5RSuqr1bTF { width:16.25rem;height:2.25rem;top:56.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6cXkRBhd3JgS52VylQlqRDCrqSTGSuQ { width:8.5625rem;height:8.5625rem;top:46.375rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRIIPUQKoX10TtDCBxuKiuqDg7wR0pR7 { width:7.25rem;height:7.25rem;top:46.1875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAA53TnOSuJhykUnvqZ0XpDs4Cf8v6q3 { width:5.6875rem;height:5.6875rem;top:46.75rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO50XOZgX6B4raVBlkUrN0q7SAn9TokU { width:10.4375rem;height:4.625rem;top:50.375rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJqVQ1DvCZ2hIIvXC5QMcTdswhGD2HeB { width:16.4375rem;height:2.25rem;top:40.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8aA9poetepCPE1yW4wqNR0fNxdNbiwC { width:8.5625rem;height:8.5625rem;top:30rem;left:39.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LpmNsCuZAl2rV0OKOFyVIAIgZ7kZ4F1d { width:7.25rem;height:7.25rem;top:29.8125rem;left:40.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPkhd2sNcwBpwqXZ0b2XTKsuo7m0afFQ { width:5.6875rem;height:5.6875rem;top:30.375rem;left:40.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GVKfarDzvH8c6nBuZhsZRA0PwbCToZX5 { width:8rem;height:1.75rem;top:31.5rem;left:39.53125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GAaVP1QqDxxIeD6zo7f6hznsaIisqm2O { width:10.4375rem;height:4.625rem;top:34rem;left:37.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GX21SUX5oEu5DSBVthvVh18QP5HFbA99 { width:6.625rem;height:1.625rem;top:60.0625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGEZtO54RhUZRJtTa9PgZkkIQuyvTOC6 { top:35.8125rem;left:36.9375rem;width:10.8125rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nOlLEZkIm3OXTQnnTxGuNwDyJHioTKhx { width:7.625rem;height:1.75rem;top:62.25rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #THbFaRzSTAm3kHaMg6kOzNF2LBGsJW4d { width:8.5625rem;height:8.5625rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii12RyTdbQP8hsd9JfibtpmElCeT6crD { width:7.25rem;height:7.25rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVTgr97T1w1FS02biF1Xk5ffT2UoOTSP { width:5.6875rem;height:5.6875rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdXN70CHFEHF6Ketmq7BdXeyvuU26w1c { width:10.4375rem;height:4.625rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNbHNfXIIEGraH7Q1Vu8meNaNhuvBJLc { width:8.5625rem;height:8.5625rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaOd4sSQ33uwLn9GrV5izL2hqFIDyolu { width:7.25rem;height:7.25rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDRf6iPOZ5nrZ2TKn8X9n3rT35iXGIVb { width:5.6875rem;height:5.6875rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqKqlzrPTzCBXvOvs8axLmkCCR2n4q6f { width:10.4375rem;height:4.625rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcilGt5v0gLGhZpPGTHT7swxc9nr3OrJ { width:13.9375rem;height:1.75rem;top:51.75rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ3Sg4APzQeZGe5TKLbS96EsdTeMHr9m { top:47.5625rem;left:0rem;width:12.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfob5VE6rsLTwwrmrZFXrcHpTsAUxbID { top:16.625rem;left:0rem;width:12.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAlQWQxeyt95sr3aGEO5DLKTxibvE6KR { width:17.1875rem;height:1.75rem;top:20.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiFK9pZM5DePTEVdkDyRZ2EJzGXtHp48 { top:31.6875rem;left:0rem;width:12.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnACfLvvR10zeatZTpnMEIKfzwDCV9nG { width:17.0625rem;height:1.6875rem;top:36.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4mXCGRlZEXLwZ57Ab4taSFmamkCmker { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hztEcLNBGsmmT3VIK2DhGQT1Rrlwwhug { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i35MxsOBEgLs0xKc27qbeVOxi9rbOhwv { width:43.125rem;height:45.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTzoe2nAD5a2aiVPyaXb77ULw0qClTIa { width:24.4375rem;height:24.4375rem;top:4.6875rem;left:12.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #agAdPTl5c37eG6kf9mkfdkKgP9rm4hr5 { top:66.375rem;left:0rem;width:20rem;height:16.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HSgq6MdK9cmfUDSqnNPPTSM9gIJwmSwu { display:block; }#HSgq6MdK9cmfUDSqnNPPTSM9gIJwmSwu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVSJiGs9auVQTmB7mWLnQ6EJ3IJ7vgkb { width:17.0625rem;height:2.25rem;top:41.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWgpcqxrhRJkXCVhlhIGqs3FIZWoyqKw { width:14.9375rem;height:3.375rem;top:55.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUz6QbwsyQVhp6zrZCkDdhym8z9cszyq { width:16.9375rem;height:2.25rem;top:27.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnZQRyztZJnOeSsqdKBVwVRKKzvCAlNq { top:58.5625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RB1SyLriBibbnf2GCetbM8lREN8zHhsv { top:59.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #io8Mb5eDJiVilNSiWuT1uKCkliRxXzRA { top:58.5625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A8Bo1iX6bUom7NVpLGyDzztV61bV5JAZ { top:59.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pBJu7axnUnb91SEf1rkSynTEyLpO09my { width:7.25rem;height:7.25rem;top:29.8125rem;left:40.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lox6vLUDyXietnclCuUUH5XLd5GpvGAt { width:8.5625rem;height:8.5625rem;top:30rem;left:39.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XGdTJcM1XZIZodpk2ypfHuqdasqLaa5n { width:5.6875rem;height:5.6875rem;top:30.375rem;left:40.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vV4gWTf851LFXa6rHnRHmqy84wAkKCl9 { width:8rem;height:1.75rem;top:31.5rem;left:39.53125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NL6sNCl3mf090dfTFW393TQze4Q8nD3w { width:10.4375rem;height:4.625rem;top:34rem;left:37.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E9uweWlVpWykcB0u4ZETohuPKbxFFTBx { width:7.25rem;height:7.25rem;top:29.8125rem;left:40.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #duUsvhfJvq6kOdaMd8Gh5as0Or7ZSQG5 { width:8rem;height:1.75rem;top:31.5rem;left:39.53125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xnJIATNA585bcz2idv6Z32RfHEZJemaQ { width:5.6875rem;height:5.6875rem;top:30.375rem;left:40.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aeW0B7yGpkHPR4LA6kNBEpxpk36kZXTG { width:7.625rem;height:1.75rem;top:11.125rem;left:0.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FxeORKWgGvthS3WALbFW3GQ7DWw3toP3 { width:8.5625rem;height:8.5625rem;top:45.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV9w8ISnPTHqRplPUxRd2PWJZtZA4A6z { width:7.25rem;height:7.25rem;top:45.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieTGfsMxdLSFCpTDigMZ6XXA7akqvRAQ { width:5.6875rem;height:5.6875rem;top:46.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1QouoCyscmtEya0rcXPKWWpcDrL8NRP { width:10.4375rem;height:4.625rem;top:49.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKQdU4EvwiOxbX4hz8ZOvJvRkTlRD2MW { width:8.5625rem;height:8.5625rem;top:31.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2MGJl9GEbo20qXgFpL5wNTn3ouT7dTR { width:7.25rem;height:7.25rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0ox3DANPE96uB07ZF2VcAMx11fIRrBH { width:5.6875rem;height:5.6875rem;top:31.75rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpxCDzUOCtOK4De5W0V7SCMGvvAbw3I2 { width:10.4375rem;height:4.625rem;top:35.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLHfMAovSETIHhemABBdB5kJwTKbudXf { width:8.5625rem;height:8.5625rem;top:17.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km7h0MpbFTMHGtWZW189ws2qCE2gU0iU { width:7.25rem;height:7.25rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #an8Q7Zt8vsFn25RFomIuGsbfRC0c1geM { width:5.6875rem;height:5.6875rem;top:18.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndMEzcmrkw2KHBTH8sQrAqa0gDWwgc4J { width:10.4375rem;height:4.625rem;top:21.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuxrT1EF44fcu9wIlViJmwBtn137Fpzl { top:33.9375rem;left:0rem;width:3.0625rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wXi04c1i8rCJ0JtR7i9Ze3Ayrl3ptsOP { top:36.6875rem;left:2.3125rem;width:3.0625rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kqfDfd7vPVETbiQN4vlunfKPp6SU2CCX { top:35.875rem;left:0rem;width:10.8125rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uUZiI19x0LUCdwoRJJAGMmmsbzDC2FqI { width:6.625rem;height:1.9375rem;top:9.4375rem;left:41.125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #afhrR1TzZpyViSlJkJwvJeilEc4Dwtgm { width:7.625rem;height:1.75rem;top:12.4375rem;left:40.125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UNRwlkziSdXloBtgL4uuAJRn7hAbAmd9 { width:6.625rem;height:1.9375rem;top:14rem;left:24.3125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzfsMDLKB9fXioI8KfT5OGEgXiHN1Pw4 { top:35.875rem;left:0rem;width:10.8125rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NKs7TN0H3uHieFwctkGyL7UwO8VJ4lMA { top:33.9375rem;left:0rem;width:3.0625rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVfoVGxwkBhwi2GIcAoqWDWtGoFuoaRX { top:33.9375rem;left:0rem;width:3.0625rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTVuZX0fdCfXhZzXuz4tVDM9IpnxTsZ1 { top:35.875rem;left:0rem;width:10.8125rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pZvh0JIu2JqO3nJ3lbI5OnVUB7QCUUad { top:36.6875rem;left:2.3125rem;width:3.0625rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tl7UNMqwpGX0ka2bIPcBaxu0z6b1JEWJ { width:10rem;height:;top:36rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GraEf3AhKWmianrv11t6baiPkyDvLGDa { width:12.5rem;height:3.5rem;top:50.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRpa0dNTmV1OtRgKnogbxTJt0gW7euTU { top:32.5rem;left:0rem;width:12.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPfAzFTWEFe857X1Ok8S9DB5b1rT4Zwi { top:46.9375rem;left:0rem;width:12.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #toCbe30MOCuqTPTfKto5NdxTECVI1kw0 { top:19.0625rem;left:0rem;width:11.5625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1VZesh1NFx3eFMgu5VW91hhWpylkNaF { width:11.0625rem;height:3rem;top:22.5rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwbu948KmmETkJxsxtuWVzEXJbVEZUxP { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oeX0a9BLy2v6gTHTQcsMNw7WgOZLJXhd { width:24.4375rem;height:24.4375rem;top:4.6875rem;left:12.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtB7Viietil1EIsLB52gDi9kBG7UG8OW { width:47.3125rem;height:19.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sNsag7NM2Vu6kCawCpgz5yy4ACD3gata { top:23rem;left:2.34375rem;width:12.5rem;height:12.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5mpgmACO2CcVSXqKAADpdcS8g1unc9p { width:21.4375rem;height:14.875rem;top:1.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS { display:block; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt0rwEJFqaN3lLVGpGCMHLGe8IFEafRm { width:47.75rem;height:1.9375rem;top:0.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 { display:block; }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8qiCTHieGGg6WzGwZ61tIRCPJd6Hwt8 { width:10.9375rem;height:10.9375rem;top:5.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9kdy0TQI1FH7IUJgRu1USkPeR1UZG2v { width:10.9375rem;height:10.9375rem;top:5.4375rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrK1xBIhPw65Dgve63zWlxU9UM7KBpoU { width:29.375rem;height:1.5rem;top:17.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFxNpkVsBsgFJhIGGubZJR09tH32tCtf { width:27.625rem;height:4.3125rem;top:0.4375rem;left:20.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGRlaDsxrHDcQxhkiG1CnTf7hOdxksF7 { width:27.5625rem;height:3.125rem;top:0.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmuVwrTMEp3UBEcQ1cy3EqLyiOTNOIS4 { width:29.375rem;height:1.5rem;top:17.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE8iTOqMHlBZ8pGzzgm9WMvuOboKFq0E { top:6.1875rem;left:31.09375rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQHNUn3fT3BPHDkPdiNBvnoW0v3HTKhK { top:6.0625rem;left:6.875rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmRXw6KPalLBMfE53R0I1kZvE9rnnVra { display:block; }#TmRXw6KPalLBMfE53R0I1kZvE9rnnVra > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAvGKZscFnfnRevOm6awGThZiswJH0fK { top:14.5625rem;left:18.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVC8HaoP3V3aT55TkR8Ak4HdubuzfulI { top:14.6875rem;left:20.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVbZQuQp6ZoOcsTe8OdeVF5QdA6b9rEX { top:14.5625rem;left:23.5068359375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuDDvKnRB4Z4sspVrtwDMQL249y27lTg { top:5.75rem;left:2.5048828125rem;width:13.8125rem;height:6.1595178831278rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhhTNtaaGyxTEXBzTpz9i7luHntSq5qe { width:23.1875rem;height:2.25rem;top:14.375rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz89iRURvHNSy5qiQFOFLI4tFIlNoXGe { width:23.1875rem;height:2.25rem;top:11rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIwRdNaueD1RXxacxJTK7q9IZ6rbclth { width:23.1875rem;height:2.25rem;top:7.8125rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHT8T2GbR9pdJrladq5AA00Pa0LEA9EF { width:23.1875rem;height:2.25rem;top:4.5625rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTPfZt8UHmlnItp0uoHLtCnRdZhWvqbt { top:4rem;left:45.4375rem;width:2.3125rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmOTl95Qb1xFR1dP95HfxhGkoU3D7Xp1 { width:19.125rem;height:1.9375rem;top:0.9375rem;left:28.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXtfG4e6AZPDP2OomXGX8Ansym5FldIT { top:7.0625rem;left:45.4375rem;width:2.3125rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI8EyNt6zhxbdoEFvNPHGG6latyvgJmB { top:13.6875rem;left:45.4375rem;width:2.3125rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6Tm6XJuzvs4942Rxo8w0oEiOxmEDFfc { top:10.3125rem;left:45.4375rem;width:2.3125rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 { background-color:rgba(174,140,103,0.74);background-image:none;display:block; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container { background-color: transparent; background-image: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container > .video-iframe-container { display: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row > .video-iframe-container { display: none; }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .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); }#n4o9LZZ5SMMZpfpSDyvinAIfkHSNPTX1 > .row .container { width:20rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QifC2MTsVp4v7kunQiDFxfhFDo7iqqTZ { width:20rem;height:7.5rem;top:6.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KKhkwq96OsxZZnaFqzT4AGmxHSQtz7Gs { width:16.1875rem;height:27.875rem;top:13.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .widget-regular-label { width:14.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .widget-input-text { width:14.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#000000;background-color:rgba(255,255,255,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .widget-input-text {padding-top: 0; padding-bottom: 0;}#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .widget-textarea { width:14.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#000000;background-color:rgba(255,255,255,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .widget-input-select { width:14.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .widget-input-select {padding-top: 0; padding-bottom: 0;}#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .widget-input-button { width:14.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;color:#b3a879;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; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV [class*="-text"]:-moz-placeholder { color:rgba(132,93,38,0.74);font-weight:700;font-style:normal; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV [class*="-text"]::-moz-placeholder { color:rgba(132,93,38,0.74);font-weight:700;font-style:normal; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV [class*="-text"]:-ms-input-placeholder { color:rgba(132,93,38,0.74);font-weight:700;font-style:normal; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV [class*="-text"]::-webkit-input-placeholder { color:rgba(132,93,38,0.74);font-weight:700;font-style:normal; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .widget-checkbox-label { width:13.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV  { width:14.875rem;height:auto;top:12.90625rem;left:1.3125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV .radio-container { width:14.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV {display:block;}#m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV { width:14.875rem;height:auto;top:12.90625rem;left:1.3125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #nNQdIt7t2kHixwtm5sDALQ7f8qFxtgPZ {  }
 }@media only screen and (max-width: 763px) { #m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #TroS8OZGpo2Fn6cSNMirMe4ulvq5Wqig { display:block; }
 }@media only screen and (max-width: 763px) { #m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #fTGGT2cR165idcd79e8TH4XnG9RvBLOA {  }
 }@media only screen and (max-width: 763px) { #m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #qkHfDwNOS5O9UoHA1wdopNyPAJE75uV4 {  }
 }@media only screen and (max-width: 763px) { #m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #TJcSJTKmaKoVyq8DxTsf0wRmasLGLgV2 { display:block; }
 }@media only screen and (max-width: 763px) { #m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #c1hI7c1TnXck5hI1VMGLPH1fVN2qdtnw {  }
 }@media only screen and (max-width: 763px) { #m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #RUgqwAUrgeEdyBUcxT8u2oyZlg3m4rR4 {  }
 }@media only screen and (max-width: 763px) { #m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #WsILRWlWsh7Hh6vxJVAA7dqPAvf0MIwI { display:block; }
 }@media only screen and (max-width: 763px) { #m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #U6qmNAfeVVyOIaRBEI8Ogv3t3f7nzBHZ {  }
 }@media only screen and (max-width: 763px) { #IE1xF5EVKP90OCehMqP8uNLeZ52WVuWm { display:block; }
 }@media only screen and (max-width: 763px) { #yKBFc0OBrmX7SApstmevIDZ9oJy3vVoT { display:block; }
 }@media only screen and (max-width: 763px) { #SBla5LWI8UM0SAsLVXEGD356o5ktxGl1 { display:block; }
 }@media only screen and (max-width: 763px) { #m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #I86AB6xRu1GZ0vI9OKgPo04ewLxLGi9N {  }
 }@media only screen and (max-width: 763px) { #m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #s4k8GCIBdLbTDe1xqTxVNfQJSSVxT5Gi {  }
 }@media only screen and (max-width: 763px) { #m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #MavcMKkau47xFGTOasbKGCLlGy5lJg8g {  }
 }@media only screen and (max-width: 763px) { #m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #GqmTQmL6v5qE3zRWBP0NebTuOfeJ5rND {  }
 }@media only screen and (max-width: 763px) { #m3ZCfBxWThGAogV9dfZQrCTAbzRTexgV #JuqWPiEcg93PwsqS5PMvLT1C87BTD8wI {  }
 }@media only screen and (max-width: 763px) { #QMGMc7GwkxwrrEIVTeUqdcPPEB67EOBQ { width:12.1875rem;height:5.25rem;top:0.8125rem;left:3.9062500596046rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #K0KatH2N6xUL0xNTEomVnArQeZlb0pqx { width:13.8125rem;height:6.1595178831278rem;top:43.941375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH { background-color:#ae8c67;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container { background-color: transparent; background-image: none; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container > .video-iframe-container { display: none; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row > .video-iframe-container { display: none; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .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); }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container { border-width: 0; border-radius: 0; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ax0vaSSgbCzzKJf75zQEaDgZxGavPxHH > .row .container { width:20rem;height:105.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuuUwxef9ur5xlMXhkZoeydNzlibGmgx { width:19.625rem;height:12.75rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffeae3;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #ms2fTzJ6XRt5iZABACp0ggAzNOltGltv { width:14.875rem;height:5.95rem;top:39.125rem;left:2.5625000596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#000000;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lPi3b0EVmaVTeSCHX5Bn9G5RSuqr1bTF { width:15.8125rem;height:3rem;top:55.9375rem;left:2.0625rem;text-align:center;text-align-last:center;color:#000000;font-size:1rem;font-weight:400;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #a6cXkRBhd3JgS52VylQlqRDCrqSTGSuQ { width:7.75rem;height:7.75rem;top:45.9375rem;left:7.125rem;background-color:#bdc0c4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VRIIPUQKoX10TtDCBxuKiuqDg7wR0pR7 { width:7.25rem;height:7.25rem;top:45.8125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAA53TnOSuJhykUnvqZ0XpDs4Cf8v6q3 { width:5.6875rem;height:5.6875rem;top:46.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO50XOZgX6B4raVBlkUrN0q7SAn9TokU { width:10.4375rem;height:4.625rem;top:50.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJqVQ1DvCZ2hIIvXC5QMcTdswhGD2HeB { width:13.625rem;height:4.5rem;top:100.3125rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;font-weight:400;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #q8aA9poetepCPE1yW4wqNR0fNxdNbiwC { width:8.625rem;height:8.625rem;top:55.625rem;left:2.875rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #LpmNsCuZAl2rV0OKOFyVIAIgZ7kZ4F1d { width:7.25rem;height:7.25rem;top:55.4375rem;left:2rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #IPkhd2sNcwBpwqXZ0b2XTKsuo7m0afFQ { width:5.6875rem;height:5.6875rem;top:56rem;left:2.5625rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #GVKfarDzvH8c6nBuZhsZRA0PwbCToZX5 { width:8rem;height:0;top:57.125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15040;display:none; }
 }@media only screen and (max-width: 763px) { #GAaVP1QqDxxIeD6zo7f6hznsaIisqm2O { width:10.4375rem;height:4.625rem;top:59.625rem;left:2.875rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #GX21SUX5oEu5DSBVthvVh18QP5HFbA99 { width:6.625rem;height:0;top:60.0625rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15048;display:none; }
 }@media only screen and (max-width: 763px) { #WGEZtO54RhUZRJtTa9PgZkkIQuyvTOC6 { width:8.875rem;height:0;top:61.25rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15065;display:none; }
 }@media only screen and (max-width: 763px) { #nOlLEZkIm3OXTQnnTxGuNwDyJHioTKhx { width:7.625rem;height:0;top:62.25rem;left:5.5rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #THbFaRzSTAm3kHaMg6kOzNF2LBGsJW4d { width:8.5625rem;height:8.5625rem;top:29.3125rem;left:5.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii12RyTdbQP8hsd9JfibtpmElCeT6crD { width:7.25rem;height:7.25rem;top:29.125rem;left:4.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVTgr97T1w1FS02biF1Xk5ffT2UoOTSP { width:5.6875rem;height:5.6875rem;top:29.6875rem;left:5.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdXN70CHFEHF6Ketmq7BdXeyvuU26w1c { width:10.4375rem;height:4.625rem;top:33.3125rem;left:5.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNbHNfXIIEGraH7Q1Vu8meNaNhuvBJLc { width:8.5625rem;height:8.5625rem;top:90.9375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaOd4sSQ33uwLn9GrV5izL2hqFIDyolu { width:7.25rem;height:7.25rem;top:90.75rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDRf6iPOZ5nrZ2TKn8X9n3rT35iXGIVb { width:5.6875rem;height:5.6875rem;top:91.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqKqlzrPTzCBXvOvs8axLmkCCR2n4q6f { width:10.4375rem;height:4.625rem;top:94.9375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcilGt5v0gLGhZpPGTHT7swxc9nr3OrJ { width:13.9375rem;height:1.7875rem;top:52rem;left:0rem;text-align:right;text-align-last:right;font-size:1.375rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #VZ3Sg4APzQeZGe5TKLbS96EsdTeMHr9m { width:12.5rem;height:2.6rem;top:47.1875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfob5VE6rsLTwwrmrZFXrcHpTsAUxbID { width:12.5rem;height:2.6rem;top:92.0625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAlQWQxeyt95sr3aGEO5DLKTxibvE6KR { width:17.1875rem;height:1.7875rem;top:34.625rem;left:2.0000000596046rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiFK9pZM5DePTEVdkDyRZ2EJzGXtHp48 { width:12.5rem;height:2.6rem;top:30.5rem;left:2.3125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnACfLvvR10zeatZTpnMEIKfzwDCV9nG { width:17.0625rem;height:1.7875rem;top:96.3125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.375rem;font-family:cairo;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #p4mXCGRlZEXLwZ57Ab4taSFmamkCmker { top:17.625rem;left:0rem;width:20rem;height:11.25rem;z-index:14991;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hztEcLNBGsmmT3VIK2DhGQT1Rrlwwhug { top:77.5625rem;left:0rem;width:20rem;height:11.25rem;z-index:14990;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #i35MxsOBEgLs0xKc27qbeVOxi9rbOhwv { top:80.0625rem;left:1.40625rem;width:5.3125rem;height:5.625rem;z-index:15094;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uTzoe2nAD5a2aiVPyaXb77ULw0qClTIa { width:6.125rem;height:6.125rem;top:80.375rem;left:0.6875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #agAdPTl5c37eG6kf9mkfdkKgP9rm4hr5 { top:59.9375rem;left:0rem;width:20rem;height:14.875rem;z-index:15095;font-family:cairo;font-weight:700;font-style:normal;font-size:1.0625rem;color:#ffeae3;text-align:center;text-align-last:center;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #HSgq6MdK9cmfUDSqnNPPTSM9gIJwmSwu { background-color:rgba(190,169,139,0.72);background-image:none;display:block; }#HSgq6MdK9cmfUDSqnNPPTSM9gIJwmSwu > .row .container { background-color: transparent; background-image: none; }#HSgq6MdK9cmfUDSqnNPPTSM9gIJwmSwu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSgq6MdK9cmfUDSqnNPPTSM9gIJwmSwu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSgq6MdK9cmfUDSqnNPPTSM9gIJwmSwu > .row .container > .video-iframe-container { display: none; }#HSgq6MdK9cmfUDSqnNPPTSM9gIJwmSwu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSgq6MdK9cmfUDSqnNPPTSM9gIJwmSwu > .row > .video-iframe-container { display: none; }#HSgq6MdK9cmfUDSqnNPPTSM9gIJwmSwu > .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); }#HSgq6MdK9cmfUDSqnNPPTSM9gIJwmSwu > .row .container { width:20rem;height:99.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVSJiGs9auVQTmB7mWLnQ6EJ3IJ7vgkb { width:15.5rem;height:4.798825rem;top:61.4375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;line-height:1.6;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JWgpcqxrhRJkXCVhlhIGqs3FIZWoyqKw { width:16rem;height:4.798825rem;top:12.5625rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;line-height:1.6;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UUz6QbwsyQVhp6zrZCkDdhym8z9cszyq { width:14.9375rem;height:3.2rem;top:76.54296875rem;left:2.53125rem;text-align:center;text-align-last:center;font-size:1rem;color:#151515;line-height:1.6;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BnZQRyztZJnOeSsqdKBVwVRKKzvCAlNq { top:1.3125rem;left:0.6875rem;width:7.75rem;height:0;z-index:15052;font-family:cairo;font-size:1.6875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#f9cf7c;display:none; }
 }@media only screen and (max-width: 763px) { #RB1SyLriBibbnf2GCetbM8lREN8zHhsv { top:2.9375rem;left:0.6875rem;width:8.8125rem;height:0;z-index:15053;font-family:cairo;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.25rem;color:#433277;display:none; }
 }@media only screen and (max-width: 763px) { #io8Mb5eDJiVilNSiWuT1uKCkliRxXzRA { top:21.5625rem;left:0.6875rem;width:7.75rem;height:0;z-index:15054;font-family:cairo;font-size:1.6875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#f9cf7c;display:none; }
 }@media only screen and (max-width: 763px) { #A8Bo1iX6bUom7NVpLGyDzztV61bV5JAZ { top:23.5rem;left:0.6875rem;width:8.8125rem;height:0;z-index:15055;font-family:cairo;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.25rem;color:#433277;display:none; }
 }@media only screen and (max-width: 763px) { #pBJu7axnUnb91SEf1rkSynTEyLpO09my { width:7.25rem;height:7.25rem;top:0.5625rem;left:2rem;z-index:15036;display:none; }
 }@media only screen and (max-width: 763px) { #Lox6vLUDyXietnclCuUUH5XLd5GpvGAt { width:8.625rem;height:8.625rem;top:0.75rem;left:2.875rem;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #XGdTJcM1XZIZodpk2ypfHuqdasqLaa5n { width:5.6875rem;height:5.6875rem;top:1.125rem;left:2.5625rem;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #vV4gWTf851LFXa6rHnRHmqy84wAkKCl9 { width:8rem;height:0;top:2.75rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15047;display:none; }
 }@media only screen and (max-width: 763px) { #NL6sNCl3mf090dfTFW393TQze4Q8nD3w { width:10.4375rem;height:4.625rem;top:4.75rem;left:2.875rem;z-index:15044;display:none; }
 }@media only screen and (max-width: 763px) { #E9uweWlVpWykcB0u4ZETohuPKbxFFTBx { width:7.25rem;height:7.25rem;top:16.5rem;left:2rem;z-index:15044;display:none; }
 }@media only screen and (max-width: 763px) { #duUsvhfJvq6kOdaMd8Gh5as0Or7ZSQG5 { width:8rem;height:0;top:18.1875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15055;display:none; }
 }@media only screen and (max-width: 763px) { #xnJIATNA585bcz2idv6Z32RfHEZJemaQ { width:5.6875rem;height:5.6875rem;top:17.0625rem;left:2.5625rem;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #aeW0B7yGpkHPR4LA6kNBEpxpk36kZXTG { width:7.625rem;height:0;top:42.0625rem;left:10.40625rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15057;display:none; }
 }@media only screen and (max-width: 763px) { #FxeORKWgGvthS3WALbFW3GQ7DWw3toP3 { width:8.5625rem;height:8.5625rem;top:2.5rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV9w8ISnPTHqRplPUxRd2PWJZtZA4A6z { width:7.25rem;height:7.25rem;top:2.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieTGfsMxdLSFCpTDigMZ6XXA7akqvRAQ { width:5.6875rem;height:5.6875rem;top:2.875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1QouoCyscmtEya0rcXPKWWpcDrL8NRP { width:10.4375rem;height:4.625rem;top:6.5rem;left:5.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #TKQdU4EvwiOxbX4hz8ZOvJvRkTlRD2MW { width:8.5625rem;height:8.5625rem;top:51.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2MGJl9GEbo20qXgFpL5wNTn3ouT7dTR { width:7.25rem;height:7.25rem;top:51.75rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0ox3DANPE96uB07ZF2VcAMx11fIRrBH { width:5.6875rem;height:5.6875rem;top:52.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpxCDzUOCtOK4De5W0V7SCMGvvAbw3I2 { width:10.4375rem;height:4.625rem;top:55.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLHfMAovSETIHhemABBdB5kJwTKbudXf { width:8.5625rem;height:8.5625rem;top:66.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km7h0MpbFTMHGtWZW189ws2qCE2gU0iU { width:7.25rem;height:7.25rem;top:66.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #an8Q7Zt8vsFn25RFomIuGsbfRC0c1geM { width:5.6875rem;height:5.6875rem;top:67.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndMEzcmrkw2KHBTH8sQrAqa0gDWwgc4J { width:10.4375rem;height:4.625rem;top:70.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuxrT1EF44fcu9wIlViJmwBtn137Fpzl { width:3.0625rem;height:0;top:4.75rem;left:5.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15092;display:none; }
 }@media only screen and (max-width: 763px) { #wXi04c1i8rCJ0JtR7i9Ze3Ayrl3ptsOP { width:3.0625rem;height:0;top:7.5625rem;left:6.875rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15093;display:none; }
 }@media only screen and (max-width: 763px) { #kqfDfd7vPVETbiQN4vlunfKPp6SU2CCX { width:10.8125rem;height:0;top:6.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15075;display:none; }
 }@media only screen and (max-width: 763px) { #uUZiI19x0LUCdwoRJJAGMmmsbzDC2FqI { width:6.625rem;height:0;top:4.875rem;left:6.25rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15054;display:none; }
 }@media only screen and (max-width: 763px) { #afhrR1TzZpyViSlJkJwvJeilEc4Dwtgm { width:7.625rem;height:0;top:7.625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15053;display:none; }
 }@media only screen and (max-width: 763px) { #UNRwlkziSdXloBtgL4uuAJRn7hAbAmd9 { width:6.625rem;height:0;top:20.75rem;left:6.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15064;display:none; }
 }@media only screen and (max-width: 763px) { #VzfsMDLKB9fXioI8KfT5OGEgXiHN1Pw4 { width:10.8125rem;height:0;top:22.3125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15078;display:none; }
 }@media only screen and (max-width: 763px) { #NKs7TN0H3uHieFwctkGyL7UwO8VJ4lMA { width:3.0625rem;height:0;top:20.5rem;left:6.0625rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15095;display:none; }
 }@media only screen and (max-width: 763px) { #TVfoVGxwkBhwi2GIcAoqWDWtGoFuoaRX { width:3.0625rem;height:1.70625rem;top:59.0625rem;left:-14.53125rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #bTVuZX0fdCfXhZzXuz4tVDM9IpnxTsZ1 { width:10.8125rem;height:1.54375rem;top:61rem;left:-16.09375rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #pZvh0JIu2JqO3nJ3lbI5OnVUB7QCUUad { width:3.0625rem;height:1.70625rem;top:61.8125rem;left:-11.84375rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #Tl7UNMqwpGX0ka2bIPcBaxu0z6b1JEWJ { width:10rem;height:3.575rem;top:56.4375rem;left:5.8125rem;text-align:center;text-align-last:center;font-family:cairo;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GraEf3AhKWmianrv11t6baiPkyDvLGDa { width:12.5rem;height:3.575rem;top:7.0625rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRpa0dNTmV1OtRgKnogbxTJt0gW7euTU { width:12.5rem;height:2.6rem;top:68.0625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPfAzFTWEFe857X1Ok8S9DB5b1rT4Zwi { width:12.5rem;height:2.6rem;top:53.125rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #toCbe30MOCuqTPTfKto5NdxTECVI1kw0 { width:11.5625rem;height:2.6rem;top:3.5rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1VZesh1NFx3eFMgu5VW91hhWpylkNaF { width:11.0625rem;height:3.0859375rem;top:71.5625rem;left:5.8125rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #Kwbu948KmmETkJxsxtuWVzEXJbVEZUxP { top:38.0625rem;left:0rem;width:20rem;height:11.1875rem;z-index:14993;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oeX0a9BLy2v6gTHTQcsMNw7WgOZLJXhd { width:6.125rem;height:6.125rem;top:40.625rem;left:1.3125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #qtB7Viietil1EIsLB52gDi9kBG7UG8OW { top:42.5625rem;left:1.59375rem;width:5.5625rem;height:2.25rem;z-index:15112;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sNsag7NM2Vu6kCawCpgz5yy4ACD3gata { top:19.3125rem;left:0.09375rem;width:20rem;height:17rem;z-index:15113;font-size:1.0625rem;font-family:cairo;color:#ffffff;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #X5mpgmACO2CcVSXqKAADpdcS8g1unc9p { width:20rem;height:17rem;top:80.9921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffeae3;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS { display:block; }#dA5oTidrTzG2gCZLU3ZtOBfx5ZBuV3eS > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt0rwEJFqaN3lLVGpGCMHLGe8IFEafRm { width:20rem;height:1.86875rem;top:0.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 { background-color:#f8e5ca;background-image:none;display:block; }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row .container { background-color: transparent; background-image: none; }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row .container > .video-iframe-container { display: none; }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row > .video-iframe-container { display: none; }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .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); }#QAyioLugmPsuJDWFcLUywSlZIGf8mmF0 > .row .container { width:20rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8qiCTHieGGg6WzGwZ61tIRCPJd6Hwt8 { width:10.9375rem;height:10.9375rem;top:0.6875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9kdy0TQI1FH7IUJgRu1USkPeR1UZG2v { width:10.9375rem;height:10.9375rem;top:19.4375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrK1xBIhPw65Dgve63zWlxU9UM7KBpoU { width:20rem;height:1.54375rem;top:12.0625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aFxNpkVsBsgFJhIGGubZJR09tH32tCtf { width:20rem;height:4.048825rem;top:14.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGRlaDsxrHDcQxhkiG1CnTf7hOdxksF7 { width:20rem;height:2.7rem;top:33.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmuVwrTMEp3UBEcQ1cy3EqLyiOTNOIS4 { width:20rem;height:1.54375rem;top:30.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE8iTOqMHlBZ8pGzzgm9WMvuOboKFq0E { width:9.4375rem;height:9.4375rem;top:1.4375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQHNUn3fT3BPHDkPdiNBvnoW0v3HTKhK { width:9.5625rem;height:9.5625rem;top:20.125rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmRXw6KPalLBMfE53R0I1kZvE9rnnVra { background-color:#bea98b;background-image:none;display:block; }#TmRXw6KPalLBMfE53R0I1kZvE9rnnVra > .row .container { background-color: transparent; background-image: none; }#TmRXw6KPalLBMfE53R0I1kZvE9rnnVra::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmRXw6KPalLBMfE53R0I1kZvE9rnnVra > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmRXw6KPalLBMfE53R0I1kZvE9rnnVra > .row .container > .video-iframe-container { display: none; }#TmRXw6KPalLBMfE53R0I1kZvE9rnnVra > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmRXw6KPalLBMfE53R0I1kZvE9rnnVra > .row > .video-iframe-container { display: none; }#TmRXw6KPalLBMfE53R0I1kZvE9rnnVra > .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); }#TmRXw6KPalLBMfE53R0I1kZvE9rnnVra > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAvGKZscFnfnRevOm6awGThZiswJH0fK { width:2rem;height:2rem;top:39.3125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVC8HaoP3V3aT55TkR8Ak4HdubuzfulI { width:2rem;height:2rem;top:39.3125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVbZQuQp6ZoOcsTe8OdeVF5QdA6b9rEX { width:2.0625rem;height:2.0625rem;top:39.3125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuDDvKnRB4Z4sspVrtwDMQL249y27lTg { width:14.6875rem;height:6.375rem;top:29.875rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhhTNtaaGyxTEXBzTpz9i7luHntSq5qe { width:16.625rem;height:3.9rem;top:23.8125rem;left:0rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz89iRURvHNSy5qiQFOFLI4tFIlNoXGe { width:16.875rem;height:3.9rem;top:17.8125rem;left:0rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIwRdNaueD1RXxacxJTK7q9IZ6rbclth { width:17.25rem;height:3.9rem;top:11.5625rem;left:0rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHT8T2GbR9pdJrladq5AA00Pa0LEA9EF { width:16.875rem;height:3.9rem;top:5.625rem;left:0rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTPfZt8UHmlnItp0uoHLtCnRdZhWvqbt { width:2.3125rem;height:3.0625rem;top:6.0625rem;left:17.6875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmOTl95Qb1xFR1dP95HfxhGkoU3D7Xp1 { width:19.125rem;height:2.03125rem;top:2.375rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXtfG4e6AZPDP2OomXGX8Ansym5FldIT { width:2.3125rem;height:3.0625rem;top:12rem;left:17.6875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI8EyNt6zhxbdoEFvNPHGG6latyvgJmB { width:2.3125rem;height:3.0625rem;top:24.1875rem;left:17.6875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6Tm6XJuzvs4942Rxo8w0oEiOxmEDFfc { width:2.3125rem;height:3.0625rem;top:18.25rem;left:17.6875rem;font-size:2.125rem;display:block; }
 }