.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:250,224,232;--color-primary-1:241,163,185;--color-primary-2:231,102,138;--color-primary-3:223,74,141;--color-primary-4:158,4,42;--color-secondary-0:251,217,217;--color-secondary-1:241,128,128;--color-secondary-2:227,0,0;--color-secondary-3:114,0,0;--color-secondary-4:34,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--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(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#HwHo1GlEDei6Amu52klobzhfHsUNe9ge { position:relative;display:none; }#HwHo1GlEDei6Amu52klobzhfHsUNe9ge { border-width: 0; border-radius: 0; }#HwHo1GlEDei6Amu52klobzhfHsUNe9ge > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HwHo1GlEDei6Amu52klobzhfHsUNe9ge > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fT0fMiBzA0h2PflOWfxdo9cG9ODroSnW { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:19.187501907349rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tf1vmOpNSiCTZoZk3NLMdGkxdM7HrcWQ { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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:8rem;width:8rem;top:0rem;left:26rem;overflow:hidden;display:none; }
#RrByUFUau0gkdPtXS81lX9EQyw9twXXm { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:19.187501907349rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Lr6PggzDwKNX7iilagnrpunQ7RiZckng { position:relative;display:none; }#Lr6PggzDwKNX7iilagnrpunQ7RiZckng { border-width: 0; border-radius: 0; }#Lr6PggzDwKNX7iilagnrpunQ7RiZckng > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Lr6PggzDwKNX7iilagnrpunQ7RiZckng > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-form-header {  }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:bold;color:#a41354;width:18.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:right;text-align-last:right;line-height:1.4; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.9375rem;box-sizing:border-box;height:2.8125rem;color:rgba(var(--color-tertiary-4),1);font-size:1.0625rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-input-text {padding-top: 0; padding-bottom: 0;}#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.9375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1.0625rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-input-select { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.9375rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;text-align:right;text-align-last:right; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-input-select {padding-top: 0; padding-bottom: 0;}#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .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; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#b92968;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:400;color:#f2f9ff;width:18.9375rem;height:2.9375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;line-height:1; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;font-size:0.8125rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:17.75rem;overflow:hidden;font-style:normal; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .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; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-container:first-of-type{padding-top:0;}#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-container:last-of-type{padding-bottom:0;}#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.9375rem;height:auto;border-top:0.4375rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.375rem solid rgba(var(--color-primary-3),1);z-index:15196;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;position:absolute;top:44.6875rem;left:21.4375rem; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.9375rem; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL {display:block;}#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.9375rem;height:auto;border-top:0.4375rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.375rem solid rgba(var(--color-primary-3),1);z-index:15196;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;position:absolute;top:44.6875rem;left:21.4375rem;display:none; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #No5sp1kdGkK33W4SdRHDR9uW2Rbi5ht7 { position:relative; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #B2NESUNGW3gB4vbER8xzxroFQbNGdxxT { position:relative;display:block; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #DshAcnha14CkAGbOHnJi1ILyztTTK6zr { position:relative; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #rzq5RIZwMKbIr8mQcUfv0Xo7ptX82dqo { position:relative; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #m3mLMee9tt5J62gE4Sx8sZMslTobephJ { position:relative;display:block; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #E26vTxLVH59ih1p72Gi8Weh52g1VcGWm { position:relative; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #D0X0eV5Ixt740l7DwQnkCUBxDbUT0R9d { position:relative; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #QvEOMEZ4IIyn0HnfDEUryD7L3PC84dXT { position:relative;display:block; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #gQTmPbKIP7pKrXX2bq10PgpFn3AW3LBX { position:relative; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #mpbePrrtFTweQfBZOrd82vPx7TpxCoto { position:relative; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #oeNL5R6e9ortDfMmlukPr1TH461znhMf { position:relative;display:block; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #PQEqEqelbHs1J0JbMiOFVJVMGZF4J5dk { position:relative; }
#eESXIr5am1rmGTNRoSDMw7osn64hwTD4 { position:relative;display:block; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #oX81vair9eXVPTpigm8S1dh4fXFwquk8 { position:relative; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #P9vw6ZoT3Q8wdSZ1humKGnxBdFkhBp6s { position:relative; }
#l5MhJuyMCQ5FgeHDMTeIxhXKD58SWiAw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15161;opacity:1;top:69.25rem;left:17.25rem;display:none; }
#ObbvXrplHD8mVXXqKWsOhP63BX0QLo1k { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:40.6875rem;left:21.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#li6nf3oT2UPGrax05fssboRRKKt52Ltz { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15158;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:69.5625rem;left:0.25rem;height:1.29948125rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#XpEHTGSo3QoSC71BAGRTqnbLGoqMgtZv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15160;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:71.5625rem;left:3.4375rem;height:1.13671875rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#O4hKS729DVI4CxRK7U54Km3FihVGDn6Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15161;opacity:1;top:69.25rem;left:17.25rem;display:none; }
#E1ZA0dTOKJduJ6aCu7Nwfwb7Laq2oz73 { color:#b92968;display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15153;line-height:1.3;letter-spacing:0;top:35.5rem;left:18.9375rem;height:3.736975rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#EaUleET1NZ7ilEDdXycaWZT7ykx8y5Dg { background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:2.1875rem;text-decoration:none;z-index:15172;text-align:center;text-align-last:center;top:29.51718711853rem;left:42.750000953674rem;display:none; }
#VVf8Z2AnSWTTaZ3AylK0WJRQP9tntbXZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pgD7Z8ITAQEFS3JySIWzIQ8tKkgEImML { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15173;opacity:1;top:29.735939025879rem;left:43.650000953674rem;display:none; }
#pgD7Z8ITAQEFS3JySIWzIQ8tKkgEImML > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#z4sx1OZO35UCk49UE9SnBiBAanuEU2Pg { position:relative;display:none; }#z4sx1OZO35UCk49UE9SnBiBAanuEU2Pg { border-width: 0; border-radius: 0; }#z4sx1OZO35UCk49UE9SnBiBAanuEU2Pg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#z4sx1OZO35UCk49UE9SnBiBAanuEU2Pg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#P49cWn6wZAASz247z9IczPGndc6eo7pu { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:34.875rem;width:60rem;display:none; }
#e2DrTPzMn1rRphhcsXAJeu7fMeI7Rifu { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.625rem;top:12.625rem;left:1rem;display:none; }
#M5i6lACsdhbHyotaFgdGxH1hZMrgcTVh { background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.875rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:52.20832824707rem;left:39.718751907349rem;display:none; }
#EtSyMrXR5q8f4fr6ZgMLPeD5KTFn0FS0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lnbKLUJVAygS9J4EJH3gfFoUFbaVtL8l { background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.875rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:52.20832824707rem;left:39.718751907349rem;display:none; }
#fOsZUcdE0T3L243N0KbylfVtbFXS59so { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QaqgUL55LN5EdShT0bQTIGoz7IJtup8q { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.125rem;top:12.625rem;left:1.0625rem;display:none; }
#qGrwACw9MsDDQe25Dg6VxU7RXsptrT0O { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0625rem;top:36.6875rem;left:1.0625rem;display:none; }
#JVWvQp1z4vEI3hN5ZFZ9o740cJ65tETP { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:34.875rem;width:60rem;display:none; }
#SaETxZ8to8l77UBnnQ64HhSrF5QbuVqa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#DwSKRyTz5AyuMeHEPgcLOX6sFMdrmefT { position:relative;display:none; }#DwSKRyTz5AyuMeHEPgcLOX6sFMdrmefT { border-width: 0; border-radius: 0; }#DwSKRyTz5AyuMeHEPgcLOX6sFMdrmefT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DwSKRyTz5AyuMeHEPgcLOX6sFMdrmefT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LtSJf2uJQ7L9ViBSSNaLsHgiTluelFpO { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0625rem;top:14.375rem;left:1.0625rem;display:none; }
#uunCnRq1BWb8pSsIEAzQ1zuC9THXDQk7 { background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.875rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:52.20832824707rem;left:39.718751907349rem;display:none; }
#OEA1zIcayQq3VDepbFZ4p05XdFipJPIp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xKJtiQDq2KE339lTnLE3gpen9JNUksGL { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:34.875rem;width:60rem;display:none; }
#okOT3AXmySKi2q4yFqTbzCQXAtbOEEPb { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:34.875rem;width:60rem;display:none; }
#dfnbbBtJAJzxtp7WHwpWKW5qMbTMeERk { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0625rem;top:35.5625rem;left:1.0625rem;display:none; }
#LK1IfbTtC8ypVCQwHMmeJ55n7ZxNldnq { background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.875rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:52.20832824707rem;left:39.718751907349rem;display:none; }
#PJRQa7o6q9595rk4pZMV8GmoTN0UgfBm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XT1OBrwCLcZr9rC2s9r8VrmVh8GN9dlF { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:34.875rem;width:60rem;display:none; }
#TJfpH9iIvTdciqqy2foLkFgaEoEbFeW2 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0625rem;top:62.125rem;left:1.0625rem;display:none; }
#dcVZQ90zXh3HRyiZebfZWaWapDPX0uCV { background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.875rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:52.20832824707rem;left:39.718751907349rem;display:none; }
#x4RUWkJ8vJFUPVzroApBdeJ63U7roQhp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kyf7ZooOmE5AXAVDHeZM20LRgiiggRFM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#wxugShNrBktTbpnXa827f6iOQQT9y3DZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#AWvOv0Z1gVv0wQTb5AMyO18An2rQokEe { position:relative;display:none; }#AWvOv0Z1gVv0wQTb5AMyO18An2rQokEe { border-width: 0; border-radius: 0; }#AWvOv0Z1gVv0wQTb5AMyO18An2rQokEe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AWvOv0Z1gVv0wQTb5AMyO18An2rQokEe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bqkzFDCnq0e8icfXrQoXgJ21BkHvZqp4 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:34.875rem;width:60rem;display:none; }
#iafM33H1JgXgTTMqTI6VJSLX4EWHwT9e { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0625rem;top:13.5rem;left:1.0625rem;display:none; }
#RT6DHc5UOdc02mOrb47VwVybApQh2qE5 { background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.875rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:52.20832824707rem;left:39.718751907349rem;display:none; }
#wpQcIzmHHfE1F6r9PQCOr6UcZlg5TsL7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h1aPeQ5ZTQEprPaHOhiVFS8KyFG8mDW1 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:34.875rem;width:60rem;display:none; }
#c3RMg3ceqEIwmJ0TJuVcaHvM36II5I5P { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.625rem;top:37.0625rem;left:1.125rem;display:none; }
#Ix2IDKn6xIbWu27OVaGS1W6GilJ5VEC1 { background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.875rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:52.20832824707rem;left:39.718751907349rem;display:none; }
#E2B9i1FRGN0qgCx9f44oEcqzXnv5fHgy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zJtwB0uaM8ChAKmaMLIUTcLuRHuI1xSm { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:34.875rem;width:60rem;display:none; }
#QbrXB2BdZPyWRl8mOugUDShpFw7KpFax { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0625rem;top:61.8125rem;left:1.0625rem;display:none; }
#lFu9COPWgXf53L32hhBDnddmnXwgg2Ex { background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.875rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:52.20832824707rem;left:39.718751907349rem;display:none; }
#MP5I2XW3l1vVUWLiS1PV7U6tkic1zrlT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ld0JsS57xBXMOsoqWOP2yadyKaHZf8q3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#cPaRb5UPtzVXGpweFxRtJ3XTTmfeCWWp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#L6NFS5CGrWBln7gz0vCJRVh2H3r2TxS8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#prv5DlBPcS80OC2M75niWGmuF0THg868 { position:relative;display:none; }#prv5DlBPcS80OC2M75niWGmuF0THg868 { border-width: 0; border-radius: 0; }#prv5DlBPcS80OC2M75niWGmuF0THg868 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#prv5DlBPcS80OC2M75niWGmuF0THg868 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Aoz6n56HsE3GRt8IDbiLXdQfnnFbIcxR { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;display:block; }
#zJXydII0mwn58OzmkIBws5AnI2JvrwIA { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;display:block; }
#JnDHFOJbcI0JlWCZJBmTHQroDAWDPI3i { 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:none; }#JnDHFOJbcI0JlWCZJBmTHQroDAWDPI3i > .row .container { border-width: 0; border-radius: 0; }#JnDHFOJbcI0JlWCZJBmTHQroDAWDPI3i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JnDHFOJbcI0JlWCZJBmTHQroDAWDPI3i > .row .container { font-size:0.875rem;font-family:arial;height:63.875rem;width:60rem;position:relative;display:none; }#O0RTkHzX53zGNedq5KneA4ppciZHMg80 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#VmkfMvp5y8aiZHDrrcvQQe5B5alGvHTy { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#geoioEeUJ57ff7c7BlM7xBnwZckoV8xy { 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:none; }#geoioEeUJ57ff7c7BlM7xBnwZckoV8xy > .row .container { border-width: 0; border-radius: 0; }#geoioEeUJ57ff7c7BlM7xBnwZckoV8xy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#geoioEeUJ57ff7c7BlM7xBnwZckoV8xy > .row .container { font-size:0.875rem;font-family:arial;height:63.875rem;width:60rem;position:relative;display:none; }#SPSakrAl6cDz5kFO7599e2wElTCeg2NO { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#uAsGw9UnEtChxq7TN5JD1M7GtcdmWcp3 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#wu9MJ9R9A16PeszFTfQvr7Uuuf3VBTi9 { 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:none; }#wu9MJ9R9A16PeszFTfQvr7Uuuf3VBTi9 > .row .container { border-width: 0; border-radius: 0; }#wu9MJ9R9A16PeszFTfQvr7Uuuf3VBTi9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wu9MJ9R9A16PeszFTfQvr7Uuuf3VBTi9 > .row .container { font-size:0.875rem;font-family:arial;height:63.875rem;width:60rem;position:relative;display:none; }#XAVBXixL4rbznM5ReSpRnKxkTN5z8CbV { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#rVTS5xwV4lNDt8JUOmZIu79ki09Z68A6 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#D2cvssctfc8yy8FOTsoldwLSTk1E9UCs { position:relative;display:none; }#D2cvssctfc8yy8FOTsoldwLSTk1E9UCs { border-width: 0; border-radius: 0; }#D2cvssctfc8yy8FOTsoldwLSTk1E9UCs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D2cvssctfc8yy8FOTsoldwLSTk1E9UCs > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fa83a7b7-b2c4-44da-974f-ec0f79d400ac/01.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#D2cvssctfc8yy8FOTsoldwLSTk1E9UCs > .row .container.adaptive-delivery-prevent-bg, #D2cvssctfc8yy8FOTsoldwLSTk1E9UCs > .row .container.lazyload, #D2cvssctfc8yy8FOTsoldwLSTk1E9UCs > .row .container.lazyloading { background-image: none; }#wJBVJ32KQmc7rlegSS4R4tkPV9Roi5Pk { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#uO6slzTh62PSxpOom1etIvPg8gIAhLwt { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#elf4SIbuevAgi6t08ozys1O0ShoqW4OL { position:relative;display:none; }#elf4SIbuevAgi6t08ozys1O0ShoqW4OL { border-width: 0; border-radius: 0; }#elf4SIbuevAgi6t08ozys1O0ShoqW4OL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elf4SIbuevAgi6t08ozys1O0ShoqW4OL > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fa83a7b7-b2c4-44da-974f-ec0f79d400ac/01.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#elf4SIbuevAgi6t08ozys1O0ShoqW4OL > .row .container.adaptive-delivery-prevent-bg, #elf4SIbuevAgi6t08ozys1O0ShoqW4OL > .row .container.lazyload, #elf4SIbuevAgi6t08ozys1O0ShoqW4OL > .row .container.lazyloading { background-image: none; }#O9vS2ZLD2E6bBTAUma44DMi2TVAO9W6u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:13.862500190735rem;left:49.39999961853rem; }
#U4lONwIRQppvumXE1XSCbnmgQXPm5pGd { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(223,120,149,0.5) ;height:6.75rem;width:6.75rem;top:12.050000190735rem;left:47.58749961853rem;display:block; }
#DHMH1NXdVTZbNpUVO1Tr0EfkWXZCLWRt { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.300000190735rem;left:46.27499961853rem;height:1.3rem;font-style:normal;display:block; }
#oxRXDk4ugwmueOiuxrklp0wRw4rWCuiy { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(223,120,149,0.5) ;height:6.75rem;width:6.75rem;top:12.050000190735rem;left:33.89999961853rem;display:block; }
#igLJJwCbxatrvThyeeCw1fAqxXaTtBGW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:13.862500190735rem;left:35.71249961853rem; }
#SxT4RlOP8V3sCRorcSaXSAWfcRqDlvBP { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.300000190735rem;left:32.96249961853rem;height:1.3rem;font-style:normal;display:block; }
#lQS3cCWuaZK9pTkoJIhbHAGaDS8f7Bg1 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(223,120,149,0.5) ;height:6.75rem;width:6.75rem;top:12.050000190735rem;left:20.71249961853rem;display:block; }
#LlS2CUpx9WrGAmhd118AiraBArs2shiP { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.300000190735rem;left:20.68124961853rem;height:2.59765625rem;font-style:normal;display:block; }
#NV0f6ZptoxE2A5kzupsTHENXpLbbxnWz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:13.862500190735rem;left:22.52499961853rem; }
#e9lgtnLgQDx18PuIOCh71t6ZQbLOsyOU { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(223,120,149,0.5) ;height:6.75rem;width:6.75rem;top:12.050000190735rem;left:7.2742195129394rem;display:block; }
#kderhVaKh8q4zls3piJDaFeQ2fkkJRMP { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.300000190735rem;left:6.5554695129394rem;height:1.3rem;font-style:normal;display:block; }
#IWTQdiuzV0QgVmzSoO5ssZ5nBHDnE8V2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:13.862500190735rem;left:9.0867195129394rem; }
#Nfk2NlRwkmD2mO8xD7W6Fh9dwEC6ew7f { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.2867193222046rem;left:22.250001907349rem;height:4.0625rem;font-style:normal;display:block; }
#O06qEXPDrED9sDTnaD5WgmNNO4CMnBkg { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.304931640625rem;left:45.228759765625rem;height:0;text-align:right;text-align-last:right;display:none; }
#dtRUx96Js1ghlHZpeNVsvnGRNN6d3QxD { color:rgba(var(--color-tertiary-0),1);display:block;width:24.25rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.34375rem;left:43.22802734375rem;height:0;text-align:right;text-align-last:right;display:none; }
#pbMSRKmwHBXRD2qJKiRXhoq7G9FqTeNZ { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:18.76953125rem;left:62.179443359375rem;display:none; }
#Na9eGnvvX31QtFVWgrioNGoUETV6C1VA { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:19.173828125rem;left:68.84814453125rem;display:none; }
#HHaavrOKIeCTWo0ZzLq5dFQzTVPdhPU6 { box-sizing:content-box;color:#f8f8f8;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:19.072021484375rem;left:68.81640625rem;display:none; }
#qNgwPGOPU4UGNm6rp1dpJ4oXNk7ib8Cc { color:rgba(var(--color-tertiary-4),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:6.8781223297119rem;left:47.887504577637rem;height:1.05625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#aPeVD8uof7bWo6tgpTWRIhMzBORtIbuB { position:absolute;display:block;z-index:15014;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.4375rem;width:8.125rem;top:9.0062499046325rem;left:42.3125rem;overflow:hidden;display:block; }
#J2TeUyDZyT3BixWi7Qa11GHARtKsxnB8 { position:absolute;display:block;z-index:15185;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:3.3125rem;width:13.1875rem;top:60.000001907349rem;left:46.062501907349rem;overflow:hidden;display:none; }
#EKuK21PJZZcrDpdGMnTAJr1CDq9gnR45 { position:absolute;display:block;z-index:15099;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.125rem;width:5.4375rem;top:9.0062499046325rem;left:51.256248474121rem;overflow:hidden;display:block; }
#vLa1NgztHpw9JpQHiZUPbM4CweU9yNHi { position:absolute;display:block;z-index:15184;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.4375rem;width:8.125rem;top:60.437501907349rem;left:3.875rem;overflow:hidden;display:none; }
#OJEkD5HtOcCLV07oFV4gCFRd0Kpm48XA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#OJEkD5HtOcCLV07oFV4gCFRd0Kpm48XA > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#whMfLa9BwNta5OLaQHhJ3nWgT1FRMOND { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#whMfLa9BwNta5OLaQHhJ3nWgT1FRMOND > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#NUJuBu1UgxbeTfDDJmJHwU1yttO2QnDz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#NUJuBu1UgxbeTfDDJmJHwU1yttO2QnDz > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#boJ8VhewaiRPM8fxN9Nn9tX0OhrTHqTm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#boJ8VhewaiRPM8fxN9Nn9tX0OhrTHqTm > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#s0Ri5VThyMCKeTf0LOQpMs6GJc6IqNBJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#s0Ri5VThyMCKeTf0LOQpMs6GJc6IqNBJ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#bET1nDXfn8rOrTPMXcGEPdrQEhLNHPnt { background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.875rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:52.20832824707rem;left:39.718751907349rem;display:none; }
#T4Xw8LmFoRWcJhv8nba7cJUJTG6w5xPh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F1zIdQb3TKxz9tLCAQ3BGJNSy1TOiUZE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#F1zIdQb3TKxz9tLCAQ3BGJNSy1TOiUZE > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#E6E3PcmwJg525sQJvcnXdGnz6p8oRIn0 { background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:2.1875rem;text-decoration:none;z-index:15172;text-align:center;text-align-last:center;top:29.51718711853rem;left:42.750000953674rem;display:none; }
#r2f3L31v8zzz58OOwuU7gTRpsvEA2QnD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ME8p1ZntduTuykhgA7luiJpV2NZ0J6lo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15173;opacity:1;top:29.735939025879rem;left:43.650000953674rem;display:none; }
#ME8p1ZntduTuykhgA7luiJpV2NZ0J6lo > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#M6QSFuTgS43a1ikRkTzqTGIGtTmZkvM2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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:none; }#M6QSFuTgS43a1ikRkTzqTGIGtTmZkvM2 > .row .container { border-width: 0; border-radius: 0; }#M6QSFuTgS43a1ikRkTzqTGIGtTmZkvM2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M6QSFuTgS43a1ikRkTzqTGIGtTmZkvM2 > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:60rem;position:relative;display:none; }#fgycsvLvE4sC3OhCIfD1R2Zl4rR29K3k { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.25rem;left:11.3125rem;display:none; }
#WaWuTTlTQ0k0Don7ZMQtWn8f1AK29qbq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DwAiSDwU1wlTIJgmSI7FXQg6iIq4mk8k { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.25rem;left:11.3125rem;display:none; }
#iVl19U4canLrO7KaTeu5xRr007zLti8i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wa4588nbcxvuhzBox9DhXVGuCy3vLZyk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.6875rem;left:44.90625rem;display:block; }
#FrJoJGRnIbPoxRSit63L66msbfGtJ68T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WfzXfNVOnZavCTNNGZ5urfukHxz8z28T { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:27.6875rem;left:26.875rem;display:block; }
#n6PCZuRPlVzR7HflQkExc72pQgMxqfx3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zJEX5FEdPEVrPTCKPQ0abnU3Enh0Bea0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:27.6875rem;left:8.40625rem;display:block; }
#CU1OopTiQLf5XqFiFoADgtz7VVKW4nyn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pW3AVu5gVEfNEOToKLrRgSC9WNNsr6SZ { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.25rem;left:11.3125rem;display:none; }
#SKdJT1MtzWt1IRHi62RuVhwdT97FbG39 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HwHo1GlEDei6Amu52klobzhfHsUNe9ge { display:none; }#HwHo1GlEDei6Amu52klobzhfHsUNe9ge > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fT0fMiBzA0h2PflOWfxdo9cG9ODroSnW { top:7.875rem;left:0rem;width:20rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf1vmOpNSiCTZoZk3NLMdGkxdM7HrcWQ { top:0rem;left:19.875rem;width:8rem;height:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #RrByUFUau0gkdPtXS81lX9EQyw9twXXm { top:13.75rem;left:0rem;width:13.4375rem;height:1.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lr6PggzDwKNX7iilagnrpunQ7RiZckng { display:none; }#Lr6PggzDwKNX7iilagnrpunQ7RiZckng > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-input-text {padding-top: 0; padding-bottom: 0;}#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-input-select {padding-top: 0; padding-bottom: 0;}#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL {display:block;}#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL { width:26.25rem;height:auto;top:15.75rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #No5sp1kdGkK33W4SdRHDR9uW2Rbi5ht7 {  }
 }@media only screen and (max-width: 763px) { #WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #B2NESUNGW3gB4vbER8xzxroFQbNGdxxT { display:block; }
 }@media only screen and (max-width: 763px) { #WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #DshAcnha14CkAGbOHnJi1ILyztTTK6zr {  }
 }@media only screen and (max-width: 763px) { #WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #rzq5RIZwMKbIr8mQcUfv0Xo7ptX82dqo {  }
 }@media only screen and (max-width: 763px) { #WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #m3mLMee9tt5J62gE4Sx8sZMslTobephJ { display:block; }
 }@media only screen and (max-width: 763px) { #WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #E26vTxLVH59ih1p72Gi8Weh52g1VcGWm {  }
 }@media only screen and (max-width: 763px) { #WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #D0X0eV5Ixt740l7DwQnkCUBxDbUT0R9d {  }
 }@media only screen and (max-width: 763px) { #WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #QvEOMEZ4IIyn0HnfDEUryD7L3PC84dXT { display:block; }
 }@media only screen and (max-width: 763px) { #WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #gQTmPbKIP7pKrXX2bq10PgpFn3AW3LBX {  }
 }@media only screen and (max-width: 763px) { #WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #mpbePrrtFTweQfBZOrd82vPx7TpxCoto {  }
 }@media only screen and (max-width: 763px) { #WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #oeNL5R6e9ortDfMmlukPr1TH461znhMf { display:block; }
 }@media only screen and (max-width: 763px) { #WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #PQEqEqelbHs1J0JbMiOFVJVMGZF4J5dk {  }
 }@media only screen and (max-width: 763px) { #eESXIr5am1rmGTNRoSDMw7osn64hwTD4 { display:block; }
 }@media only screen and (max-width: 763px) { #WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #oX81vair9eXVPTpigm8S1dh4fXFwquk8 {  }
 }@media only screen and (max-width: 763px) { #WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #P9vw6ZoT3Q8wdSZ1humKGnxBdFkhBp6s {  }
 }@media only screen and (max-width: 763px) { #l5MhJuyMCQ5FgeHDMTeIxhXKD58SWiAw { top:69.25rem;left:11.125rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ObbvXrplHD8mVXXqKWsOhP63BX0QLo1k { top:40.6875rem;left:15.375rem;width:21.5rem;height:1.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #li6nf3oT2UPGrax05fssboRRKKt52Ltz { top:69.5625rem;left:0rem;width:16.25rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XpEHTGSo3QoSC71BAGRTqnbLGoqMgtZv { top:71.5625rem;left:0rem;width:12.9375rem;height:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #O4hKS729DVI4CxRK7U54Km3FihVGDn6Q { top:69.25rem;left:11.125rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1ZA0dTOKJduJ6aCu7Nwfwb7Laq2oz73 { top:1.3125rem;left:0rem;width:12.0625rem;height:2.5625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EaUleET1NZ7ilEDdXycaWZT7ykx8y5Dg { width:10.0625rem;height:2.1875rem;top:29.5rem;left:29.125000953674rem;display:none; }
 }@media only screen and (max-width: 763px) { #VVf8Z2AnSWTTaZ3AylK0WJRQP9tntbXZ { display:block; }
 }@media only screen and (max-width: 763px) { #pgD7Z8ITAQEFS3JySIWzIQ8tKkgEImML { top:29.6875rem;left:30.025000953674rem;width:1.9375rem;height:1.9375rem;display:none; }
#pgD7Z8ITAQEFS3JySIWzIQ8tKkgEImML > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #z4sx1OZO35UCk49UE9SnBiBAanuEU2Pg { display:none; }#z4sx1OZO35UCk49UE9SnBiBAanuEU2Pg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P49cWn6wZAASz247z9IczPGndc6eo7pu { width:47.75rem;height:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #e2DrTPzMn1rRphhcsXAJeu7fMeI7Rifu { top:12.625rem;left:0rem;width:17.8125rem;height:4.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #M5i6lACsdhbHyotaFgdGxH1hZMrgcTVh { width:12.875rem;height:2.8125rem;top:52.1875rem;left:33.593751907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #EtSyMrXR5q8f4fr6ZgMLPeD5KTFn0FS0 { display:block; }
 }@media only screen and (max-width: 763px) { #lnbKLUJVAygS9J4EJH3gfFoUFbaVtL8l { width:12.875rem;height:2.8125rem;top:52.1875rem;left:33.593751907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #fOsZUcdE0T3L243N0KbylfVtbFXS59so { display:block; }
 }@media only screen and (max-width: 763px) { #QaqgUL55LN5EdShT0bQTIGoz7IJtup8q { top:12.625rem;left:0rem;width:17.875rem;height:4.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qGrwACw9MsDDQe25Dg6VxU7RXsptrT0O { top:36.6875rem;left:0rem;width:17.875rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JVWvQp1z4vEI3hN5ZFZ9o740cJ65tETP { width:47.75rem;height:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SaETxZ8to8l77UBnnQ64HhSrF5QbuVqa { display:none; }
 }@media only screen and (max-width: 763px) { #DwSKRyTz5AyuMeHEPgcLOX6sFMdrmefT { display:none; }#DwSKRyTz5AyuMeHEPgcLOX6sFMdrmefT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LtSJf2uJQ7L9ViBSSNaLsHgiTluelFpO { top:14.375rem;left:0rem;width:17.875rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uunCnRq1BWb8pSsIEAzQ1zuC9THXDQk7 { width:12.875rem;height:2.8125rem;top:52.1875rem;left:33.593751907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #OEA1zIcayQq3VDepbFZ4p05XdFipJPIp { display:block; }
 }@media only screen and (max-width: 763px) { #xKJtiQDq2KE339lTnLE3gpen9JNUksGL { width:47.75rem;height:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #okOT3AXmySKi2q4yFqTbzCQXAtbOEEPb { width:47.75rem;height:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dfnbbBtJAJzxtp7WHwpWKW5qMbTMeERk { top:35.5625rem;left:0rem;width:17.875rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LK1IfbTtC8ypVCQwHMmeJ55n7ZxNldnq { width:12.875rem;height:2.8125rem;top:52.1875rem;left:33.593751907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJRQa7o6q9595rk4pZMV8GmoTN0UgfBm { display:block; }
 }@media only screen and (max-width: 763px) { #XT1OBrwCLcZr9rC2s9r8VrmVh8GN9dlF { width:47.75rem;height:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJfpH9iIvTdciqqy2foLkFgaEoEbFeW2 { top:62.125rem;left:0rem;width:17.875rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dcVZQ90zXh3HRyiZebfZWaWapDPX0uCV { width:12.875rem;height:2.8125rem;top:52.1875rem;left:33.593751907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #x4RUWkJ8vJFUPVzroApBdeJ63U7roQhp { display:block; }
 }@media only screen and (max-width: 763px) { #Kyf7ZooOmE5AXAVDHeZM20LRgiiggRFM { display:none; }
 }@media only screen and (max-width: 763px) { #wxugShNrBktTbpnXa827f6iOQQT9y3DZ { display:none; }
 }@media only screen and (max-width: 763px) { #AWvOv0Z1gVv0wQTb5AMyO18An2rQokEe { display:none; }#AWvOv0Z1gVv0wQTb5AMyO18An2rQokEe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bqkzFDCnq0e8icfXrQoXgJ21BkHvZqp4 { width:47.75rem;height:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iafM33H1JgXgTTMqTI6VJSLX4EWHwT9e { top:13.5rem;left:0rem;width:17.875rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RT6DHc5UOdc02mOrb47VwVybApQh2qE5 { width:12.875rem;height:2.8125rem;top:52.1875rem;left:33.593751907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #wpQcIzmHHfE1F6r9PQCOr6UcZlg5TsL7 { display:block; }
 }@media only screen and (max-width: 763px) { #h1aPeQ5ZTQEprPaHOhiVFS8KyFG8mDW1 { width:47.75rem;height:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c3RMg3ceqEIwmJ0TJuVcaHvM36II5I5P { top:37.0625rem;left:0rem;width:17.875rem;height:4.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ix2IDKn6xIbWu27OVaGS1W6GilJ5VEC1 { width:12.875rem;height:2.8125rem;top:52.1875rem;left:33.593751907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #E2B9i1FRGN0qgCx9f44oEcqzXnv5fHgy { display:block; }
 }@media only screen and (max-width: 763px) { #zJtwB0uaM8ChAKmaMLIUTcLuRHuI1xSm { width:47.75rem;height:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QbrXB2BdZPyWRl8mOugUDShpFw7KpFax { top:61.8125rem;left:0rem;width:17.875rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFu9COPWgXf53L32hhBDnddmnXwgg2Ex { width:12.875rem;height:2.8125rem;top:52.1875rem;left:33.593751907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #MP5I2XW3l1vVUWLiS1PV7U6tkic1zrlT { display:block; }
 }@media only screen and (max-width: 763px) { #ld0JsS57xBXMOsoqWOP2yadyKaHZf8q3 { display:none; }
 }@media only screen and (max-width: 763px) { #cPaRb5UPtzVXGpweFxRtJ3XTTmfeCWWp { display:none; }
 }@media only screen and (max-width: 763px) { #L6NFS5CGrWBln7gz0vCJRVh2H3r2TxS8 { display:none; }
 }@media only screen and (max-width: 763px) { #prv5DlBPcS80OC2M75niWGmuF0THg868 { display:none; }#prv5DlBPcS80OC2M75niWGmuF0THg868 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Aoz6n56HsE3GRt8IDbiLXdQfnnFbIcxR { display:none; }
 }@media only screen and (max-width: 763px) { #zJXydII0mwn58OzmkIBws5AnI2JvrwIA { display:none; }
 }@media only screen and (max-width: 763px) { #JnDHFOJbcI0JlWCZJBmTHQroDAWDPI3i { display:block; }#JnDHFOJbcI0JlWCZJBmTHQroDAWDPI3i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O0RTkHzX53zGNedq5KneA4ppciZHMg80 { display:none; }
 }@media only screen and (max-width: 763px) { #VmkfMvp5y8aiZHDrrcvQQe5B5alGvHTy { display:none; }
 }@media only screen and (max-width: 763px) { #geoioEeUJ57ff7c7BlM7xBnwZckoV8xy { display:none; }#geoioEeUJ57ff7c7BlM7xBnwZckoV8xy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SPSakrAl6cDz5kFO7599e2wElTCeg2NO { display:none; }
 }@media only screen and (max-width: 763px) { #uAsGw9UnEtChxq7TN5JD1M7GtcdmWcp3 { display:none; }
 }@media only screen and (max-width: 763px) { #wu9MJ9R9A16PeszFTfQvr7Uuuf3VBTi9 { display:none; }#wu9MJ9R9A16PeszFTfQvr7Uuuf3VBTi9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XAVBXixL4rbznM5ReSpRnKxkTN5z8CbV { display:none; }
 }@media only screen and (max-width: 763px) { #rVTS5xwV4lNDt8JUOmZIu79ki09Z68A6 { display:none; }
 }@media only screen and (max-width: 763px) { #D2cvssctfc8yy8FOTsoldwLSTk1E9UCs { display:none; }#D2cvssctfc8yy8FOTsoldwLSTk1E9UCs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wJBVJ32KQmc7rlegSS4R4tkPV9Roi5Pk { display:none; }
 }@media only screen and (max-width: 763px) { #uO6slzTh62PSxpOom1etIvPg8gIAhLwt { display:none; }
 }@media only screen and (max-width: 763px) { #elf4SIbuevAgi6t08ozys1O0ShoqW4OL { display:block; }#elf4SIbuevAgi6t08ozys1O0ShoqW4OL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9vS2ZLD2E6bBTAUma44DMi2TVAO9W6u { top:13.8125rem;left:43.27499961853rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4lONwIRQppvumXE1XSCbnmgQXPm5pGd { top:12rem;left:41rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHMH1NXdVTZbNpUVO1Tr0EfkWXZCLWRt { top:20.875rem;left:0rem;width:9.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxRXDk4ugwmueOiuxrklp0wRw4rWCuiy { top:12rem;left:27.77499961853rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #igLJJwCbxatrvThyeeCw1fAqxXaTtBGW { top:13.8125rem;left:29.58749961853rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxT4RlOP8V3sCRorcSaXSAWfcRqDlvBP { top:19.25rem;left:26.83749961853rem;width:8.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQS3cCWuaZK9pTkoJIhbHAGaDS8f7Bg1 { top:12rem;left:14.58749961853rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlS2CUpx9WrGAmhd118AiraBArs2shiP { top:19.25rem;left:14.55624961853rem;width:6.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV0f6ZptoxE2A5kzupsTHENXpLbbxnWz { top:13.8125rem;left:16.39999961853rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9lgtnLgQDx18PuIOCh71t6ZQbLOsyOU { top:12rem;left:1.1492195129394rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kderhVaKh8q4zls3piJDaFeQ2fkkJRMP { top:19.25rem;left:0.43046951293945rem;width:8.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWTQdiuzV0QgVmzSoO5ssZ5nBHDnE8V2 { top:13.8125rem;left:2.9617195129394rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfk2NlRwkmD2mO8xD7W6Fh9dwEC6ew7f { top:10.125rem;left:0rem;width:15.9375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O06qEXPDrED9sDTnaD5WgmNNO4CMnBkg { top:63.3125rem;left:0rem;width:13rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dtRUx96Js1ghlHZpeNVsvnGRNN6d3QxD { top:65.5625rem;left:0rem;width:11.125rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pbMSRKmwHBXRD2qJKiRXhoq7G9FqTeNZ { top:19.375rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Na9eGnvvX31QtFVWgrioNGoUETV6C1VA { top:19.75rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HHaavrOKIeCTWo0ZzLq5dFQzTVPdhPU6 { width:2.0625rem;height:2.0625rem;top:19.6875rem;left:45.6875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qNgwPGOPU4UGNm6rp1dpJ4oXNk7ib8Cc { top:6.875rem;left:38.700004577637rem;width:7.4375rem;height:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPeVD8uof7bWo6tgpTWRIhMzBORtIbuB { top:9rem;left:33.125rem;width:8.125rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J2TeUyDZyT3BixWi7Qa11GHARtKsxnB8 { top:60rem;left:34.5625rem;width:13.1875rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EKuK21PJZZcrDpdGMnTAJr1CDq9gnR45 { top:9rem;left:42.068748474121rem;width:5.4375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLa1NgztHpw9JpQHiZUPbM4CweU9yNHi { top:60.4375rem;left:0rem;width:8.125rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OJEkD5HtOcCLV07oFV4gCFRd0Kpm48XA { display:none; }
#OJEkD5HtOcCLV07oFV4gCFRd0Kpm48XA > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #whMfLa9BwNta5OLaQHhJ3nWgT1FRMOND { display:none; }
#whMfLa9BwNta5OLaQHhJ3nWgT1FRMOND > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #NUJuBu1UgxbeTfDDJmJHwU1yttO2QnDz { display:none; }
#NUJuBu1UgxbeTfDDJmJHwU1yttO2QnDz > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #boJ8VhewaiRPM8fxN9Nn9tX0OhrTHqTm { display:none; }
#boJ8VhewaiRPM8fxN9Nn9tX0OhrTHqTm > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #s0Ri5VThyMCKeTf0LOQpMs6GJc6IqNBJ { display:none; }
#s0Ri5VThyMCKeTf0LOQpMs6GJc6IqNBJ > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #bET1nDXfn8rOrTPMXcGEPdrQEhLNHPnt { width:12.875rem;height:2.8125rem;top:52.1875rem;left:33.593751907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4Xw8LmFoRWcJhv8nba7cJUJTG6w5xPh { display:block; }
 }@media only screen and (max-width: 763px) { #F1zIdQb3TKxz9tLCAQ3BGJNSy1TOiUZE { display:none; }
#F1zIdQb3TKxz9tLCAQ3BGJNSy1TOiUZE > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #E6E3PcmwJg525sQJvcnXdGnz6p8oRIn0 { width:10.0625rem;height:2.1875rem;top:29.5rem;left:29.125000953674rem;display:none; }
 }@media only screen and (max-width: 763px) { #r2f3L31v8zzz58OOwuU7gTRpsvEA2QnD { display:block; }
 }@media only screen and (max-width: 763px) { #ME8p1ZntduTuykhgA7luiJpV2NZ0J6lo { top:29.6875rem;left:30.025000953674rem;width:1.9375rem;height:1.9375rem;display:none; }
#ME8p1ZntduTuykhgA7luiJpV2NZ0J6lo > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #M6QSFuTgS43a1ikRkTzqTGIGtTmZkvM2 { display:block; }#M6QSFuTgS43a1ikRkTzqTGIGtTmZkvM2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgycsvLvE4sC3OhCIfD1R2Zl4rR29K3k { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WaWuTTlTQ0k0Don7ZMQtWn8f1AK29qbq { display:block; }
 }@media only screen and (max-width: 763px) { #DwAiSDwU1wlTIJgmSI7FXQg6iIq4mk8k { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVl19U4canLrO7KaTeu5xRr007zLti8i { display:block; }
 }@media only screen and (max-width: 763px) { #wa4588nbcxvuhzBox9DhXVGuCy3vLZyk { width:6.25rem;height:2.5rem;top:27.6875rem;left:38.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrJoJGRnIbPoxRSit63L66msbfGtJ68T { display:block; }
 }@media only screen and (max-width: 763px) { #WfzXfNVOnZavCTNNGZ5urfukHxz8z28T { width:6.25rem;height:2.5rem;top:27.6875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6PCZuRPlVzR7HflQkExc72pQgMxqfx3 { display:block; }
 }@media only screen and (max-width: 763px) { #zJEX5FEdPEVrPTCKPQ0abnU3Enh0Bea0 { width:6.25rem;height:2.5rem;top:27.6875rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU1OopTiQLf5XqFiFoADgtz7VVKW4nyn { display:block; }
 }@media only screen and (max-width: 763px) { #pW3AVu5gVEfNEOToKLrRgSC9WNNsr6SZ { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SKdJT1MtzWt1IRHi62RuVhwdT97FbG39 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HwHo1GlEDei6Amu52klobzhfHsUNe9ge { position:relative;z-index:auto;display:block; }#HwHo1GlEDei6Amu52klobzhfHsUNe9ge { background-color: transparent; background-image: none; }#HwHo1GlEDei6Amu52klobzhfHsUNe9ge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwHo1GlEDei6Amu52klobzhfHsUNe9ge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwHo1GlEDei6Amu52klobzhfHsUNe9ge > .row .container > .video-iframe-container { display: none; }#HwHo1GlEDei6Amu52klobzhfHsUNe9ge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwHo1GlEDei6Amu52klobzhfHsUNe9ge > .row > .video-iframe-container { display: none; }#HwHo1GlEDei6Amu52klobzhfHsUNe9ge > .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); }#HwHo1GlEDei6Amu52klobzhfHsUNe9ge > .row .container { width:20rem;height:17.1875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/39036b19-7641-43d4-98ed-c3ff9c5b20f6/download22.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#HwHo1GlEDei6Amu52klobzhfHsUNe9ge > .row .container.adaptive-delivery-prevent-bg, #HwHo1GlEDei6Amu52klobzhfHsUNe9ge > .row .container.lazyload, #HwHo1GlEDei6Amu52klobzhfHsUNe9ge > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #fT0fMiBzA0h2PflOWfxdo9cG9ODroSnW { width:19.9995rem;height:2.5183125rem;top:9.4375rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;z-index:15157;color:#6f0e0a;font-family:amiri;display:block; }
 }@media only screen and (max-width: 763px) { #tf1vmOpNSiCTZoZk3NLMdGkxdM7HrcWQ { width:10.06225rem;height:10.06225rem;top:0rem;left:4.967041015625rem;z-index:15167;display:block; }
 }@media only screen and (max-width: 763px) { #RrByUFUau0gkdPtXS81lX9EQyw9twXXm { width:13.62425rem;height:4.55078125rem;top:11.95556640625rem;left:3.187255859375rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15167;color:#273a06;font-family:"alw arabic";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Lr6PggzDwKNX7iilagnrpunQ7RiZckng { display:block; }#Lr6PggzDwKNX7iilagnrpunQ7RiZckng { background-color: transparent; background-image: none; }#Lr6PggzDwKNX7iilagnrpunQ7RiZckng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lr6PggzDwKNX7iilagnrpunQ7RiZckng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lr6PggzDwKNX7iilagnrpunQ7RiZckng > .row .container > .video-iframe-container { display: none; }#Lr6PggzDwKNX7iilagnrpunQ7RiZckng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lr6PggzDwKNX7iilagnrpunQ7RiZckng > .row > .video-iframe-container { display: none; }#Lr6PggzDwKNX7iilagnrpunQ7RiZckng > .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); }#Lr6PggzDwKNX7iilagnrpunQ7RiZckng > .row .container { width:20rem;height:46.5625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/39036b19-7641-43d4-98ed-c3ff9c5b20f6/download22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#Lr6PggzDwKNX7iilagnrpunQ7RiZckng > .row .container.adaptive-delivery-prevent-bg, #Lr6PggzDwKNX7iilagnrpunQ7RiZckng > .row .container.lazyload, #Lr6PggzDwKNX7iilagnrpunQ7RiZckng > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-form-header { font-size:1.1875rem; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;color:#946d19;font-size:1.1875rem;overflow:hidden;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:right;text-align-last:right;vertical-align:top; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;line-height:.1;overflow:hidden;display:block;vertical-align:top; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-input-text {padding-top: 0; padding-bottom: 0;}#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;line-height:.1;overflow:hidden;display:block;vertical-align:top; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:cairo;height:2.8125rem;font-weight:700;font-style:normal;display:block;vertical-align:top; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-input-select {padding-top: 0; padding-bottom: 0;}#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.9375rem;line-height:1.2;overflow:hidden;font-size:1.375rem;background-color:#8c720c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-radio-label { float:none; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;font-size:0; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-container:first-of-type{padding-top:0;}#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .widget-container:last-of-type{padding-bottom:0;}#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL  { width:17.25rem;height:auto;top:7.31201171875rem;left:0rem;border-top:0.375rem solid #8c720c;border-left:0.125rem solid #8c720c;border-right:0.125rem solid #8c720c;border-bottom:0.3125rem solid #8c720c;z-index:15007;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:transparent;background-image:none;font-size:1.1875rem; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL {display:block;}#WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL { width:17.25rem;height:auto;top:7.31201171875rem;left:0rem;border-top:0.375rem solid #8c720c;border-left:0.125rem solid #8c720c;border-right:0.125rem solid #8c720c;border-bottom:0.3125rem solid #8c720c;z-index:15007;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:transparent;background-image:none;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #No5sp1kdGkK33W4SdRHDR9uW2Rbi5ht7 {  }
 }@media only screen and (max-width: 763px) { #WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #B2NESUNGW3gB4vbER8xzxroFQbNGdxxT { display:block; }
 }@media only screen and (max-width: 763px) { #WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #DshAcnha14CkAGbOHnJi1ILyztTTK6zr {  }
 }@media only screen and (max-width: 763px) { #WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #rzq5RIZwMKbIr8mQcUfv0Xo7ptX82dqo {  }
 }@media only screen and (max-width: 763px) { #WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #m3mLMee9tt5J62gE4Sx8sZMslTobephJ { display:block; }
 }@media only screen and (max-width: 763px) { #WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #E26vTxLVH59ih1p72Gi8Weh52g1VcGWm {  }
 }@media only screen and (max-width: 763px) { #WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #D0X0eV5Ixt740l7DwQnkCUBxDbUT0R9d {  }
 }@media only screen and (max-width: 763px) { #WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #QvEOMEZ4IIyn0HnfDEUryD7L3PC84dXT { display:block; }
 }@media only screen and (max-width: 763px) { #WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #gQTmPbKIP7pKrXX2bq10PgpFn3AW3LBX {  }
 }@media only screen and (max-width: 763px) { #WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #mpbePrrtFTweQfBZOrd82vPx7TpxCoto {  }
 }@media only screen and (max-width: 763px) { #WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #oeNL5R6e9ortDfMmlukPr1TH461znhMf { display:none; }
 }@media only screen and (max-width: 763px) { #WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #PQEqEqelbHs1J0JbMiOFVJVMGZF4J5dk {  }
 }@media only screen and (max-width: 763px) { #eESXIr5am1rmGTNRoSDMw7osn64hwTD4 { display:block; }
 }@media only screen and (max-width: 763px) { #WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #oX81vair9eXVPTpigm8S1dh4fXFwquk8 {  }
 }@media only screen and (max-width: 763px) { #WX9izN0QFMe5M8CH6TP4xJQCsb1RrVaL #P9vw6ZoT3Q8wdSZ1humKGnxBdFkhBp6s {  }
 }@media only screen and (max-width: 763px) { #l5MhJuyMCQ5FgeHDMTeIxhXKD58SWiAw { display:flex;width:1.5rem;height:1.5rem;top:37.5rem;left:18.0625rem;z-index:15169; }
 }@media only screen and (max-width: 763px) { #ObbvXrplHD8mVXXqKWsOhP63BX0QLo1k { width:19.99875rem;height:1.4624rem;top:5rem;left:0rem;font-size:1.125rem;z-index:15165;font-family:amiri;display:block; }
 }@media only screen and (max-width: 763px) { #li6nf3oT2UPGrax05fssboRRKKt52Ltz { width:17.7495rem;height:1.298825rem;top:37.5rem;left:0rem;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0);color:#000000;z-index:15166;display:block; }
 }@media only screen and (max-width: 763px) { #XpEHTGSo3QoSC71BAGRTqnbLGoqMgtZv { width:15.8115rem;height:1.298825rem;top:39.4375rem;left:2.0625rem;font-size:1rem;color:#000000;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0);z-index:15168;display:block; }
 }@media only screen and (max-width: 763px) { #O4hKS729DVI4CxRK7U54Km3FihVGDn6Q { display:flex;width:1.499025rem;height:1.499025rem;top:39.25rem;left:18.0625rem;z-index:15170; }
 }@media only screen and (max-width: 763px) { #E1ZA0dTOKJduJ6aCu7Nwfwb7Laq2oz73 { width:12.124rem;height:3.41064375rem;top:0.6875rem;left:3.9375rem;font-size:1.3125rem;color:#5a4906;z-index:15161;font-family:amiri;display:block; }
 }@media only screen and (max-width: 763px) { #EaUleET1NZ7ilEDdXycaWZT7ykx8y5Dg { width:16.625rem;height:3rem;top:41.8115234375rem;left:1.685791015625rem;z-index:15177;font-size:1rem;font-family:var(--paragraphs-font-family);background-color:rgba(17,125,60,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VVf8Z2AnSWTTaZ3AylK0WJRQP9tntbXZ { display:block; }
 }@media only screen and (max-width: 763px) { #pgD7Z8ITAQEFS3JySIWzIQ8tKkgEImML { display:flex;width:2.25rem;height:2.25rem;top:42.1865234375rem;left:15.576171875rem;z-index:15178; }
#pgD7Z8ITAQEFS3JySIWzIQ8tKkgEImML > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #z4sx1OZO35UCk49UE9SnBiBAanuEU2Pg { display:block; }#z4sx1OZO35UCk49UE9SnBiBAanuEU2Pg { background-color: transparent; background-image: none; }#z4sx1OZO35UCk49UE9SnBiBAanuEU2Pg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4sx1OZO35UCk49UE9SnBiBAanuEU2Pg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4sx1OZO35UCk49UE9SnBiBAanuEU2Pg > .row .container > .video-iframe-container { display: none; }#z4sx1OZO35UCk49UE9SnBiBAanuEU2Pg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4sx1OZO35UCk49UE9SnBiBAanuEU2Pg > .row > .video-iframe-container { display: none; }#z4sx1OZO35UCk49UE9SnBiBAanuEU2Pg > .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); }#z4sx1OZO35UCk49UE9SnBiBAanuEU2Pg { border-width: 0; border-radius: 0; }#z4sx1OZO35UCk49UE9SnBiBAanuEU2Pg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z4sx1OZO35UCk49UE9SnBiBAanuEU2Pg > .row .container { width:20rem;height:46.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/39036b19-7641-43d4-98ed-c3ff9c5b20f6/download22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#z4sx1OZO35UCk49UE9SnBiBAanuEU2Pg > .row .container.adaptive-delivery-prevent-bg, #z4sx1OZO35UCk49UE9SnBiBAanuEU2Pg > .row .container.lazyload, #z4sx1OZO35UCk49UE9SnBiBAanuEU2Pg > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #P49cWn6wZAASz247z9IczPGndc6eo7pu { top:0rem;left:0rem;width:20rem;height:11.625rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e2DrTPzMn1rRphhcsXAJeu7fMeI7Rifu { top:12.645833015442rem;left:1.0625rem;width:17.875rem;height:4.87426875rem;z-index:15023;text-align:center;text-align-last:center;font-size:1.25rem;font-family:amiri;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #M5i6lACsdhbHyotaFgdGxH1hZMrgcTVh { width:12.1875rem;height:2.5rem;top:18.958339691162rem;left:3.90625rem;z-index:15021;background-color:rgba(148,109,25,0.84);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EtSyMrXR5q8f4fr6ZgMLPeD5KTFn0FS0 { display:block; }
 }@media only screen and (max-width: 763px) { #lnbKLUJVAygS9J4EJH3gfFoUFbaVtL8l { width:12.1875rem;height:2.5rem;top:41.5625rem;left:3.90625rem;z-index:15024;background-color:rgba(148,109,25,0.84);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fOsZUcdE0T3L243N0KbylfVtbFXS59so { display:block; }
 }@media only screen and (max-width: 763px) { #QaqgUL55LN5EdShT0bQTIGoz7IJtup8q { top:5.5rem;left:-34.6875rem;width:17.875rem;height:4.62890625rem;z-index:15026;text-align:center;text-align-last:center;font-size:1.1875rem;font-family:amiri;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qGrwACw9MsDDQe25Dg6VxU7RXsptrT0O { top:36.6875rem;left:1.0625rem;width:17.875rem;height:3.0859375rem;z-index:15024;text-align:center;text-align-last:center;font-size:1.1875rem;font-family:amiri;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JVWvQp1z4vEI3hN5ZFZ9o740cJ65tETP { top:23.3125rem;left:0rem;width:20rem;height:11.625rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SaETxZ8to8l77UBnnQ64HhSrF5QbuVqa { display:flex;top:15.02197265625rem;left:8.638916015625rem;width:3.18725625rem;height:3.18725625rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #DwSKRyTz5AyuMeHEPgcLOX6sFMdrmefT { display:block; }#DwSKRyTz5AyuMeHEPgcLOX6sFMdrmefT { background-color: transparent; background-image: none; }#DwSKRyTz5AyuMeHEPgcLOX6sFMdrmefT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwSKRyTz5AyuMeHEPgcLOX6sFMdrmefT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwSKRyTz5AyuMeHEPgcLOX6sFMdrmefT > .row .container > .video-iframe-container { display: none; }#DwSKRyTz5AyuMeHEPgcLOX6sFMdrmefT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwSKRyTz5AyuMeHEPgcLOX6sFMdrmefT > .row > .video-iframe-container { display: none; }#DwSKRyTz5AyuMeHEPgcLOX6sFMdrmefT > .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); }#DwSKRyTz5AyuMeHEPgcLOX6sFMdrmefT { border-width: 0; border-radius: 0; }#DwSKRyTz5AyuMeHEPgcLOX6sFMdrmefT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DwSKRyTz5AyuMeHEPgcLOX6sFMdrmefT > .row .container { width:20rem;height:71.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/39036b19-7641-43d4-98ed-c3ff9c5b20f6/download22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#DwSKRyTz5AyuMeHEPgcLOX6sFMdrmefT > .row .container.adaptive-delivery-prevent-bg, #DwSKRyTz5AyuMeHEPgcLOX6sFMdrmefT > .row .container.lazyload, #DwSKRyTz5AyuMeHEPgcLOX6sFMdrmefT > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #LtSJf2uJQ7L9ViBSSNaLsHgiTluelFpO { top:13.363283157349rem;left:1.0625rem;width:17.875rem;height:3.0859375rem;z-index:15028;text-align:center;text-align-last:center;font-size:1.1875rem;font-family:amiri;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uunCnRq1BWb8pSsIEAzQ1zuC9THXDQk7 { width:12.1875rem;height:2.5rem;top:18.102865219116rem;left:3.90625rem;z-index:15028;background-color:rgba(148,109,25,0.84);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OEA1zIcayQq3VDepbFZ4p05XdFipJPIp { display:block; }
 }@media only screen and (max-width: 763px) { #xKJtiQDq2KE339lTnLE3gpen9JNUksGL { top:0rem;left:0rem;width:20rem;height:11.625rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #okOT3AXmySKi2q4yFqTbzCQXAtbOEEPb { top:22.375rem;left:0rem;width:20rem;height:11.625rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dfnbbBtJAJzxtp7WHwpWKW5qMbTMeERk { top:36.36328125rem;left:1.0625rem;width:17.875rem;height:3.0859375rem;z-index:15032;text-align:center;text-align-last:center;font-size:1.1875rem;font-family:amiri;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LK1IfbTtC8ypVCQwHMmeJ55n7ZxNldnq { width:12.1875rem;height:2.5rem;top:41.375rem;left:3.90625rem;z-index:15032;background-color:rgba(148,109,25,0.84);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PJRQa7o6q9595rk4pZMV8GmoTN0UgfBm { display:block; }
 }@media only screen and (max-width: 763px) { #XT1OBrwCLcZr9rC2s9r8VrmVh8GN9dlF { top:47.8125rem;left:0rem;width:20rem;height:11.625rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TJfpH9iIvTdciqqy2foLkFgaEoEbFeW2 { top:62.125002861023rem;left:1.0625rem;width:17.875rem;height:3.0859375rem;z-index:15034;text-align:center;text-align-last:center;font-size:1.1875rem;font-family:amiri;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dcVZQ90zXh3HRyiZebfZWaWapDPX0uCV { width:12.1875rem;height:2.5rem;top:66.750002861025rem;left:3.90625rem;z-index:15034;background-color:rgba(148,109,25,0.84);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #x4RUWkJ8vJFUPVzroApBdeJ63U7roQhp { display:block; }
 }@media only screen and (max-width: 763px) { #Kyf7ZooOmE5AXAVDHeZM20LRgiiggRFM { display:flex;top:14.061279296875rem;left:3.90625rem;width:3.18725625rem;height:3.18725625rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #wxugShNrBktTbpnXa827f6iOQQT9y3DZ { display:flex;top:37.0615234375rem;left:4.03125rem;width:3.18725625rem;height:3.18725625rem;z-index:15030; }
 }@media only screen and (max-width: 763px) { #AWvOv0Z1gVv0wQTb5AMyO18An2rQokEe { display:block; }#AWvOv0Z1gVv0wQTb5AMyO18An2rQokEe { background-color: transparent; background-image: none; }#AWvOv0Z1gVv0wQTb5AMyO18An2rQokEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWvOv0Z1gVv0wQTb5AMyO18An2rQokEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWvOv0Z1gVv0wQTb5AMyO18An2rQokEe > .row .container > .video-iframe-container { display: none; }#AWvOv0Z1gVv0wQTb5AMyO18An2rQokEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWvOv0Z1gVv0wQTb5AMyO18An2rQokEe > .row > .video-iframe-container { display: none; }#AWvOv0Z1gVv0wQTb5AMyO18An2rQokEe > .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); }#AWvOv0Z1gVv0wQTb5AMyO18An2rQokEe { border-width: 0; border-radius: 0; }#AWvOv0Z1gVv0wQTb5AMyO18An2rQokEe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWvOv0Z1gVv0wQTb5AMyO18An2rQokEe > .row .container { width:20rem;height:68.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/39036b19-7641-43d4-98ed-c3ff9c5b20f6/download22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#AWvOv0Z1gVv0wQTb5AMyO18An2rQokEe > .row .container.adaptive-delivery-prevent-bg, #AWvOv0Z1gVv0wQTb5AMyO18An2rQokEe > .row .container.lazyload, #AWvOv0Z1gVv0wQTb5AMyO18An2rQokEe > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #bqkzFDCnq0e8icfXrQoXgJ21BkHvZqp4 { top:0rem;left:0rem;width:20rem;height:11.625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iafM33H1JgXgTTMqTI6VJSLX4EWHwT9e { top:13.3125rem;left:1.0625rem;width:17.875rem;height:3.0859375rem;z-index:15036;text-align:center;text-align-last:center;font-size:1.1875rem;font-family:amiri;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RT6DHc5UOdc02mOrb47VwVybApQh2qE5 { width:12.1875rem;height:2.5rem;top:17.625rem;left:3.90625rem;z-index:15036;background-color:rgba(148,109,25,0.84);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wpQcIzmHHfE1F6r9PQCOr6UcZlg5TsL7 { display:block; }
 }@media only screen and (max-width: 763px) { #h1aPeQ5ZTQEprPaHOhiVFS8KyFG8mDW1 { top:22.1875rem;left:0rem;width:20rem;height:11.625rem;z-index:15037;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #c3RMg3ceqEIwmJ0TJuVcaHvM36II5I5P { top:35.9375rem;left:1.0625rem;width:17.875rem;height:4.62890625rem;z-index:15038;text-align:center;text-align-last:center;font-size:1.1875rem;font-family:amiri;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ix2IDKn6xIbWu27OVaGS1W6GilJ5VEC1 { width:12.1875rem;height:2.5rem;top:41.5rem;left:3.9375rem;z-index:15038;background-color:rgba(148,109,25,0.84);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #E2B9i1FRGN0qgCx9f44oEcqzXnv5fHgy { display:block; }
 }@media only screen and (max-width: 763px) { #zJtwB0uaM8ChAKmaMLIUTcLuRHuI1xSm { top:46.3125rem;left:0rem;width:20rem;height:11.625rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QbrXB2BdZPyWRl8mOugUDShpFw7KpFax { top:59.875rem;left:1.0625rem;width:17.875rem;height:3.0859375rem;z-index:15040;text-align:center;text-align-last:center;font-size:1.1875rem;font-family:amiri;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lFu9COPWgXf53L32hhBDnddmnXwgg2Ex { width:12.1875rem;height:2.5rem;top:64.125rem;left:3.9375rem;z-index:15040;background-color:rgba(148,109,25,0.84);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MP5I2XW3l1vVUWLiS1PV7U6tkic1zrlT { display:block; }
 }@media only screen and (max-width: 763px) { #ld0JsS57xBXMOsoqWOP2yadyKaHZf8q3 { display:flex;top:12.5634765625rem;left:6.99951171875rem;width:2.6245125rem;height:2.6245125rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #cPaRb5UPtzVXGpweFxRtJ3XTTmfeCWWp { display:flex;top:38.395263671875rem;left:9.1552734375rem;width:2.37426875rem;height:2.37426875rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #L6NFS5CGrWBln7gz0vCJRVh2H3r2TxS8 { display:flex;top:60.788330078125rem;left:4.01489296875rem;width:2.75rem;height:2.75rem;z-index:15033; }
 }@media only screen and (max-width: 763px) { #prv5DlBPcS80OC2M75niWGmuF0THg868 { display:block; }#prv5DlBPcS80OC2M75niWGmuF0THg868 { background-color: transparent; background-image: none; }#prv5DlBPcS80OC2M75niWGmuF0THg868::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prv5DlBPcS80OC2M75niWGmuF0THg868 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prv5DlBPcS80OC2M75niWGmuF0THg868 > .row .container > .video-iframe-container { display: none; }#prv5DlBPcS80OC2M75niWGmuF0THg868 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prv5DlBPcS80OC2M75niWGmuF0THg868 > .row > .video-iframe-container { display: none; }#prv5DlBPcS80OC2M75niWGmuF0THg868 > .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); }#prv5DlBPcS80OC2M75niWGmuF0THg868 { border-width: 0; border-radius: 0; }#prv5DlBPcS80OC2M75niWGmuF0THg868 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#prv5DlBPcS80OC2M75niWGmuF0THg868 > .row .container { width:20rem;height:75.375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/39036b19-7641-43d4-98ed-c3ff9c5b20f6/download22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#prv5DlBPcS80OC2M75niWGmuF0THg868 > .row .container.adaptive-delivery-prevent-bg, #prv5DlBPcS80OC2M75niWGmuF0THg868 > .row .container.lazyload, #prv5DlBPcS80OC2M75niWGmuF0THg868 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #Aoz6n56HsE3GRt8IDbiLXdQfnnFbIcxR { top:1.9986953735351rem;left:0.78125rem;width:18.4375rem;height:33.6875rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #zJXydII0mwn58OzmkIBws5AnI2JvrwIA { top:37.99870967865rem;left:0.75rem;width:18.5rem;height:34.375rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #JnDHFOJbcI0JlWCZJBmTHQroDAWDPI3i { display:block; }#JnDHFOJbcI0JlWCZJBmTHQroDAWDPI3i { background-color: transparent; background-image: none; }#JnDHFOJbcI0JlWCZJBmTHQroDAWDPI3i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnDHFOJbcI0JlWCZJBmTHQroDAWDPI3i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnDHFOJbcI0JlWCZJBmTHQroDAWDPI3i > .row .container > .video-iframe-container { display: none; }#JnDHFOJbcI0JlWCZJBmTHQroDAWDPI3i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnDHFOJbcI0JlWCZJBmTHQroDAWDPI3i > .row > .video-iframe-container { display: none; }#JnDHFOJbcI0JlWCZJBmTHQroDAWDPI3i > .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); }#JnDHFOJbcI0JlWCZJBmTHQroDAWDPI3i { border-width: 0; border-radius: 0; }#JnDHFOJbcI0JlWCZJBmTHQroDAWDPI3i > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JnDHFOJbcI0JlWCZJBmTHQroDAWDPI3i > .row .container { width:20rem;height:70.6875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/39036b19-7641-43d4-98ed-c3ff9c5b20f6/download22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#JnDHFOJbcI0JlWCZJBmTHQroDAWDPI3i > .row .container.adaptive-delivery-prevent-bg, #JnDHFOJbcI0JlWCZJBmTHQroDAWDPI3i > .row .container.lazyload, #JnDHFOJbcI0JlWCZJBmTHQroDAWDPI3i > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #O0RTkHzX53zGNedq5KneA4ppciZHMg80 { top:1.0490417480469E-5rem;left:0.75rem;width:18.5rem;height:34.375rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #VmkfMvp5y8aiZHDrrcvQQe5B5alGvHTy { top:35.375000953674rem;left:0.75rem;width:18.5rem;height:34.375rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #geoioEeUJ57ff7c7BlM7xBnwZckoV8xy { display:block; }#geoioEeUJ57ff7c7BlM7xBnwZckoV8xy { background-color: transparent; background-image: none; }#geoioEeUJ57ff7c7BlM7xBnwZckoV8xy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geoioEeUJ57ff7c7BlM7xBnwZckoV8xy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geoioEeUJ57ff7c7BlM7xBnwZckoV8xy > .row .container > .video-iframe-container { display: none; }#geoioEeUJ57ff7c7BlM7xBnwZckoV8xy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geoioEeUJ57ff7c7BlM7xBnwZckoV8xy > .row > .video-iframe-container { display: none; }#geoioEeUJ57ff7c7BlM7xBnwZckoV8xy > .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); }#geoioEeUJ57ff7c7BlM7xBnwZckoV8xy { border-width: 0; border-radius: 0; }#geoioEeUJ57ff7c7BlM7xBnwZckoV8xy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#geoioEeUJ57ff7c7BlM7xBnwZckoV8xy > .row .container { width:20rem;height:73.1875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/39036b19-7641-43d4-98ed-c3ff9c5b20f6/download22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#geoioEeUJ57ff7c7BlM7xBnwZckoV8xy > .row .container.adaptive-delivery-prevent-bg, #geoioEeUJ57ff7c7BlM7xBnwZckoV8xy > .row .container.lazyload, #geoioEeUJ57ff7c7BlM7xBnwZckoV8xy > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #SPSakrAl6cDz5kFO7599e2wElTCeg2NO { top:1.7499980926514rem;left:0.75rem;width:18.5rem;height:34.375rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #uAsGw9UnEtChxq7TN5JD1M7GtcdmWcp3 { top:36.998700141907rem;left:0.75rem;width:18.5rem;height:34.375rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #wu9MJ9R9A16PeszFTfQvr7Uuuf3VBTi9 { display:block; }#wu9MJ9R9A16PeszFTfQvr7Uuuf3VBTi9 { background-color: transparent; background-image: none; }#wu9MJ9R9A16PeszFTfQvr7Uuuf3VBTi9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wu9MJ9R9A16PeszFTfQvr7Uuuf3VBTi9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wu9MJ9R9A16PeszFTfQvr7Uuuf3VBTi9 > .row .container > .video-iframe-container { display: none; }#wu9MJ9R9A16PeszFTfQvr7Uuuf3VBTi9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wu9MJ9R9A16PeszFTfQvr7Uuuf3VBTi9 > .row > .video-iframe-container { display: none; }#wu9MJ9R9A16PeszFTfQvr7Uuuf3VBTi9 > .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); }#wu9MJ9R9A16PeszFTfQvr7Uuuf3VBTi9 { border-width: 0; border-radius: 0; }#wu9MJ9R9A16PeszFTfQvr7Uuuf3VBTi9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wu9MJ9R9A16PeszFTfQvr7Uuuf3VBTi9 > .row .container { width:20rem;height:75.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/39036b19-7641-43d4-98ed-c3ff9c5b20f6/download22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#wu9MJ9R9A16PeszFTfQvr7Uuuf3VBTi9 > .row .container.adaptive-delivery-prevent-bg, #wu9MJ9R9A16PeszFTfQvr7Uuuf3VBTi9 > .row .container.lazyload, #wu9MJ9R9A16PeszFTfQvr7Uuuf3VBTi9 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #XAVBXixL4rbznM5ReSpRnKxkTN5z8CbV { top:0rem;left:0.75rem;width:18.5rem;height:34.375rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #rVTS5xwV4lNDt8JUOmZIu79ki09Z68A6 { top:36.4375rem;left:0.75rem;width:18.5rem;height:34.375rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #D2cvssctfc8yy8FOTsoldwLSTk1E9UCs { display:block; }#D2cvssctfc8yy8FOTsoldwLSTk1E9UCs { background-color: transparent; background-image: none; }#D2cvssctfc8yy8FOTsoldwLSTk1E9UCs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2cvssctfc8yy8FOTsoldwLSTk1E9UCs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2cvssctfc8yy8FOTsoldwLSTk1E9UCs > .row .container > .video-iframe-container { display: none; }#D2cvssctfc8yy8FOTsoldwLSTk1E9UCs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2cvssctfc8yy8FOTsoldwLSTk1E9UCs > .row > .video-iframe-container { display: none; }#D2cvssctfc8yy8FOTsoldwLSTk1E9UCs > .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); }#D2cvssctfc8yy8FOTsoldwLSTk1E9UCs { border-width: 0; border-radius: 0; }#D2cvssctfc8yy8FOTsoldwLSTk1E9UCs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D2cvssctfc8yy8FOTsoldwLSTk1E9UCs > .row .container { width:20rem;height:67.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/39036b19-7641-43d4-98ed-c3ff9c5b20f6/download22.jpg");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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#D2cvssctfc8yy8FOTsoldwLSTk1E9UCs > .row .container.adaptive-delivery-prevent-bg, #D2cvssctfc8yy8FOTsoldwLSTk1E9UCs > .row .container.lazyload, #D2cvssctfc8yy8FOTsoldwLSTk1E9UCs > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #wJBVJ32KQmc7rlegSS4R4tkPV9Roi5Pk { top:0.875rem;left:-0.0625rem;width:20rem;height:26.9375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #uO6slzTh62PSxpOom1etIvPg8gIAhLwt { top:35.395835876465rem;left:-0.125rem;width:20rem;height:28.9375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #elf4SIbuevAgi6t08ozys1O0ShoqW4OL { display:block; }#elf4SIbuevAgi6t08ozys1O0ShoqW4OL { background-color: transparent; background-image: none; }#elf4SIbuevAgi6t08ozys1O0ShoqW4OL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elf4SIbuevAgi6t08ozys1O0ShoqW4OL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elf4SIbuevAgi6t08ozys1O0ShoqW4OL > .row .container > .video-iframe-container { display: none; }#elf4SIbuevAgi6t08ozys1O0ShoqW4OL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elf4SIbuevAgi6t08ozys1O0ShoqW4OL > .row > .video-iframe-container { display: none; }#elf4SIbuevAgi6t08ozys1O0ShoqW4OL > .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); }#elf4SIbuevAgi6t08ozys1O0ShoqW4OL { border-width: 0; border-radius: 0; }#elf4SIbuevAgi6t08ozys1O0ShoqW4OL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elf4SIbuevAgi6t08ozys1O0ShoqW4OL > .row .container { width:20rem;height:78.1875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/39036b19-7641-43d4-98ed-c3ff9c5b20f6/download22.jpg");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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#elf4SIbuevAgi6t08ozys1O0ShoqW4OL > .row .container.adaptive-delivery-prevent-bg, #elf4SIbuevAgi6t08ozys1O0ShoqW4OL > .row .container.lazyload, #elf4SIbuevAgi6t08ozys1O0ShoqW4OL > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #O9vS2ZLD2E6bBTAUma44DMi2TVAO9W6u { display:flex;width:3.125rem;height:3.125rem;top:15.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #U4lONwIRQppvumXE1XSCbnmgQXPm5pGd { width:6.75rem;height:6.75rem;top:13.375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHMH1NXdVTZbNpUVO1Tr0EfkWXZCLWRt { width:9.375rem;height:1.29948125rem;top:20.875rem;left:5.3125rem;font-size:1rem;color:#946d19;display:block; }
 }@media only screen and (max-width: 763px) { #oxRXDk4ugwmueOiuxrklp0wRw4rWCuiy { width:6.75rem;height:6.75rem;top:35.6875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #igLJJwCbxatrvThyeeCw1fAqxXaTtBGW { display:flex;width:3.125rem;height:3.125rem;top:37.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #SxT4RlOP8V3sCRorcSaXSAWfcRqDlvBP { width:8.625rem;height:1.29948125rem;top:43.1875rem;left:5.6875rem;font-size:1rem;color:#946d19;display:block; }
 }@media only screen and (max-width: 763px) { #lQS3cCWuaZK9pTkoJIhbHAGaDS8f7Bg1 { width:6.75rem;height:6.75rem;top:24.5625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlS2CUpx9WrGAmhd118AiraBArs2shiP { width:6.8125rem;height:2.59765625rem;top:55.499982178211rem;left:6.59375rem;font-size:1rem;color:#946d19;display:block; }
 }@media only screen and (max-width: 763px) { #NV0f6ZptoxE2A5kzupsTHENXpLbbxnWz { display:flex;width:3.125rem;height:3.125rem;top:48.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #e9lgtnLgQDx18PuIOCh71t6ZQbLOsyOU { width:6.75rem;height:6.75rem;top:46.625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kderhVaKh8q4zls3piJDaFeQ2fkkJRMP { width:7.8125rem;height:1.29948125rem;top:32.3125rem;left:6.125rem;font-size:1rem;color:#946d19;display:block; }
 }@media only screen and (max-width: 763px) { #IWTQdiuzV0QgVmzSoO5ssZ5nBHDnE8V2 { display:flex;width:3.125rem;height:3.125rem;top:26.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Nfk2NlRwkmD2mO8xD7W6Fh9dwEC6ew7f { width:18.625rem;height:1.62475625rem;top:10.75rem;left:0.6875rem;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #O06qEXPDrED9sDTnaD5WgmNNO4CMnBkg { width:17.75rem;height:2.2753875rem;top:61rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;z-index:15012;font-family:cairo;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dtRUx96Js1ghlHZpeNVsvnGRNN6d3QxD { width:8.625rem;height:1.29948125rem;top:64.25rem;left:4.8125rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;z-index:15012;font-family:cairo;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pbMSRKmwHBXRD2qJKiRXhoq7G9FqTeNZ { width:2rem;height:2rem;top:66.4375rem;left:14.3125rem;font-size:1.375rem;z-index:15017;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Na9eGnvvX31QtFVWgrioNGoUETV6C1VA { width:1.375rem;height:1.375rem;top:64.212251663206rem;left:13.375rem;font-size:0.9375rem;z-index:15031;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HHaavrOKIeCTWo0ZzLq5dFQzTVPdhPU6 { width:1.5625rem;height:1.5625rem;top:60.75rem;left:16.9375rem;font-size:1.0625rem;z-index:15020;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qNgwPGOPU4UGNm6rp1dpJ4oXNk7ib8Cc { width:11.75rem;height:1.4624rem;top:1.8125rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aPeVD8uof7bWo6tgpTWRIhMzBORtIbuB { width:4.75rem;height:1.3125rem;top:4.3125rem;left:4rem;z-index:15173;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #J2TeUyDZyT3BixWi7Qa11GHARtKsxnB8 { width:6.9375rem;height:1.125rem;top:4.5625rem;left:9.3125rem;z-index:15186;display:block; }
 }@media only screen and (max-width: 763px) { #EKuK21PJZZcrDpdGMnTAJr1CDq9gnR45 { width:4.375rem;height:1.375rem;top:6.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLa1NgztHpw9JpQHiZUPbM4CweU9yNHi { width:5.125rem;height:1.1875rem;top:7rem;left:10.4375rem;z-index:15187;display:block; }
 }@media only screen and (max-width: 763px) { #OJEkD5HtOcCLV07oFV4gCFRd0Kpm48XA { display:flex;top:66.625rem;left:12.625rem;width:1.5rem;height:1.5rem;z-index:15188; }
#OJEkD5HtOcCLV07oFV4gCFRd0Kpm48XA > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #whMfLa9BwNta5OLaQHhJ3nWgT1FRMOND { display:flex;top:66.5625rem;left:10.1875rem;width:1.5625rem;height:1.5625rem;z-index:15189; }
#whMfLa9BwNta5OLaQHhJ3nWgT1FRMOND > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #NUJuBu1UgxbeTfDDJmJHwU1yttO2QnDz { display:flex;top:66.625rem;left:7.875rem;width:1.5rem;height:1.5rem;z-index:15190; }
#NUJuBu1UgxbeTfDDJmJHwU1yttO2QnDz > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #boJ8VhewaiRPM8fxN9Nn9tX0OhrTHqTm { display:flex;top:66.625rem;left:3.125rem;width:1.625rem;height:1.625rem;z-index:15191; }
#boJ8VhewaiRPM8fxN9Nn9tX0OhrTHqTm > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #s0Ri5VThyMCKeTf0LOQpMs6GJc6IqNBJ { display:flex;top:66.5rem;left:5.5rem;width:1.6875rem;height:1.6875rem;z-index:15192; }
#s0Ri5VThyMCKeTf0LOQpMs6GJc6IqNBJ > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #bET1nDXfn8rOrTPMXcGEPdrQEhLNHPnt { width:12.1875rem;height:2.5rem;top:70.496826171875rem;left:3.59130859375rem;z-index:15041;background-color:rgba(148,109,25,0.84);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #T4Xw8LmFoRWcJhv8nba7cJUJTG6w5xPh { display:block; }
 }@media only screen and (max-width: 763px) { #F1zIdQb3TKxz9tLCAQ3BGJNSy1TOiUZE { display:flex;top:66.68701171875rem;left:16.31103515625rem;width:1.499025rem;height:1.499025rem;z-index:15193; }
#F1zIdQb3TKxz9tLCAQ3BGJNSy1TOiUZE > img { max-width: 100%;max-height:100%; width:1.499025rem; height:1.499025rem; } }@media only screen and (max-width: 763px) { #E6E3PcmwJg525sQJvcnXdGnz6p8oRIn0 { width:16.62475rem;height:2.99926875rem;top:73.797607421875rem;left:1.68701171875rem;z-index:15178;font-size:1rem;font-family:var(--paragraphs-font-family);background-color:rgba(17,125,60,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r2f3L31v8zzz58OOwuU7gTRpsvEA2QnD { display:block; }
 }@media only screen and (max-width: 763px) { #ME8p1ZntduTuykhgA7luiJpV2NZ0J6lo { display:flex;width:2.24975625rem;height:2.24975625rem;top:74.17236328125rem;left:15.498046875rem;z-index:15179; }
#ME8p1ZntduTuykhgA7luiJpV2NZ0J6lo > img { max-width: 100%;max-height:100%; width:2.24975625rem; height:2.24975625rem; } }@media only screen and (max-width: 763px) { #M6QSFuTgS43a1ikRkTzqTGIGtTmZkvM2 { background-color:transparent;background-image:none;display:none; }#M6QSFuTgS43a1ikRkTzqTGIGtTmZkvM2 > .row .container { width:20rem;height:12.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fgycsvLvE4sC3OhCIfD1R2Zl4rR29K3k { width:5.0625rem;height:2.49960625rem;top:8.7484375rem;left:7.4375rem;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #WaWuTTlTQ0k0Don7ZMQtWn8f1AK29qbq { display:block; }
 }@media only screen and (max-width: 763px) { #DwAiSDwU1wlTIJgmSI7FXQg6iIq4mk8k { width:4.93710625rem;height:2.49960625rem;top:4.99921875rem;left:7.5rem;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #iVl19U4canLrO7KaTeu5xRr007zLti8i { display:block; }
 }@media only screen and (max-width: 763px) { #wa4588nbcxvuhzBox9DhXVGuCy3vLZyk { width:6.25rem;height:2.5rem;top:27.6875rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FrJoJGRnIbPoxRSit63L66msbfGtJ68T { display:block; }
 }@media only screen and (max-width: 763px) { #WfzXfNVOnZavCTNNGZ5urfukHxz8z28T { width:6.25rem;height:2.5rem;top:27.6875rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n6PCZuRPlVzR7HflQkExc72pQgMxqfx3 { display:block; }
 }@media only screen and (max-width: 763px) { #zJEX5FEdPEVrPTCKPQ0abnU3Enh0Bea0 { width:6.25rem;height:2.5rem;top:27.6875rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CU1OopTiQLf5XqFiFoADgtz7VVKW4nyn { display:block; }
 }@media only screen and (max-width: 763px) { #pW3AVu5gVEfNEOToKLrRgSC9WNNsr6SZ { width:4.93710625rem;height:2.49960625rem;top:1.25rem;left:7.5rem;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #SKdJT1MtzWt1IRHi62RuVhwdT97FbG39 { display:block; }
 }