.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:217,232,248;--color-primary-1:140,185,235;--color-primary-2:64,139,221;--color-primary-3:19,166,251;--color-primary-4:38,73,169;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:113,202,253;--color-tertiary-2:19,166,251;--color-tertiary-3:119,123,135;--color-tertiary-4:9,30,90;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@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:transparent;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/a9bcea3f/new.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:60rem;overflow:visible;position:relative;display:block; }#RwXbt5ulHNxvTXI952C29FF9G450emft .widget-form-header {  }
#RwXbt5ulHNxvTXI952C29FF9G450emft .widget-regular-label { height:auto;display:block;font-family:madani;font-size:0.9375rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:21.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#RwXbt5ulHNxvTXI952C29FF9G450emft .widget-input-text { border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);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:21.0625rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:raleway;font-weight:700;font-style:normal;box-shadow: none;vertical-align:top; }
#RwXbt5ulHNxvTXI952C29FF9G450emft .widget-input-text {padding-top: 0; padding-bottom: 0;}#RwXbt5ulHNxvTXI952C29FF9G450emft .widget-textarea { border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);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:21.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:raleway;font-weight:700;font-style:normal;box-shadow: none;vertical-align:top; }
#RwXbt5ulHNxvTXI952C29FF9G450emft .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:21.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#RwXbt5ulHNxvTXI952C29FF9G450emft .widget-input-select {padding-top: 0; padding-bottom: 0;}#RwXbt5ulHNxvTXI952C29FF9G450emft .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;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#RwXbt5ulHNxvTXI952C29FF9G450emft .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RwXbt5ulHNxvTXI952C29FF9G450emft .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;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.125rem;font-weight:300;color:#f2f9ff;width:21.0625rem;height:3.4375rem;font-family:madani;overflow:hidden;text-align:center;text-align-last:center;font-style:normal; }
#RwXbt5ulHNxvTXI952C29FF9G450emft [class*="-text"]:-moz-placeholder { color:#8c8c8c;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#RwXbt5ulHNxvTXI952C29FF9G450emft [class*="-text"]::-moz-placeholder { color:#8c8c8c;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#RwXbt5ulHNxvTXI952C29FF9G450emft [class*="-text"]:-ms-input-placeholder { color:#8c8c8c;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#RwXbt5ulHNxvTXI952C29FF9G450emft [class*="-text"]::-webkit-input-placeholder { color:#8c8c8c;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#RwXbt5ulHNxvTXI952C29FF9G450emft .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.8125rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#RwXbt5ulHNxvTXI952C29FF9G450emft .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; }
#RwXbt5ulHNxvTXI952C29FF9G450emft .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;float:none; }
#RwXbt5ulHNxvTXI952C29FF9G450emft .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#RwXbt5ulHNxvTXI952C29FF9G450emft .widget-container:first-of-type{padding-top:0;}#RwXbt5ulHNxvTXI952C29FF9G450emft .widget-container:last-of-type{padding-bottom:0;}#RwXbt5ulHNxvTXI952C29FF9G450emft  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;position:absolute;top:12.1875rem;left:33.4375rem; }
#RwXbt5ulHNxvTXI952C29FF9G450emft .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.0625rem;display:block;vertical-align:top; }
#RwXbt5ulHNxvTXI952C29FF9G450emft .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#RwXbt5ulHNxvTXI952C29FF9G450emft {display:block;}#RwXbt5ulHNxvTXI952C29FF9G450emft { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;position:absolute;top:12.1875rem;left:33.4375rem; }
#RwXbt5ulHNxvTXI952C29FF9G450emft #uUWWFN7vJl3SHMWf3auXxTXmKpS21WFd { position:relative; }
#RwXbt5ulHNxvTXI952C29FF9G450emft #Z8do8IZmUEZw4gQsUefyKtM9D96o7mMB { position:relative;display:none; }
#RwXbt5ulHNxvTXI952C29FF9G450emft #ZznmVHdbQMLqRgfbTtEc0xVK5dlpezai { position:relative; }
#RwXbt5ulHNxvTXI952C29FF9G450emft #kD4N3NT29g3c4z47XkFKA14swSFWWGHy { position:relative; }
#RwXbt5ulHNxvTXI952C29FF9G450emft #ePyUDn31662bTVlRkv9gSD2GtKzJHW7A { position:relative;display:none; }
#RwXbt5ulHNxvTXI952C29FF9G450emft #Txf7nwlwCdocT3FFhtGvNIS4ycNUQKyW { position:relative; }
#RwXbt5ulHNxvTXI952C29FF9G450emft #pFwwTU4Dcx4SwRHXQ1zcnV0thOgs8nh7 { position:relative; }
#RwXbt5ulHNxvTXI952C29FF9G450emft #pud339mvczrbLqGJ2uODZE2aIoVpNtTh { position:relative;display:none; }
#RwXbt5ulHNxvTXI952C29FF9G450emft #eNquQVh15sTUtwUHJ3FMWmH5W77golH8 { position:relative; }
#RwXbt5ulHNxvTXI952C29FF9G450emft #zEgTrzLfTXekTteG9px4hsSKwVeRlGTs { position:relative; }
#RwXbt5ulHNxvTXI952C29FF9G450emft #VJOsO5xCG3vDoP6XnheumTMi7Cme7q05 { position:relative; }
#AsutZTcPHybP90xdD3sDqQoiyOJgZKyg { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.6875rem;width:60rem;top:7.5rem;left:0rem;display:block; }
#Swf3dZcnSTDNk1liWz1SXFs65Hm8EvFT { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:madani;font-size:1.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.125rem;left:2.4375rem;height:4.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OtPl4nVw25XWQRTqBwwVOlKOuxWRZmuf { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:9.3125rem;left:12.3125rem;display:block; }
#euGQi3ddm7ZKiUd9VPtHZAnnEx1NwTRz { color:rgba(var(--color-tertiary-2),1);display:block;width:26.1875rem;position:absolute;font-family:madani;font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17.6875rem;left:1.875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TMwUnPuF6mCixwB7H0UxDVozKTNSafu4 { color:rgba(var(--color-primary-4),1);display:block;width:25.125rem;position:absolute;font-family:madani;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:24.125rem;left:2.8125rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EozTTiAc3LhiGR9CVDQykCK18yaZ97fZ { color:rgba(var(--color-primary-4),1);display:block;width:25.25rem;position:absolute;font-family:madani;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:26.125rem;left:2.875rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WzfHkTdizBJOM2Dc2oaMsDUAhGJU36og { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;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:31.6875rem;width:0.0625rem;top:7.5rem;left:29.96875rem;display:block; }
#z4TsiSHRXmE4vbT9lBV4KXrTxlfC5tJx { position:absolute;display:block;z-index:15014;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:6.3125rem;width:12.125rem;top:31.6875rem;left:8.90625rem;overflow:hidden;display:block; }
#nR10gMOqNdMO8eVZvwG6Bcl0y9Qzrzk9 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:madani;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.125rem;left:32rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .row .container { background-color: transparent; background-image: none; }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .row .container > .video-iframe-container { display: none; }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .row > .video-iframe-container { display: none; }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .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); }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .row .container { border-width: 0; border-radius: 0; }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:60rem;position:relative;display:block; }#cpV091UC0IIxX3wLnbnWyeH7NvhadVM0 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:7.5625rem;left:27.4375rem;display:block; }
#Totfw3zOBcIBMbTUEkgBsTJRkt3nx1AF { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:madani;font-size:3rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lyOwXTnquK84geHMLheSnRlnTocZtI5d { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:madani;font-size:1.3125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:13rem;left:0rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AXbzC8xXlSBc7yTqlzeiompHaO5Kikp2 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:madani;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:15.9375rem;left:0rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZSabMOmcEmpBXr78USUi1JVkqOZLZoXP { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:madani;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:19.30078125rem;left:0rem;height:1.3808625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gNMQpbeN9NcoR39kFVBlL3tfhGhxv4LW { color:#909090;display:block;width:19.8125rem;position:absolute;font-family:madani;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:21.65234375rem;left:40.1875rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QSD2rPeHeEmtMgvC4FtfF7QOytcikMnD { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;border-top:0.0625rem solid #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.125rem;width:8.6875rem;top:17.3125rem;left:27.75rem;display:block; }
#XrBgx9HR2oKkv3CeN0VnQLS3we67vcfT { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;border-top:0.0625rem solid #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.125rem;width:8.6875rem;top:17.3125rem;left:18.5625rem;display:block; }
#xy6TkPZrkg57Ppa9IhXhNB9lJ3PFCBo9 { color:#191919;display:block;width:8.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:27.4375rem;left:27.875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XIOS72rr9sfHpp5HudtQ78dyFbE7PC0A { color:#191919;display:block;width:8.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:27.4375rem;left:18.625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SmHvANgAkXXtd7GPWuTX5etdSx1FG9Lt { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;border-top:0.0625rem solid #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.125rem;width:8.6875rem;top:17.3125rem;left:9.375rem;display:block; }
#eOaTiHZIbixA8bWGWfJpEWRQif3i0aEI { color:#191919;display:block;width:8.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:27.375rem;left:9.375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RxoHPtdwsoMe2QrqdieNBtSuzTU4w8eF { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.0625rem solid #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.125rem;width:8.6875rem;top:17.3125rem;left:0.1875rem;display:block; }
#K4ytD8Q5sEVo98UW61X4ogFfshOfqyr1 { color:#191919;display:block;width:8.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:27.375rem;left:0.25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UVOC9xcaTKLndxGbtdKgGEIGMCpKAght { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;border-top:0.0625rem solid #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:2.3125rem;width:8.6875rem;top:26.75rem;left:0.1875rem;display:block; }
#p8shszQaOkATrB4mJqyDdlgIH4ngWVOw { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;border-top:0.0625rem solid #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:2.3125rem;width:8.6875rem;top:26.8125rem;left:9.375rem;display:block; }
#mTbpn8B7HCbCCUht34fBieo7GnLtKbJv { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0.0625rem solid #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:2.3125rem;width:8.6875rem;top:26.8125rem;left:27.875rem;display:block; }
#I8RuCfv2at62suZT96GDzKkEmhksKpO1 { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;border-top:0.0625rem solid #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:2.3125rem;width:8.6875rem;top:26.8125rem;left:18.6875rem;display:block; }
#ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:rgba(var(--color-primary-4),1);padding-top:0.9675rem;padding-right:0.8425rem;padding-bottom:0.9675rem;padding-left:0.8425rem;display:block;align-items:center;width:5.056875rem;min-width:5.056875rem;height:5.201875rem;position:relative;font-family:"open sans";font-size:3.871875rem;font-weight:700;line-height:83.23px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.605rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.74375rem;height:1.521875rem;position:relative;font-family:"open sans";font-size:1.451875rem;font-weight:400;line-height:24.35px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:31rem;height:9.26375rem;padding-top:1.21rem;padding-right:1.20375rem;padding-bottom:1.21rem;padding-left:1.20375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:16.5390625rem;left:1.6875rem;z-index:15003; }
#ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #U6UOtR7GX2uog6mpKTh5oJ0AnQbdnqqM { display:flex;position:relative;top:0rem;left:0rem; }
#ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #DwaCxFK64x3U24pgyeezMgSQAxqbEMsZ { width:auto; }
#ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #K176tIa0pJKslFQKvuL4T7ozf6CMpprf {  }
#ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #kIgpWyInP2NmD5DLgwOGiEvPPWpQuukN { display:flex;position:relative;top:0rem;left:0rem; }
#ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #yv3PmZGcPJNic0kKkudfkfqqc0dBNyEN {  }
#ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #MPMXUKugDDHH6ExlTkvUstF0GXsQBkvQ {  }
#ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #Ba9Xay2AekmuFrVmB0o85yUcyWsb5yCL { display:flex;position:relative;top:0rem;left:0rem; }
#ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #S0wtTXxPiecgeOyxKPnNkVrHNTSbelMs {  }
#ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #hAZwM8m3bMQTNTt5kGuLoo24m46MUD3Z {  }
#ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #JJkh9tZe8aXp3xRvR71RRrnMvgcvqpZU { display:flex;position:relative;top:0rem;left:0rem; }
#ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #st365nNuTdXQxZWVuIUgmHFAnkeycdgw {  }
#ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #LXfATuzzTR5hBcR133fwRoJrWXXX0I2b {  }
#GUOv9J9ZiPMTR85VvyOKsvVxk1TWmLNO { 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:15027;opacity:1;top:3.375rem;left:28.4375rem; }
#FVLeOAfWIT0Ee92DTgUypTwpSPgcGz1E { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:madani;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.1875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:25.5625rem;left:47.75rem;display:block; }
#WUiCsewDvnaDT9C0TQcN54K8SnCaOBFO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t8HTsg1v0qgdbyGR8cdTrt8P9UzQxk2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/wzV17t-k3k0/unsplash/jonathan-borba-wzV17t-k3k0-photo-1588776813941-dcf9c55e84d2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t8HTsg1v0qgdbyGR8cdTrt8P9UzQxk2E.adaptive-delivery-prevent-bg, #t8HTsg1v0qgdbyGR8cdTrt8P9UzQxk2E.lazyload, #t8HTsg1v0qgdbyGR8cdTrt8P9UzQxk2E.lazyloading { background-image: none; }#t8HTsg1v0qgdbyGR8cdTrt8P9UzQxk2E > .row .container { background-color: transparent; background-image: none; }#t8HTsg1v0qgdbyGR8cdTrt8P9UzQxk2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8HTsg1v0qgdbyGR8cdTrt8P9UzQxk2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8HTsg1v0qgdbyGR8cdTrt8P9UzQxk2E > .row .container > .video-iframe-container { display: none; }#t8HTsg1v0qgdbyGR8cdTrt8P9UzQxk2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8HTsg1v0qgdbyGR8cdTrt8P9UzQxk2E > .row > .video-iframe-container { display: none; }#t8HTsg1v0qgdbyGR8cdTrt8P9UzQxk2E > .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); }#t8HTsg1v0qgdbyGR8cdTrt8P9UzQxk2E > .row .container { border-width: 0; border-radius: 0; }#t8HTsg1v0qgdbyGR8cdTrt8P9UzQxk2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t8HTsg1v0qgdbyGR8cdTrt8P9UzQxk2E > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:60rem;position:relative;display:block; }#PKdtKaXZ2MSLe1IWBlz1kF2keU3wplWn { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(0,0,0,0.19) ;height:35.5625rem;width:39.6875rem;top:5.59375rem;left:20.3125rem;display:block; }
#c468ndueuWLrJb4a5a6LGFmbsNrCquqW { color:rgba(var(--color-tertiary-4),1);display:block;width:39.75rem;position:absolute;font-family:madani;font-size:1.625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:14.125rem;left:20.25rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#APZ8CTRBK81oDIhaStNTCyfJkHAex4Hg { color:#828282;display:block;width:35.1875rem;position:absolute;font-family:madani;font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:18.5625rem;left:22.5625rem;height:7.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qgc6DETbf52rZdDFboiTfmgQTvDBMbhL { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:32.75rem;left:32.3125rem;display:block; }
#FTEzTQLv64W1oGHPaWHATTM873kUZ2FD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eXMepl6FyZJhOdHeteNrVWFq1V8lnw9R { box-sizing:content-box;color:#5d92ff;font-size:2.3125rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:9rem;left:38.46875rem; }
#PdQlUwwCfkAgoVVBq93JEDygwzaRVh7e { 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; }#PdQlUwwCfkAgoVVBq93JEDygwzaRVh7e > .row .container { border-width: 0; border-radius: 0; }#PdQlUwwCfkAgoVVBq93JEDygwzaRVh7e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PdQlUwwCfkAgoVVBq93JEDygwzaRVh7e > .row .container { font-size:0.875rem;font-family:arial;height:55.3125rem;width:60rem;position:relative;display:none; }#GIbqzST0UwqVzhWO2kyR3RWexAqMJAQK { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.625rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ob3TSdFXBX32VBPrBgWUbbzdVk6nBbXH { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:7.5rem;left:27.4375rem;display:block; }
#kVTG3IwVVW1JvRtVEXeFzwvDCUToLV76 { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.9375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c5w4QPspJPiFwQQCD7Dl1r6I2ZJMQ5fR { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;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:0.125rem;width:60rem;top:34.5rem;left:0rem;display:block; }
#PpbeVP534bJLJ0wnIqGEgonXdgIAy5nl { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;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:10.0625rem;width:0.125rem;top:24.5rem;left:5rem;display:block; }
#mdeAPX0QfkNcm3103osvVhWEKPxxBmhz { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;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:13.75rem;width:0.125rem;top:20.8125rem;left:25.8125rem;display:block; }
#DLVZgRKliQ2Kkd92gP5Ahn6ITfhHukFg { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;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:10.0625rem;width:0.125rem;top:24.5rem;left:41.25rem;display:block; }
#zpmkZZVobHxembKaTCSvvsc0eSDAWoNc { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;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:8.75rem;width:0.125rem;top:34.625rem;left:11.3125rem;display:block; }
#Qh3Blg3HG5Q7r4Q6drT2aV3U6HeSQS9Q { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;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:8.75rem;width:0.125rem;top:34.5625rem;left:32.1875rem;display:block; }
#t9cWST42rTUwowMh8qIMCC8VffQ6Bd0J { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;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:8.75rem;width:0.125rem;top:34.5rem;left:48rem;display:block; }
#UMczh3U1QFaEXLcqSvVkhTwDhHysAFQB { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.8125rem;top:23.5rem;left:4.65625rem;display:block; }
#g73hB2ELtnf9BaJDmfB5UeXeX6LLvCNJ { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.8125rem;top:19.8125rem;left:25.46875rem;display:block; }
#uZFFARbBnGneP3GwCLe4H10sUUzZKQce { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.8125rem;top:23.5rem;left:40.90625rem;display:block; }
#rTw80Mit49S46JLPLV6P8FQJTTsHByB9 { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.8125rem;top:43.625rem;left:10.96875rem;display:block; }
#HJGfC5Z2ssbRX1OITXP7xtOasaw1ymf9 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.8125rem;top:43.5rem;left:47.65625rem;display:block; }
#Z05NP2B3tecVO1kgMcRCMNpNTEko7vz8 { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.8125rem;top:43.5625rem;left:31.8125rem;display:block; }
#BcG34T51qcQyyTdmuEMpvSICderb5CqO { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);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: none;height:0.8125rem;width:0.8125rem;top:34.09375rem;left:4.59375rem;display:block; }
#gFOvg1QLPq7pDnL46nlEIHDvkJiq22yK { position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);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: none;height:0.8125rem;width:0.8125rem;top:34.09375rem;left:10.90625rem;display:block; }
#ZiR51sWM5283MHvqZ7NfhHo8h2TAAAzm { position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);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: none;height:0.8125rem;width:0.8125rem;top:34.09375rem;left:25.40625rem;display:block; }
#XkG9rkFwvBuFJ6sR1XMwnwXfQavgXVJd { position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);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: none;height:0.8125rem;width:0.8125rem;top:34.125rem;left:31.75rem;display:block; }
#ufqa5rrOWyrxy6oW2i6Js0mDdBnMX1VP { position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);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: none;height:0.8125rem;width:0.8125rem;top:34.09375rem;left:40.84375rem;display:block; }
#lyHW2XXWZGmbMVRGz08F9kxD17WpOspl { position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);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: none;height:0.8125rem;width:0.8125rem;top:34.09375rem;left:47.59375rem;display:block; }
#n0KmOT3D7iWlPT5TUO1o0E2pdM26TxZo { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:23.09375rem;left:6.46875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Eg21RJwbRUkJGaQd64fkpK6HXoTn7rLr { color:rgba(var(--color-tertiary-3),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:25.34375rem;left:6.46875rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Goqyy08RFmHSVNHyHu4Wh2kgonZDquR3 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:21.6875rem;left:27.4375rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#svu0E2yc2DEIvmrflxq0tbwWozPzKASZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:19.4375rem;left:27.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rL6qlznp5tNZZt5RWVQf2CE3OP0SpPB0 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:25.375rem;left:42.5625rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WwPlcPB21IozRqEJIclXTMNPlTn9fqAG { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:23.125rem;left:42.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vkk720KxCBSHA4TqaUAM0fFeAp657Lqz { color:rgba(var(--color-tertiary-3),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:45.625rem;left:12.6875rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L4D1LqB4BdOL84kFBHEgFehG0LSvSFTP { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:43.375rem;left:12.71875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FVpvLV8Jgt1L7zzF8V9mHyN5w3G1rTEW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:43.3125rem;left:33.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zrr7yfUcXbZ7yTsl220db6ag1FHiF5MB { color:rgba(var(--color-tertiary-3),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:45.5625rem;left:33.625rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I2hRIWTWxyDDbAkI4f48hlpkWLfpiEr5 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:43.375rem;left:49.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D31J8ExLlOEc3Qtsi8h4eJmtcx36GyS7 { color:rgba(var(--color-tertiary-3),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:45.625rem;left:49.3125rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dBR3df4TQ2xKaDWMkVBhpTfNSqLBRR0s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dBR3df4TQ2xKaDWMkVBhpTfNSqLBRR0s > .row .container { background-color: transparent; background-image: none; }#dBR3df4TQ2xKaDWMkVBhpTfNSqLBRR0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBR3df4TQ2xKaDWMkVBhpTfNSqLBRR0s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBR3df4TQ2xKaDWMkVBhpTfNSqLBRR0s > .row .container > .video-iframe-container { display: none; }#dBR3df4TQ2xKaDWMkVBhpTfNSqLBRR0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBR3df4TQ2xKaDWMkVBhpTfNSqLBRR0s > .row > .video-iframe-container { display: none; }#dBR3df4TQ2xKaDWMkVBhpTfNSqLBRR0s > .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); }#dBR3df4TQ2xKaDWMkVBhpTfNSqLBRR0s > .row .container { border-width: 0; border-radius: 0; }#dBR3df4TQ2xKaDWMkVBhpTfNSqLBRR0s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dBR3df4TQ2xKaDWMkVBhpTfNSqLBRR0s > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:60rem;position:relative;display:block; }#XhABM3WmlEslvPWBEbkOvSl99aGIa0nm { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:madani;font-size:3rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RCeF5k4ixMGilB97eMCcAS0Si8rZpDpq { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:3.9375rem;left:27.5rem;display:block; }
#srOaPwPCnLMAoU38SGkJEv24iJXQgWqr { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:madani;font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:11.4375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v2l0eW5xWie64qyRMyETrTHSrlnUJMSE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v2l0eW5xWie64qyRMyETrTHSrlnUJMSE > .row .container { background-color: transparent; background-image: none; }#v2l0eW5xWie64qyRMyETrTHSrlnUJMSE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2l0eW5xWie64qyRMyETrTHSrlnUJMSE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2l0eW5xWie64qyRMyETrTHSrlnUJMSE > .row .container > .video-iframe-container { display: none; }#v2l0eW5xWie64qyRMyETrTHSrlnUJMSE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2l0eW5xWie64qyRMyETrTHSrlnUJMSE > .row > .video-iframe-container { display: none; }#v2l0eW5xWie64qyRMyETrTHSrlnUJMSE > .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); }#v2l0eW5xWie64qyRMyETrTHSrlnUJMSE > .row .container { border-width: 0; border-radius: 0; }#v2l0eW5xWie64qyRMyETrTHSrlnUJMSE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v2l0eW5xWie64qyRMyETrTHSrlnUJMSE > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:60rem;position:relative;display:block; }#WxkXyO47HaZbGbygaEZaO0JRVZRlIk4N { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.1875rem;width:19rem;top:3.8125rem;left:0.5rem;display:block; }
#o31TykeApLWOfaxGz0eiWCdXo92D178i { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/88511670-6735-43c5-9c5d-f834a1ec3c87/DrThamerAlghamdi.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.125rem;width:19rem;top:3.8125rem;left:0.5rem;display:block; }#o31TykeApLWOfaxGz0eiWCdXo92D178i.adaptive-delivery-prevent-bg, #o31TykeApLWOfaxGz0eiWCdXo92D178i.lazyload, #o31TykeApLWOfaxGz0eiWCdXo92D178i.lazyloading { background-image: none; }
#QTvrUTTZacuLPfWeFifggAO6hi8xh6C6 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:madani;font-size:1.75rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:32.0390625rem;left:0.5625rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KuPKZA5nh3O3EkP2XoxJn1IBSKoM5MTl { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:madani;font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:35.17578125rem;left:0.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yC1AU8brzPp19kQUFJG3kEnsmNm06Iz8 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:madani;font-size:0.8125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:38.380859375rem;left:0.5625rem;height:1.0556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mRkCL7fRMPb0qP4HGdtaxahwo5hTPb2u { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.25rem;width:19rem;top:3.8125rem;left:20.5rem;display:block; }
#cUzs7pRmwicXzkE71DpyGtQfaE1ySJVS { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:madani;font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:38.380859375rem;left:20.5625rem;height:1.0556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QAfTew6UuPcIa9ffvALkzx9cwV0idg2Q { color:rgba(var(--color-tertiary-0),1);display:block;width:18.375rem;position:absolute;font-family:madani;font-size:0.75rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:35.17578125rem;left:20.8125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZ0XT3P6ESU5ZESXAB7zceMh1aatS5yJ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:madani;font-size:1.75rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:31.875rem;left:20.5rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O0JqwOBxghHcSZvmrXwaB3wIh2RucdL4 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/40e9471c-bb9e-4181-8339-f670df043b48/noroot.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.1875rem;width:19rem;top:3.75rem;left:20.5rem;display:block; }#O0JqwOBxghHcSZvmrXwaB3wIh2RucdL4.adaptive-delivery-prevent-bg, #O0JqwOBxghHcSZvmrXwaB3wIh2RucdL4.lazyload, #O0JqwOBxghHcSZvmrXwaB3wIh2RucdL4.lazyloading { background-image: none; }
#PHk8nbB64pUcJuTh033qxdyml5qkVFMU { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.25rem;width:19rem;top:3.8125rem;left:40.5rem;display:block; }
#zK8TvTtewdMT87JWIpQRR7US8aT1Jek2 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:madani;font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:38.380859375rem;left:40.5625rem;height:1.0556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jhp1LJb8tzwRlOFtkfIrnck9XfDGMLN1 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:madani;font-size:0.75rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:35.17578125rem;left:41.25rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p0QSwGZWT9X5nnAZaTwT5vFELpIsodKT { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:madani;font-size:1.75rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:31.875rem;left:40.5rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TSqTr3XNLRmnEh86e8HvMmTxRrQeuOtX { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/74422ec9-7002-4347-a520-303368f40239/noroot.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:19rem;top:3.8125rem;left:40.5rem;display:block; }#TSqTr3XNLRmnEh86e8HvMmTxRrQeuOtX.adaptive-delivery-prevent-bg, #TSqTr3XNLRmnEh86e8HvMmTxRrQeuOtX.lazyload, #TSqTr3XNLRmnEh86e8HvMmTxRrQeuOtX.lazyloading { background-image: none; }
#vDp88yaDGbcIGJJVm9NlxJSghIKqWKU2 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:madani;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:44.9375rem;left:43.84375rem;display:block; }
#wPgZSfy6hXl2P5R1agcD5WDu7hTi21Wd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SCtixoDTJKZIIuSkcABQ7fb3HgWqwcwM { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:madani;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:44.9375rem;left:23.84375rem;display:block; }
#IKxNqkgiI94PuGuWmiRwiEWVaJQHRGRU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xNiB5WxiC54q60hlm1aaUSPNPKSRpgvW { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:madani;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.4375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:44.9375rem;left:3.84375rem;display:block; }
#O1mgx676saZefcteidMlLXy6IZgu633H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RTXvwHKpNbbg95s26TTMtydOQbBGinNs { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60.5625rem;width:19rem;top:3.8125rem;left:40.5rem;display:none; }
#N48T5Bv8SdQM92cD02GKqZMzJAQaqQxM { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/74422ec9-7002-4347-a520-303368f40239/noroot.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:19rem;top:3.8125rem;left:40.5rem;display:none; }#N48T5Bv8SdQM92cD02GKqZMzJAQaqQxM.adaptive-delivery-prevent-bg, #N48T5Bv8SdQM92cD02GKqZMzJAQaqQxM.lazyload, #N48T5Bv8SdQM92cD02GKqZMzJAQaqQxM.lazyloading { background-image: none; }
#FbyC5DTdhrwrBDtgcnu3N0T67qLrTEbK { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:madani;font-size:1.75rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:31.875rem;left:40.5rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#u3sFSKaJ8ltq4It1eneBpUbT8V9QBoQP { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:madani;font-size:0.75rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:34.6875rem;left:40.5rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#F7Wu66wGUl8IdS5dMwiQwADVm3ir6Ga4 { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:38.380859375rem;left:3.84375rem;display:block; }
#FGkXMS61X4Fv0kSgWBSGhnBxv5gXpnIf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OTz7vo6gn3pThCOy0ZwfEXOAXxueaA5Q { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:38.380859375rem;left:23.84375rem;display:block; }
#GHmfempF2nK3rJRKMkQR6RxpiOB8bpwX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IEyLOATG1IAEpwP4qrRAWCfgn8VtqpsT { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:38.380859375rem;left:43.84375rem;display:block; }
#vr3WafoLzNZBu9rm73qWN1uEvzklKTBO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t67mDosP2kB8gXOXOoApnqgchgJe4ZSP { color:rgba(var(--color-tertiary-0),1);display:block;width:18.375rem;position:absolute;font-family:madani;font-size:0.75rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:35.17578125rem;left:20.8125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/HuWm7malJ18/unsplash/petr-magera-HuWm7malJ18-photo-1631248055158-edec7a3c072b.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6.adaptive-delivery-prevent-bg, #aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6.lazyload, #aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6.lazyloading { background-image: none; }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .row .container { background-color: transparent; background-image: none; }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .row .container > .video-iframe-container { display: none; }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .row > .video-iframe-container { display: none; }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .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); }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .row .container { border-width: 0; border-radius: 0; }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:60rem;position:relative;display:block; }#w5RNehrZdgD6kH6tftVyJMBQ6OirfBvN { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:60rem;top:6.25rem;left:0rem;display:block; }
#hu8DlSJSFSc9H5SLsDkV8XqfKAuehtno { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:9.25rem;left:11.375rem;display:block; }
#JVzbJD8EnJ1Ui9yzXoxPZwqwCnUJukBf { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:madani;font-size:2.3125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.125rem;left:30.625rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WUpONE6V224voakiRGLvxBgCOPvDpl7u { color:#828282;display:block;width:25.4375rem;position:absolute;font-family:madani;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:22.625rem;left:32.5rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eQaJmKdEIdDUhJ5ASqE3DrKkvsB32Ofy { color:rgba(var(--color-primary-4),1);display:block;width:27.3125rem;position:absolute;font-family:madani;font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.640625rem;left:30.59375rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bogInf23XBUZN9kc42iqheWzRBAAm3lW { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;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:23.3125rem;width:0.0625rem;top:6.25rem;left:29.03125rem;display:block; }
#eF2M4US3W9107TIuEJbc82GySG9AT5Io { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9a61ee6d-0d25-4f6c-a8d1-70f7d9265624/11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:25.4375rem;top:10.29296875rem;left:1.15625rem;display:block; }#eF2M4US3W9107TIuEJbc82GySG9AT5Io.adaptive-delivery-prevent-bg, #eF2M4US3W9107TIuEJbc82GySG9AT5Io.lazyload, #eF2M4US3W9107TIuEJbc82GySG9AT5Io.lazyloading { background-image: none; }
#hJsvJzKyPuASbCXhl9oQhqGARKCLlLBG { position:absolute;display:block;z-index:15020;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:1.375rem;width:0.875rem;top:11.4375rem;left:43.8125rem;overflow:hidden;display:block; }
#xPnkn6S9hupEZmr58dyTL2130WpT7c4v { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:madani;font-size:2.4375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);top:34.34375rem;left:15.4375rem;height:3.16796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EuSdpr02R4Wzvu3AisbV5VLWyALdNmmo { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:madani;font-size:2.4375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(243,229,229,0.5);top:38.07421875rem;left:15.4375rem;height:3.16796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#obMUXnLLiXyxDTNqamrZT662aLho6AlX { 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:15021;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-0),0.74));top:30.5625rem;left:27.5rem; }
#uB9h8tWT8ppD9UKa5CVXSszcgFraV0Ls { color:#828282;display:block;width:25.4375rem;position:absolute;font-family:madani;font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:24.5625rem;left:32.5rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ebFQyUoQlnWOLodapFkkwDbn1W7IGkDo { color:#828282;display:block;width:25.4375rem;position:absolute;font-family:madani;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:26.51171875rem;left:32.5rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IZ5zWdCmkmJw7rqafhHI9bOGgrhJ65U7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/d3YE4bsD/06.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IZ5zWdCmkmJw7rqafhHI9bOGgrhJ65U7.adaptive-delivery-prevent-bg, #IZ5zWdCmkmJw7rqafhHI9bOGgrhJ65U7.lazyload, #IZ5zWdCmkmJw7rqafhHI9bOGgrhJ65U7.lazyloading { background-image: none; }#IZ5zWdCmkmJw7rqafhHI9bOGgrhJ65U7 > .row .container { background-color: transparent; background-image: none; }#IZ5zWdCmkmJw7rqafhHI9bOGgrhJ65U7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ5zWdCmkmJw7rqafhHI9bOGgrhJ65U7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ5zWdCmkmJw7rqafhHI9bOGgrhJ65U7 > .row .container > .video-iframe-container { display: none; }#IZ5zWdCmkmJw7rqafhHI9bOGgrhJ65U7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ5zWdCmkmJw7rqafhHI9bOGgrhJ65U7 > .row > .video-iframe-container { display: none; }#IZ5zWdCmkmJw7rqafhHI9bOGgrhJ65U7 > .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); }#IZ5zWdCmkmJw7rqafhHI9bOGgrhJ65U7 > .row .container { border-width: 0; border-radius: 0; }#IZ5zWdCmkmJw7rqafhHI9bOGgrhJ65U7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IZ5zWdCmkmJw7rqafhHI9bOGgrhJ65U7 > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:60rem;position:relative;display:block; }#BOsBisMMwRUrEES1iIbT52dAbZdmHu3E { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:60rem;top:6.25rem;left:0rem;display:block; }
#yWxUpRLiOJvC2AstSUAlqOvRtLspmsBs { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:9.25rem;left:11.375rem;display:block; }
#GcQJI7mttxUiyTtghSyrHuW69351F0MC { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:madani;font-size:2.4375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:10.25rem;left:1.125rem;height:3.16796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dXMngQXeN1xePP51aWT3RKlMsoke9fCU { color:#828282;display:block;width:25.4375rem;position:absolute;font-family:madani;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:18.0625rem;left:1.15625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ov5MF2DkxUSsKDzLW9iEvckwyFZvik8m { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:21.21875rem;left:6rem;display:block; }
#ZdIRsx7azKvFNUntplmbi0AFTld2odCA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ILflGm0qbGLrMu2wcQf8BW5N3948IRI9 { color:rgba(var(--color-primary-4),1);display:block;width:27.3125rem;position:absolute;font-family:madani;font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.5625rem;left:1.09375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J6Kc4wN76wDhQzv5VKpRqpc1BsDUApcL { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;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:23.3125rem;width:0.0625rem;top:6.25rem;left:29.03125rem;display:block; }
#E4SpHUHdraNnc31JOyJDkKnFCJCUsZaW { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7501e1ce-5e1f-43fa-b42e-7bc43ca39ce4/map.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:25.4375rem;top:9.21875rem;left:31.84375rem;display:block; }#E4SpHUHdraNnc31JOyJDkKnFCJCUsZaW.adaptive-delivery-prevent-bg, #E4SpHUHdraNnc31JOyJDkKnFCJCUsZaW.lazyload, #E4SpHUHdraNnc31JOyJDkKnFCJCUsZaW.lazyloading { background-image: none; }
#Zngbx6Hz0eOVEthAMphLIKTGAzQqukRk { position:absolute;display:block;z-index:15020;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:1.375rem;width:0.875rem;top:12.1875rem;left:44.78125rem;overflow:hidden;display:block; }
#d6ciwhS5pMqr8CUFnHk5AtNOhHyThbqQ { 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; }#d6ciwhS5pMqr8CUFnHk5AtNOhHyThbqQ > .row .container { border-width: 0; border-radius: 0; }#d6ciwhS5pMqr8CUFnHk5AtNOhHyThbqQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d6ciwhS5pMqr8CUFnHk5AtNOhHyThbqQ > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:none; }#eNCK0SuT2XzhZXKlghP20CKZML0WWhhy { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:8.1875rem;left:27.4375rem;display:block; }
#DcRwyVo6nt2VR47FCS4bBXMCXeNgCLOZ { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:9.3125rem;left:0rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h8TXKrhKbFMIzBkEZIb9KKreaZhDLm9d { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:13.625rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TiLEAM4aAPp7cF70m3CFM82Tekd4or0O { 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; }#TiLEAM4aAPp7cF70m3CFM82Tekd4or0O > .row .container { border-width: 0; border-radius: 0; }#TiLEAM4aAPp7cF70m3CFM82Tekd4or0O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TiLEAM4aAPp7cF70m3CFM82Tekd4or0O > .row .container { font-size:0.875rem;font-family:arial;height:59.875rem;width:60rem;position:relative;display:none; }#OzfCXZv08XLyrTzXxUFTWRTTTyKatbpZ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(0,0,0,0.19) ;height:47.5625rem;width:26.0625rem;top:3.125rem;left:1.96875rem;display:block; }
#oSW6UMT7IMR9cP2P6EESBtdrZmkqQPuL { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:7.5625rem;top:5.375rem;left:1.90625rem;display:block; }
#rpPnCups233d9g6IuAU7FmLzRBw7dP2A { color:rgba(var(--color-tertiary-0),1);display:block;width:26.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:8.3125rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tqGB9XFM3OAZTQ5JrB7ZDdaOqFwPclZT { color:rgba(var(--color-tertiary-0),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:11rem;left:8.375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ghou3fFuBwUXOunnkkdD7TrDcEIqK3NS { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:5.53125rem;left:1.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KTyrvHoSf828uno2QQPPyDmEFAaKHxqg { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-0),0.28);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.3125rem;top:14.8125rem;left:7.34375rem;display:block; }
#z4TMgargD8bWpszzO2J8eWR7LkbgGXhA { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:17.6875rem;left:0.03125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NEBccU9A4TvGv6TzA4ewF4QgQIToqxMK { color:rgba(var(--color-tertiary-0),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.7;letter-spacing:0;top:21.1875rem;left:2.09375rem;height:11.89453125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M0tF1vZ6xTwIBt0cDothUQogtU7f9qJ2 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:34.5rem;left:2.15625rem;height:7.22265rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OLZshLM49205DkrIU7kbe50rJqCAgpZK { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:43.375rem;left:7.125rem;display:block; }
#mTWpzvbZEFFSTlRcs6M1htQoLdmzzXRV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MDqAtIJNLqD0pi0QWPqPoIdIU9a5M5WN { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(0,0,0,0.19) ;height:45.4375rem;width:26.0625rem;top:5.25rem;left:32rem;display:block; }
#zKuwB0ERZLMsLtrc1Vy46X8N1sgTpiTf { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:43.375rem;left:37.125rem;display:block; }
#uCOiDFvE0t8zSepHhI5J4GIp27lbe6sH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WRiiRdQqO47IZbpHIuNii4Ia7EoHHhAL { color:rgba(var(--color-tertiary-0),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.7;letter-spacing:0;top:34.5rem;left:32.1875rem;height:7.22265rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QO0WEEQQqLBT9xAhtkQXcXiMDMO6xmFK { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15031;line-height:1.7;letter-spacing:0;top:21.1875rem;left:32.0625rem;height:11.89453125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nSPCrC4O9vLua2MrtclUZe0iWLVNKuCb { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:17.6875rem;left:30.0625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QROC796pqCr1ZDW42Uf7pH1A3lilzXP6 { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-0),0.28);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.3125rem;top:14.8125rem;left:37.375rem;display:block; }
#uTOkITRcmAsH8wGP5tEO4HCy7U0FKiZs { color:rgba(var(--color-tertiary-0),1);display:block;width:26.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:8.3125rem;left:30rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MNKlzPNIwNwnuUUHRChOLw9dyQRDHO6e { color:rgba(var(--color-tertiary-0),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:11rem;left:38.375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX { position:relative;display:block; }#GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX { background-color: transparent; background-image: none; }#GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX > .row .container > .video-iframe-container { display: none; }#GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX > .row > .video-iframe-container { display: none; }#GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX > .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); }#GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX { border-width: 0; border-radius: 0; }#GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX > .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; }#GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;font-size:0.875rem;font-family:arial;height:50rem;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:block; }#FZLkEEm2f1TM5XzNZUuwVX5AVlmSOOq6 { position:absolute;display:block;z-index:15008;background-color:#333333;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:9.25rem;top:4.9375rem;left:0rem;display:block; }
#BtsyxLOlQ5byZ3UBtWe5JBvcyLm7TwvP { color:#ffffff;display:block;width:11.124625rem;position:absolute;font-family:madani;font-size:2.25rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:6.5343742370606rem;left:2.21484375rem;height:7.4238125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HeiWlSRcEPff3faOnReh35rhaivdo1MJ { position:absolute;display:block;z-index:15011;border-top:1.25rem solid #3aaed8;border-left:1.25rem solid #3aaed8;border-right:1.25rem solid #3aaed8;border-bottom:1.25rem solid #3aaed8;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.7491875rem;width:32.25rem;top:1.9921865463257rem;left:22.243747711182rem;overflow:hidden;display:block; }
#NzWGl87SCQlmICSScvRMAJsObceOS7KL { position:absolute;display:block;z-index:15012;border-top:1.25rem solid #85ede7;border-left:1.25rem solid #85ede7;border-right:1.25rem solid #85ede7;border-bottom:1.25rem solid #85ede7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4366875rem;width:26.687125rem;top:13.612489700318rem;left:29.560546875rem;overflow:hidden;display:block; }
#JDEciHALsqPcAvD1rnTI6pUoBw53Puy7 { position:absolute;display:block;z-index:15006;border-top:1.25rem solid #c2e5e2;border-left:1.25rem solid #c2e5e2;border-right:1.25rem solid #c2e5e2;border-bottom:1.25rem solid #c2e5e2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:23.875rem;top:32.499216079712rem;left:19.936717987061rem;overflow:hidden;display:block; }
#BdBmx9oJ532G7QV8dl2aMChlA8tuQSH4 { position:absolute;display:block;z-index:15005;border-top:1.25rem solid #77c6d3;border-left:1.25rem solid #77c6d3;border-right:1.25rem solid #77c6d3;border-bottom:1.25rem solid #77c6d3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.749625rem;width:16.875rem;top:19.153116226196rem;left:0rem;overflow:hidden;display:block; }
#EU7emsO5Sm5le49chzBfSu77aua1fmXM { position:absolute;display:block;z-index:15006;border-top:1.25rem solid #0e9ae5;border-left:1.25rem solid #0e9ae5;border-right:1.25rem solid #0e9ae5;border-bottom:1.25rem solid #0e9ae5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:16.562125rem;top:30.498044967651rem;left:0.38671875rem;overflow:hidden;display:block; }
#sTV4aBQQrxPv6fbTDU9S4PnrA9t0clJc { 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:50.25rem;width:60rem;display:none; }
#ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV > .row .container { background-color: transparent; background-image: none; }#ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV > .row .container > .video-iframe-container { display: none; }#ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV > .row > .video-iframe-container { display: none; }#ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV > .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); }#ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV > .row .container { border-width: 0; border-radius: 0; }#ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:60rem;position:relative;display:block; }#uKTcgfqzsKCg0cD9J3RQhgbXAR5LTTzt { position:absolute;display:block;z-index:15013;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:7.6875rem;width:15.062125rem;top:20.061327934265rem;left:22.760154724121rem;overflow:hidden;display:block; }
#J4UwOzGX6FMkHcu8iLI26Qd8IWB09ZT3 { position:absolute;display:block;z-index:15001;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:9rem;width:18.75rem;top:34.572654724121rem;left:37.822265625rem;overflow:hidden;display:block; }
#w7hTxvUGegb8ppMdXvyfSMCNsM9HL6CO { position:absolute;display:block;z-index:15002;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:8.625rem;width:9.437125rem;top:17.872264862061rem;left:42.342185974121rem;overflow:hidden;display:block; }
#EgZr1KyLCQgJSH8E2fyGUEeMqzDAkOvq { position:absolute;display:block;z-index:15003;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:6rem;width:12.249625rem;top:19.184764862061rem;left:7.1343727111819rem;overflow:hidden;display:block; }
#w8RXlpkI9OpBAul3mk4MLEKdc0TmNFuz { position:absolute;display:block;z-index:15004;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:15rem;width:20.75rem;top:29.341403961182rem;left:2.3882789611816rem;overflow:hidden;display:block; }
#MTUT665bB3oNNDCACqphQoHpFDKeT7Ti { position:absolute;display:block;z-index:15005;background-color:#3ad6d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:15rem;top:17.1875rem;left:7.3125rem;display:block; }
#fZqBI3MQEofkfSI1PeznOQK5iG59cc1G { position:absolute;display:block;z-index:15006;background-color:#3ad6d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:10.625rem;top:29rem;left:8.6875rem;display:block; }
#EGlTN50CGKXn83TxnSpcfVNCPWaHoZJT { position:absolute;display:block;z-index:15007;background-color:#3ad6d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.125rem;top:30.4375rem;left:37.75rem;display:block; }
#N3UIciizvdd74zy0qqQEuT7eBwBAC7qI { position:absolute;display:block;z-index:15008;background-color:#3ad6d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:10.6241875rem;top:17.186717987061rem;left:42.435935974121rem;display:block; }
#pxGWKIATEePK860brOTGlxPa1iOVuwH8 { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:madani;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:14.324998855591rem;left:41.90625rem;height:1.6253875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GyaazvG7DGu5vCGe8aFf2GEKKmIsuAkJ { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:madani;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:28.280857467791rem;left:41.34375rem;height:1.6253875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wJ3p7TGtyG5qDrSHFTVVBcfbAGI3wEpG { color:#000000;display:block;width:13rem;position:absolute;font-family:madani;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:26.936716461321rem;left:8.6554679870606rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BMS2iRTPLxZ8IFJLanTOEgLk4zTSNqFH { color:#000000;display:block;width:14.124625rem;position:absolute;font-family:madani;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:14.324998855591rem;left:6.931640625rem;height:1.6253875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#loOeqhAfQCLiMG7P4OJoOpXrrsBf0hXL { background-color:#0e9ae5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5625rem solid #ffffff;border-left:0.5625rem solid #ffffff;border-right:0.5625rem solid #ffffff;border-bottom:0.5625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ececec;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:42.625rem;left:23.75rem;display:block; }
#xrOXhOOoFMSx3xq33IrR3sGIsLpyTyg3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CyNJpbuhg94PQT8ghPzTr4hAMFVJmpyT { color:#000000;display:block;width:60rem;position:absolute;font-family:madani;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:7.4375rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#QdTeVsOOdOiP2MxcWfg1US79w34IJVXV { color:#000000;display:block;width:60rem;position:absolute;font-family:madani;font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/IDM3n0LfNCY/unsplash/vitaly-gariev-IDM3n0LfNCY-photo-1758691461935-202e2ef6b69f.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw.adaptive-delivery-prevent-bg, #Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw.lazyload, #Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw.lazyloading { background-image: none; }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw > .row .container { background-color: transparent; background-image: none; }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw > .row .container > .video-iframe-container { display: none; }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw > .row > .video-iframe-container { display: none; }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw > .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); }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw > .row .container { border-width: 0; border-radius: 0; }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:60rem;position:relative;display:block; }#JhPtlPSCuQlEgQEyoXTC9Fmq00E08fgA { color:#04253a;display:block;width:24.75rem;position:absolute;font-family:madani;font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:3.861328125rem;left:0rem;height:6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FVNDNMr3G89AB0rtIroMLvDn1zHTvS3r { color:#04253a;display:block;width:23.1866875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.684764862061rem;left:0.78046798706056rem;height:1.95rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zSuRJucTloDT0AyF2A8WPX0ArRkTTVeR { background-color:#064771;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:madani;font-size:2.5rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9991875rem;height:3.43710625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:18.124217987061rem;left:5.3742179870606rem;display:block; }
#PrCfO4BXdsxD8cQTGt0RxHt7LvRAmZv8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PumkrTuRJUOIUEsKFiN83OxIaMpXczhJ { box-sizing:content-box;height:21.625rem;width:25.125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:3.0500001907349rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#J8WgPPwGXWKdlI2zTz9aQ2kq9QLyGdxk { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;box-shadow: none;height:4.5rem;width:8.5625rem;top:26.203136444092rem;left:14.07421875rem;overflow:hidden;display:block; }
#oVwJceZDJOHSx9GxtLk5m4mDLoeqhOa3 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:4.5609375rem;width:11.7480625rem;top:26.173826217651rem;left:0.779296875rem;overflow:hidden;display:block; }
#mCBidvn0eODyPgywx3yxDbLqlg4kvpkR { color:#000000;display:block;width:25.375rem;position:absolute;font-family:madani;font-size:1.8125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(197,215,229,0.5);top:32.452697753906rem;left:1.3125rem;height:2.175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwXbt5ulHNxvTXI952C29FF9G450emft .widget-regular-label { width:21.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#RwXbt5ulHNxvTXI952C29FF9G450emft .widget-input-text { width:21.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RwXbt5ulHNxvTXI952C29FF9G450emft .widget-input-text {padding-top: 0; padding-bottom: 0;}#RwXbt5ulHNxvTXI952C29FF9G450emft .widget-textarea { width:21.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RwXbt5ulHNxvTXI952C29FF9G450emft .widget-input-select { width:21.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RwXbt5ulHNxvTXI952C29FF9G450emft .widget-input-select {padding-top: 0; padding-bottom: 0;}#RwXbt5ulHNxvTXI952C29FF9G450emft .widget-input-button { width:21.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RwXbt5ulHNxvTXI952C29FF9G450emft .widget-checkbox-label { width:20.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RwXbt5ulHNxvTXI952C29FF9G450emft  { width:21.0625rem;height:auto;top:12.1875rem;left:24.1875rem; }
#RwXbt5ulHNxvTXI952C29FF9G450emft .radio-container { width:21.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RwXbt5ulHNxvTXI952C29FF9G450emft {display:block;}#RwXbt5ulHNxvTXI952C29FF9G450emft { width:21.0625rem;height:auto;top:12.1875rem;left:24.1875rem; }
 }@media only screen and (max-width: 763px) { #RwXbt5ulHNxvTXI952C29FF9G450emft #uUWWFN7vJl3SHMWf3auXxTXmKpS21WFd {  }
 }@media only screen and (max-width: 763px) { #RwXbt5ulHNxvTXI952C29FF9G450emft #Z8do8IZmUEZw4gQsUefyKtM9D96o7mMB { display:block; }
 }@media only screen and (max-width: 763px) { #RwXbt5ulHNxvTXI952C29FF9G450emft #ZznmVHdbQMLqRgfbTtEc0xVK5dlpezai {  }
 }@media only screen and (max-width: 763px) { #RwXbt5ulHNxvTXI952C29FF9G450emft #kD4N3NT29g3c4z47XkFKA14swSFWWGHy {  }
 }@media only screen and (max-width: 763px) { #RwXbt5ulHNxvTXI952C29FF9G450emft #ePyUDn31662bTVlRkv9gSD2GtKzJHW7A { display:block; }
 }@media only screen and (max-width: 763px) { #RwXbt5ulHNxvTXI952C29FF9G450emft #Txf7nwlwCdocT3FFhtGvNIS4ycNUQKyW {  }
 }@media only screen and (max-width: 763px) { #RwXbt5ulHNxvTXI952C29FF9G450emft #pFwwTU4Dcx4SwRHXQ1zcnV0thOgs8nh7 {  }
 }@media only screen and (max-width: 763px) { #RwXbt5ulHNxvTXI952C29FF9G450emft #pud339mvczrbLqGJ2uODZE2aIoVpNtTh {  }
 }@media only screen and (max-width: 763px) { #RwXbt5ulHNxvTXI952C29FF9G450emft #eNquQVh15sTUtwUHJ3FMWmH5W77golH8 {  }
 }@media only screen and (max-width: 763px) { #RwXbt5ulHNxvTXI952C29FF9G450emft #zEgTrzLfTXekTteG9px4hsSKwVeRlGTs {  }
 }@media only screen and (max-width: 763px) { #RwXbt5ulHNxvTXI952C29FF9G450emft #VJOsO5xCG3vDoP6XnheumTMi7Cme7q05 {  }
 }@media only screen and (max-width: 763px) { #AsutZTcPHybP90xdD3sDqQoiyOJgZKyg { width:47.75rem;height:31.6875rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Swf3dZcnSTDNk1liWz1SXFs65Hm8EvFT { width:25.0625rem;height:4.5rem;top:10.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtPl4nVw25XWQRTqBwwVOlKOuxWRZmuf { width:5rem;height:0.125rem;top:9.3125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euGQi3ddm7ZKiUd9VPtHZAnnEx1NwTRz { width:26.1875rem;height:4.0625rem;top:17.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMwUnPuF6mCixwB7H0UxDVozKTNSafu4 { width:25.125rem;height:1.125rem;top:24.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EozTTiAc3LhiGR9CVDQykCK18yaZ97fZ { width:25.25rem;height:2.25rem;top:26.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzfHkTdizBJOM2Dc2oaMsDUAhGJU36og { width:0.0625rem;height:31.6875rem;top:7.5rem;left:23.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4TsiSHRXmE4vbT9lBV4KXrTxlfC5tJx { top:31.6875rem;left:2.78125rem;width:12.125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR10gMOqNdMO8eVZvwG6Bcl0y9Qzrzk9 { width:25.0625rem;height:1.4375rem;top:10.125rem;left:22.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg { display:block; }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cpV091UC0IIxX3wLnbnWyeH7NvhadVM0 { width:5rem;height:0.125rem;top:7.5625rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Totfw3zOBcIBMbTUEkgBsTJRkt3nx1AF { width:47.75rem;height:3.875rem;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyOwXTnquK84geHMLheSnRlnTocZtI5d { width:47.75rem;height:1.6875rem;top:13rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXbzC8xXlSBc7yTqlzeiompHaO5Kikp2 { width:47.75rem;height:2.4375rem;top:15.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSabMOmcEmpBXr78USUi1JVkqOZLZoXP { width:47.75rem;height:1.375rem;top:19.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNMQpbeN9NcoR39kFVBlL3tfhGhxv4LW { width:19.8125rem;height:1.4375rem;top:21.625rem;left:27.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSD2rPeHeEmtMgvC4FtfF7QOytcikMnD { width:8.6875rem;height:8.125rem;top:17.3125rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrBgx9HR2oKkv3CeN0VnQLS3we67vcfT { width:8.6875rem;height:8.125rem;top:17.3125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy6TkPZrkg57Ppa9IhXhNB9lJ3PFCBo9 { width:8.75rem;height:1.25rem;top:27.4375rem;left:21.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIOS72rr9sfHpp5HudtQ78dyFbE7PC0A { width:8.75rem;height:1.25rem;top:27.4375rem;left:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmHvANgAkXXtd7GPWuTX5etdSx1FG9Lt { width:8.6875rem;height:8.125rem;top:17.3125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOaTiHZIbixA8bWGWfJpEWRQif3i0aEI { width:8.75rem;height:1.25rem;top:27.375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxoHPtdwsoMe2QrqdieNBtSuzTU4w8eF { width:8.6875rem;height:8.125rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4ytD8Q5sEVo98UW61X4ogFfshOfqyr1 { width:8.75rem;height:1.25rem;top:27.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVOC9xcaTKLndxGbtdKgGEIGMCpKAght { width:8.6875rem;height:2.3125rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8shszQaOkATrB4mJqyDdlgIH4ngWVOw { width:8.6875rem;height:2.3125rem;top:26.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTbpn8B7HCbCCUht34fBieo7GnLtKbJv { width:8.6875rem;height:2.3125rem;top:26.8125rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8RuCfv2at62suZT96GDzKkEmhksKpO1 { width:8.6875rem;height:2.3125rem;top:26.8125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 { display:flex;width:18rem;height:5.0625rem;top:20.875rem;left:17.174999237061rem; }
 }@media only screen and (max-width: 763px) { #ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #U6UOtR7GX2uog6mpKTh5oJ0AnQbdnqqM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #DwaCxFK64x3U24pgyeezMgSQAxqbEMsZ {  }
 }@media only screen and (max-width: 763px) { #ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #K176tIa0pJKslFQKvuL4T7ozf6CMpprf {  }
 }@media only screen and (max-width: 763px) { #ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #kIgpWyInP2NmD5DLgwOGiEvPPWpQuukN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #yv3PmZGcPJNic0kKkudfkfqqc0dBNyEN {  }
 }@media only screen and (max-width: 763px) { #ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #MPMXUKugDDHH6ExlTkvUstF0GXsQBkvQ {  }
 }@media only screen and (max-width: 763px) { #ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #Ba9Xay2AekmuFrVmB0o85yUcyWsb5yCL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #S0wtTXxPiecgeOyxKPnNkVrHNTSbelMs {  }
 }@media only screen and (max-width: 763px) { #ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #hAZwM8m3bMQTNTt5kGuLoo24m46MUD3Z {  }
 }@media only screen and (max-width: 763px) { #ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #JJkh9tZe8aXp3xRvR71RRrnMvgcvqpZU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #st365nNuTdXQxZWVuIUgmHFAnkeycdgw {  }
 }@media only screen and (max-width: 763px) { #ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #LXfATuzzTR5hBcR133fwRoJrWXXX0I2b {  }
 }@media only screen and (max-width: 763px) { #GUOv9J9ZiPMTR85VvyOKsvVxk1TWmLNO { top:3.375rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVLeOAfWIT0Ee92DTgUypTwpSPgcGz1E { width:11.5rem;height:2.1875rem;top:25.5625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUiCsewDvnaDT9C0TQcN54K8SnCaOBFO { display:block; }
 }@media only screen and (max-width: 763px) { #t8HTsg1v0qgdbyGR8cdTrt8P9UzQxk2E { display:block; }#t8HTsg1v0qgdbyGR8cdTrt8P9UzQxk2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKdtKaXZ2MSLe1IWBlz1kF2keU3wplWn { width:39.6875rem;height:35.5625rem;top:5.5625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c468ndueuWLrJb4a5a6LGFmbsNrCquqW { width:39.75rem;height:2.0625rem;top:14.125rem;left:8rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #APZ8CTRBK81oDIhaStNTCyfJkHAex4Hg { width:35.1875rem;height:7.9375rem;top:18.5625rem;left:12.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qgc6DETbf52rZdDFboiTfmgQTvDBMbhL { width:15.75rem;height:3.4375rem;top:32.75rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTEzTQLv64W1oGHPaWHATTM873kUZ2FD { display:block; }
 }@media only screen and (max-width: 763px) { #eXMepl6FyZJhOdHeteNrVWFq1V8lnw9R { width:3.375rem;height:3.375rem;top:9rem;left:32.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdQlUwwCfkAgoVVBq93JEDygwzaRVh7e { display:block; }#PdQlUwwCfkAgoVVBq93JEDygwzaRVh7e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIbqzST0UwqVzhWO2kyR3RWexAqMJAQK { width:47.75rem;height:3.875rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob3TSdFXBX32VBPrBgWUbbzdVk6nBbXH { width:5rem;height:0.125rem;top:7.5rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVTG3IwVVW1JvRtVEXeFzwvDCUToLV76 { width:47.75rem;height:2rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5w4QPspJPiFwQQCD7Dl1r6I2ZJMQ5fR { width:47.75rem;height:0.125rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpbeVP534bJLJ0wnIqGEgonXdgIAy5nl { width:0.125rem;height:10.0625rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdeAPX0QfkNcm3103osvVhWEKPxxBmhz { width:0.125rem;height:13.75rem;top:20.8125rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLVZgRKliQ2Kkd92gP5Ahn6ITfhHukFg { width:0.125rem;height:10.0625rem;top:24.5rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpmkZZVobHxembKaTCSvvsc0eSDAWoNc { width:0.125rem;height:8.75rem;top:34.625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh3Blg3HG5Q7r4Q6drT2aV3U6HeSQS9Q { width:0.125rem;height:8.75rem;top:34.5625rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9cWST42rTUwowMh8qIMCC8VffQ6Bd0J { width:0.125rem;height:8.75rem;top:34.5rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMczh3U1QFaEXLcqSvVkhTwDhHysAFQB { width:0.8125rem;height:0.8125rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g73hB2ELtnf9BaJDmfB5UeXeX6LLvCNJ { width:0.8125rem;height:0.8125rem;top:19.8125rem;left:19.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZFFARbBnGneP3GwCLe4H10sUUzZKQce { width:0.8125rem;height:0.8125rem;top:23.5rem;left:34.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTw80Mit49S46JLPLV6P8FQJTTsHByB9 { width:0.8125rem;height:0.8125rem;top:43.625rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJGfC5Z2ssbRX1OITXP7xtOasaw1ymf9 { width:0.8125rem;height:0.8125rem;top:43.5rem;left:41.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z05NP2B3tecVO1kgMcRCMNpNTEko7vz8 { width:0.8125rem;height:0.8125rem;top:43.5625rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcG34T51qcQyyTdmuEMpvSICderb5CqO { width:0.8125rem;height:0.8125rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFOvg1QLPq7pDnL46nlEIHDvkJiq22yK { width:0.8125rem;height:0.8125rem;top:34.0625rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiR51sWM5283MHvqZ7NfhHo8h2TAAAzm { width:0.8125rem;height:0.8125rem;top:34.0625rem;left:19.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkG9rkFwvBuFJ6sR1XMwnwXfQavgXVJd { width:0.8125rem;height:0.8125rem;top:34.125rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufqa5rrOWyrxy6oW2i6Js0mDdBnMX1VP { width:0.8125rem;height:0.8125rem;top:34.0625rem;left:34.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyHW2XXWZGmbMVRGz08F9kxD17WpOspl { width:0.8125rem;height:0.8125rem;top:34.0625rem;left:41.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0KmOT3D7iWlPT5TUO1o0E2pdM26TxZo { width:14.5625rem;height:1.625rem;top:23.0625rem;left:0.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg21RJwbRUkJGaQd64fkpK6HXoTn7rLr { width:14.375rem;height:2.5rem;top:25.3125rem;left:0.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Goqyy08RFmHSVNHyHu4Wh2kgonZDquR3 { width:12.3125rem;height:2.5rem;top:21.6875rem;left:21.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #svu0E2yc2DEIvmrflxq0tbwWozPzKASZ { width:12.1875rem;height:1.625rem;top:19.4375rem;left:21.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL6qlznp5tNZZt5RWVQf2CE3OP0SpPB0 { width:15.5625rem;height:2.5rem;top:25.375rem;left:30.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwPlcPB21IozRqEJIclXTMNPlTn9fqAG { width:15.4375rem;height:1.625rem;top:23.125rem;left:32.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkk720KxCBSHA4TqaUAM0fFeAp657Lqz { width:16.9375rem;height:2.5rem;top:45.625rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4D1LqB4BdOL84kFBHEgFehG0LSvSFTP { width:16.6875rem;height:1.625rem;top:43.375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVpvLV8Jgt1L7zzF8V9mHyN5w3G1rTEW { width:12.1875rem;height:1.625rem;top:43.3125rem;left:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrr7yfUcXbZ7yTsl220db6ag1FHiF5MB { width:12.6875rem;height:2.5rem;top:45.5625rem;left:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2hRIWTWxyDDbAkI4f48hlpkWLfpiEr5 { width:10.5625rem;height:1.625rem;top:43.375rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D31J8ExLlOEc3Qtsi8h4eJmtcx36GyS7 { width:10.6875rem;height:2.5rem;top:45.625rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBR3df4TQ2xKaDWMkVBhpTfNSqLBRR0s { display:block; }#dBR3df4TQ2xKaDWMkVBhpTfNSqLBRR0s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhABM3WmlEslvPWBEbkOvSl99aGIa0nm { width:47.75rem;height:3.875rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCeF5k4ixMGilB97eMCcAS0Si8rZpDpq { width:5rem;height:0.125rem;top:3.9375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #srOaPwPCnLMAoU38SGkJEv24iJXQgWqr { width:47.75rem;height:2rem;top:11.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2l0eW5xWie64qyRMyETrTHSrlnUJMSE { display:block; }#v2l0eW5xWie64qyRMyETrTHSrlnUJMSE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxkXyO47HaZbGbygaEZaO0JRVZRlIk4N { width:19rem;height:46.1875rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o31TykeApLWOfaxGz0eiWCdXo92D178i { width:19rem;height:25.125rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTvrUTTZacuLPfWeFifggAO6hi8xh6C6 { width:18.875rem;height:2.25rem;top:32rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuPKZA5nh3O3EkP2XoxJn1IBSKoM5MTl { width:18.875rem;height:1.9375rem;top:35.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC1AU8brzPp19kQUFJG3kEnsmNm06Iz8 { width:18.875rem;height:1rem;top:38.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRkCL7fRMPb0qP4HGdtaxahwo5hTPb2u { width:19rem;height:46.25rem;top:3.8125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUzs7pRmwicXzkE71DpyGtQfaE1ySJVS { width:18.875rem;height:1rem;top:38.375rem;left:12.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAfTew6UuPcIa9ffvALkzx9cwV0idg2Q { width:18.375rem;height:1.9375rem;top:35.125rem;left:13.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ0XT3P6ESU5ZESXAB7zceMh1aatS5yJ { width:18.875rem;height:2.25rem;top:31.875rem;left:12.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0JqwOBxghHcSZvmrXwaB3wIh2RucdL4 { width:19rem;height:25.1875rem;top:3.75rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHk8nbB64pUcJuTh033qxdyml5qkVFMU { width:19rem;height:46.25rem;top:3.8125rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK8TvTtewdMT87JWIpQRR7US8aT1Jek2 { width:18.875rem;height:1rem;top:38.375rem;left:28.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhp1LJb8tzwRlOFtkfIrnck9XfDGMLN1 { width:17.5rem;height:1.9375rem;top:35.125rem;left:30.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0QSwGZWT9X5nnAZaTwT5vFELpIsodKT { width:18.875rem;height:2.25rem;top:31.875rem;left:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSqTr3XNLRmnEh86e8HvMmTxRrQeuOtX { width:19rem;height:25.25rem;top:3.8125rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDp88yaDGbcIGJJVm9NlxJSghIKqWKU2 { width:12.3125rem;height:3.4375rem;top:44.9375rem;left:33.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPgZSfy6hXl2P5R1agcD5WDu7hTi21Wd { display:block; }
 }@media only screen and (max-width: 763px) { #SCtixoDTJKZIIuSkcABQ7fb3HgWqwcwM { width:12.3125rem;height:3.4375rem;top:44.9375rem;left:17.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKxNqkgiI94PuGuWmiRwiEWVaJQHRGRU { display:block; }
 }@media only screen and (max-width: 763px) { #xNiB5WxiC54q60hlm1aaUSPNPKSRpgvW { width:12.3125rem;height:3.4375rem;top:44.9375rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1mgx676saZefcteidMlLXy6IZgu633H { display:block; }
 }@media only screen and (max-width: 763px) { #RTXvwHKpNbbg95s26TTMtydOQbBGinNs { width:19rem;height:60.5625rem;top:3.8125rem;left:28.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #N48T5Bv8SdQM92cD02GKqZMzJAQaqQxM { width:19rem;height:25.25rem;top:3.8125rem;left:28.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FbyC5DTdhrwrBDtgcnu3N0T67qLrTEbK { width:18.875rem;height:2.25rem;top:31.875rem;left:28.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #u3sFSKaJ8ltq4It1eneBpUbT8V9QBoQP { width:17.5rem;height:1.9375rem;top:34.6875rem;left:28.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #F7Wu66wGUl8IdS5dMwiQwADVm3ir6Ga4 { width:12.3125rem;height:3.4375rem;top:38.375rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGkXMS61X4Fv0kSgWBSGhnBxv5gXpnIf { display:block; }
 }@media only screen and (max-width: 763px) { #OTz7vo6gn3pThCOy0ZwfEXOAXxueaA5Q { width:12.3125rem;height:3.4375rem;top:38.375rem;left:17.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHmfempF2nK3rJRKMkQR6RxpiOB8bpwX { display:block; }
 }@media only screen and (max-width: 763px) { #IEyLOATG1IAEpwP4qrRAWCfgn8VtqpsT { width:12.3125rem;height:3.4375rem;top:38.375rem;left:33.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr3WafoLzNZBu9rm73qWN1uEvzklKTBO { display:block; }
 }@media only screen and (max-width: 763px) { #t67mDosP2kB8gXOXOoApnqgchgJe4ZSP { width:18.375rem;height:1.9375rem;top:35.125rem;left:13.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 { display:block; }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5RNehrZdgD6kH6tftVyJMBQ6OirfBvN { width:47.75rem;height:23.3125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu8DlSJSFSc9H5SLsDkV8XqfKAuehtno { width:5rem;height:0.125rem;top:9.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVzbJD8EnJ1Ui9yzXoxPZwqwCnUJukBf { width:27.25rem;height:3rem;top:7.125rem;left:20.5rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUpONE6V224voakiRGLvxBgCOPvDpl7u { width:25.4375rem;height:1.1875rem;top:22.625rem;left:22.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQaJmKdEIdDUhJ5ASqE3DrKkvsB32Ofy { width:27.3125rem;height:7.3125rem;top:13.625rem;left:20.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bogInf23XBUZN9kc42iqheWzRBAAm3lW { width:0.0625rem;height:23.3125rem;top:6.25rem;left:22.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF2M4US3W9107TIuEJbc82GySG9AT5Io { width:25.4375rem;height:17.375rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJsvJzKyPuASbCXhl9oQhqGARKCLlLBG { width:0.875rem;height:1.375rem;top:11.4375rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPnkn6S9hupEZmr58dyTL2130WpT7c4v { width:27.25rem;height:3.125rem;top:34.3125rem;left:9.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuSdpr02R4Wzvu3AisbV5VLWyALdNmmo { width:27.25rem;height:3.125rem;top:38.0625rem;left:9.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obMUXnLLiXyxDTNqamrZT662aLho6AlX { top:30.5625rem;left:21.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB9h8tWT8ppD9UKa5CVXSszcgFraV0Ls { width:25.4375rem;height:1.1875rem;top:24.5625rem;left:22.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebFQyUoQlnWOLodapFkkwDbn1W7IGkDo { width:25.4375rem;height:1.1875rem;top:26.5rem;left:22.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ5zWdCmkmJw7rqafhHI9bOGgrhJ65U7 { display:block; }#IZ5zWdCmkmJw7rqafhHI9bOGgrhJ65U7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOsBisMMwRUrEES1iIbT52dAbZdmHu3E { width:47.75rem;height:23.3125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWxUpRLiOJvC2AstSUAlqOvRtLspmsBs { width:5rem;height:0.125rem;top:9.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcQJI7mttxUiyTtghSyrHuW69351F0MC { width:27.25rem;height:3.125rem;top:10.25rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXMngQXeN1xePP51aWT3RKlMsoke9fCU { width:25.4375rem;height:1.1875rem;top:18.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov5MF2DkxUSsKDzLW9iEvckwyFZvik8m { width:15.75rem;height:3.4375rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdIRsx7azKvFNUntplmbi0AFTld2odCA { display:block; }
 }@media only screen and (max-width: 763px) { #ILflGm0qbGLrMu2wcQf8BW5N3948IRI9 { width:27.3125rem;height:1.1875rem;top:15.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6Kc4wN76wDhQzv5VKpRqpc1BsDUApcL { width:0.0625rem;height:23.3125rem;top:6.25rem;left:22.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4SpHUHdraNnc31JOyJDkKnFCJCUsZaW { width:25.4375rem;height:17.375rem;top:9.1875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zngbx6Hz0eOVEthAMphLIKTGAzQqukRk { width:0.875rem;height:1.375rem;top:12.1875rem;left:38.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6ciwhS5pMqr8CUFnHk5AtNOhHyThbqQ { display:block; }#d6ciwhS5pMqr8CUFnHk5AtNOhHyThbqQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNCK0SuT2XzhZXKlghP20CKZML0WWhhy { width:5rem;height:0.125rem;top:8.1875rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcRwyVo6nt2VR47FCS4bBXMCXeNgCLOZ { width:47.75rem;height:3.875rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8TXKrhKbFMIzBkEZIb9KKreaZhDLm9d { width:47.75rem;height:2rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiLEAM4aAPp7cF70m3CFM82Tekd4or0O { display:block; }#TiLEAM4aAPp7cF70m3CFM82Tekd4or0O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OzfCXZv08XLyrTzXxUFTWRTTTyKatbpZ { width:26.0625rem;height:47.5625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSW6UMT7IMR9cP2P6EESBtdrZmkqQPuL { width:7.5625rem;height:2.0625rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpPnCups233d9g6IuAU7FmLzRBw7dP2A { width:26.0625rem;height:4.875rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqGB9XFM3OAZTQ5JrB7ZDdaOqFwPclZT { width:21.625rem;height:1.75rem;top:11rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ghou3fFuBwUXOunnkkdD7TrDcEIqK3NS { width:7.5625rem;height:1.625rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTyrvHoSf828uno2QQPPyDmEFAaKHxqg { width:15.3125rem;height:0.0625rem;top:14.8125rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4TMgargD8bWpszzO2J8eWR7LkbgGXhA { width:29.9375rem;height:1.9375rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEBccU9A4TvGv6TzA4ewF4QgQIToqxMK { width:25.875rem;height:11.8125rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0tF1vZ6xTwIBt0cDothUQogtU7f9qJ2 { width:25.75rem;height:7rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLZshLM49205DkrIU7kbe50rJqCAgpZK { width:15.75rem;height:3.4375rem;top:43.375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTWpzvbZEFFSTlRcs6M1htQoLdmzzXRV { display:block; }
 }@media only screen and (max-width: 763px) { #MDqAtIJNLqD0pi0QWPqPoIdIU9a5M5WN { width:26.0625rem;height:45.4375rem;top:5.25rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKuwB0ERZLMsLtrc1Vy46X8N1sgTpiTf { width:15.75rem;height:3.4375rem;top:43.375rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCOiDFvE0t8zSepHhI5J4GIp27lbe6sH { display:block; }
 }@media only screen and (max-width: 763px) { #WRiiRdQqO47IZbpHIuNii4Ia7EoHHhAL { width:25.875rem;height:7rem;top:34.5rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO0WEEQQqLBT9xAhtkQXcXiMDMO6xmFK { width:25.9375rem;height:11.8125rem;top:21.1875rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSPCrC4O9vLua2MrtclUZe0iWLVNKuCb { width:29.9375rem;height:1.9375rem;top:17.6875rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QROC796pqCr1ZDW42Uf7pH1A3lilzXP6 { width:15.3125rem;height:0.0625rem;top:14.8125rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTOkITRcmAsH8wGP5tEO4HCy7U0FKiZs { width:26.0625rem;height:4.875rem;top:8.3125rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNKlzPNIwNwnuUUHRChOLw9dyQRDHO6e { width:21.625rem;height:1.75rem;top:11rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX { display:block; }#GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX { background-color: transparent; background-image: none; }#GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX > .row .container > .video-iframe-container { display: none; }#GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX > .row > .video-iframe-container { display: none; }#GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX > .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); }#GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX { border-width: 0; border-radius: 0; }#GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX > .row .container { width:47.75rem;background-color:#fbfbfb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZLkEEm2f1TM5XzNZUuwVX5AVlmSOOq6 { width:9.25rem;height:10.625rem;top:4.9375rem;left:0rem;background-color:#333333;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BtsyxLOlQ5byZ3UBtWe5JBvcyLm7TwvP { width:11.0625rem;height:7.375rem;top:6.5rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HeiWlSRcEPff3faOnReh35rhaivdo1MJ { width:32.25rem;height:14.7480625rem;top:1.9375rem;left:13rem;border-top:1.25rem solid #edc400;border-left:1.25rem solid #edc400;border-right:1.25rem solid #edc400;border-bottom:1.25rem solid #edc400;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NzWGl87SCQlmICSScvRMAJsObceOS7KL { width:26.625rem;height:16.398424509478rem;top:13.5625rem;left:18.5625rem;border-top:1.25rem solid #000000;border-left:1.25rem solid #000000;border-right:1.25rem solid #000000;border-bottom:1.25rem solid #000000;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JDEciHALsqPcAvD1rnTI6pUoBw53Puy7 { width:23.875rem;height:14.561916221197rem;top:32.4375rem;left:13.811717987061rem;border-top:1.25rem solid #0bc828;border-left:1.25rem solid #0bc828;border-right:1.25rem solid #0bc828;border-bottom:1.25rem solid #0bc828;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BdBmx9oJ532G7QV8dl2aMChlA8tuQSH4 { width:16.875rem;height:7.749625rem;top:19.125rem;left:0rem;border-top:1.25rem solid #edc400;border-left:1.25rem solid #edc400;border-right:1.25rem solid #edc400;border-bottom:1.25rem solid #edc400;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EU7emsO5Sm5le49chzBfSu77aua1fmXM { width:16.5rem;height:7.6586639697503rem;top:30.4375rem;left:0rem;border-top:1.25rem solid #0e9ae5;border-left:1.25rem solid #0e9ae5;border-right:1.25rem solid #0e9ae5;border-bottom:1.25rem solid #0e9ae5;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sTV4aBQQrxPv6fbTDU9S4PnrA9t0clJc { width:47.75rem;height:40rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV > .row .container { background-color: transparent; background-image: none; }#ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV > .row .container > .video-iframe-container { display: none; }#ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV > .row > .video-iframe-container { display: none; }#ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV > .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); }#ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV > .row .container { border-width: 0; border-radius: 0; }#ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKTcgfqzsKCg0cD9J3RQhgbXAR5LTTzt { top:20rem;left:16.635154724121rem;width:15rem;height:7.6557922603882rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #J4UwOzGX6FMkHcu8iLI26Qd8IWB09ZT3 { top:34.5625rem;left:29rem;width:18.75rem;height:9rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #w7hTxvUGegb8ppMdXvyfSMCNsM9HL6CO { top:17.8125rem;left:36.217185974121rem;width:9.375rem;height:8.5682212538247rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EgZr1KyLCQgJSH8E2fyGUEeMqzDAkOvq { top:19.125rem;left:1.0093727111816rem;width:12.1875rem;height:5.969570497056rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #w8RXlpkI9OpBAul3mk4MLEKdc0TmNFuz { top:29.3125rem;left:0rem;width:20.75rem;height:15rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MTUT665bB3oNNDCACqphQoHpFDKeT7Ti { top:17.1875rem;left:1.1875rem;width:15rem;height:0.1875rem;background-color:#3ad6d6;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fZqBI3MQEofkfSI1PeznOQK5iG59cc1G { top:29rem;left:2.5625rem;width:10.625rem;height:0.1875rem;background-color:#3ad6d6;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EGlTN50CGKXn83TxnSpcfVNCPWaHoZJT { top:30.4375rem;left:31.625rem;width:13.125rem;height:0.1875rem;background-color:#3ad6d6;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #N3UIciizvdd74zy0qqQEuT7eBwBAC7qI { top:17.125rem;left:36.310935974121rem;width:10.5625rem;height:0.1875rem;background-color:#3ad6d6;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pxGWKIATEePK860brOTGlxPa1iOVuwH8 { top:14.3125rem;left:35.78125rem;width:10.3125rem;height:1.625rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #GyaazvG7DGu5vCGe8aFf2GEKKmIsuAkJ { top:28.25rem;left:35.21875rem;width:10.5625rem;height:1.625rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wJ3p7TGtyG5qDrSHFTVVBcfbAGI3wEpG { top:26.875rem;left:2.5304679870606rem;width:13rem;height:1.625rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #BMS2iRTPLxZ8IFJLanTOEgLk4zTSNqFH { top:14.3125rem;left:0.806640625rem;width:14.0625rem;height:1.625rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #loOeqhAfQCLiMG7P4OJoOpXrrsBf0hXL { width:12.5rem;height:3.4375rem;top:42.625rem;left:17.625rem;background-color:#3ad6d6;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;box-shadow: none;color:#ececec;display:block; }
 }@media only screen and (max-width: 763px) { #xrOXhOOoFMSx3xq33IrR3sGIsLpyTyg3 { display:block; }
 }@media only screen and (max-width: 763px) { #CyNJpbuhg94PQT8ghPzTr4hAMFVJmpyT { top:7.375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QdTeVsOOdOiP2MxcWfg1US79w34IJVXV { top:2.9375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/IDM3n0LfNCY/unsplash/vitaly-gariev-IDM3n0LfNCY-photo-1758691461935-202e2ef6b69f.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw.adaptive-delivery-prevent-bg, #Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw.lazyload, #Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw.lazyloading { background-image: none; }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw > .row .container { background-color: transparent; background-image: none; }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw > .row .container > .video-iframe-container { display: none; }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw > .row > .video-iframe-container { display: none; }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw > .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); }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw > .row .container { border-width: 0; border-radius: 0; }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhPtlPSCuQlEgQEyoXTC9Fmq00E08fgA { width:24.75rem;height:5.9375rem;top:3.8125rem;left:0rem;font-size:2.5rem;color:#04253a;display:block; }
 }@media only screen and (max-width: 763px) { #FVNDNMr3G89AB0rtIroMLvDn1zHTvS3r { width:23.125rem;height:1.9375rem;top:11.625rem;left:0rem;font-size:1rem;color:#04253a;display:block; }
 }@media only screen and (max-width: 763px) { #zSuRJucTloDT0AyF2A8WPX0ArRkTTVeR { width:13.9375rem;height:3.375rem;top:18.0625rem;left:0rem;background-color:#064771;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PrCfO4BXdsxD8cQTGt0RxHt7LvRAmZv8 { display:block; }
 }@media only screen and (max-width: 763px) { #PumkrTuRJUOIUEsKFiN83OxIaMpXczhJ { top:3rem;left:0rem;width:25.125rem;height:21.625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #J8WgPPwGXWKdlI2zTz9aQ2kq9QLyGdxk { top:26.1875rem;left:7.94921875rem;width:8.5625rem;height:4.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oVwJceZDJOHSx9GxtLk5m4mDLoeqhOa3 { top:26.125rem;left:0rem;width:11.6875rem;height:4.5374253866329rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mCBidvn0eODyPgywx3yxDbLqlg4kvpkR { width:25.375rem;height:2.1875rem;top:32.4375rem;left:0rem;font-size:1.8125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(197,215,229,0.5);color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HuWm7malJ18/unsplash/petr-magera-HuWm7malJ18-photo-1631248055158-edec7a3c072b.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwXbt5ulHNxvTXI952C29FF9G450emft .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#RwXbt5ulHNxvTXI952C29FF9G450emft .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#RwXbt5ulHNxvTXI952C29FF9G450emft .widget-input-text {padding-top: 0; padding-bottom: 0;}#RwXbt5ulHNxvTXI952C29FF9G450emft .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#RwXbt5ulHNxvTXI952C29FF9G450emft .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#RwXbt5ulHNxvTXI952C29FF9G450emft .widget-input-select {padding-top: 0; padding-bottom: 0;}#RwXbt5ulHNxvTXI952C29FF9G450emft .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#RwXbt5ulHNxvTXI952C29FF9G450emft .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RwXbt5ulHNxvTXI952C29FF9G450emft .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RwXbt5ulHNxvTXI952C29FF9G450emft .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RwXbt5ulHNxvTXI952C29FF9G450emft  { width:17.5rem;height:auto;top:25.625rem;left:0rem; }
#RwXbt5ulHNxvTXI952C29FF9G450emft .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#RwXbt5ulHNxvTXI952C29FF9G450emft {display:block;}#RwXbt5ulHNxvTXI952C29FF9G450emft { width:17.5rem;height:auto;top:25.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RwXbt5ulHNxvTXI952C29FF9G450emft #uUWWFN7vJl3SHMWf3auXxTXmKpS21WFd {  }
 }@media only screen and (max-width: 763px) { #RwXbt5ulHNxvTXI952C29FF9G450emft #Z8do8IZmUEZw4gQsUefyKtM9D96o7mMB { display:none; }
 }@media only screen and (max-width: 763px) { #RwXbt5ulHNxvTXI952C29FF9G450emft #ZznmVHdbQMLqRgfbTtEc0xVK5dlpezai {  }
 }@media only screen and (max-width: 763px) { #RwXbt5ulHNxvTXI952C29FF9G450emft #kD4N3NT29g3c4z47XkFKA14swSFWWGHy {  }
 }@media only screen and (max-width: 763px) { #RwXbt5ulHNxvTXI952C29FF9G450emft #ePyUDn31662bTVlRkv9gSD2GtKzJHW7A { display:none; }
 }@media only screen and (max-width: 763px) { #RwXbt5ulHNxvTXI952C29FF9G450emft #Txf7nwlwCdocT3FFhtGvNIS4ycNUQKyW {  }
 }@media only screen and (max-width: 763px) { #RwXbt5ulHNxvTXI952C29FF9G450emft #pFwwTU4Dcx4SwRHXQ1zcnV0thOgs8nh7 {  }
 }@media only screen and (max-width: 763px) { #RwXbt5ulHNxvTXI952C29FF9G450emft #pud339mvczrbLqGJ2uODZE2aIoVpNtTh { display:none; }
 }@media only screen and (max-width: 763px) { #RwXbt5ulHNxvTXI952C29FF9G450emft #eNquQVh15sTUtwUHJ3FMWmH5W77golH8 {  }
 }@media only screen and (max-width: 763px) { #RwXbt5ulHNxvTXI952C29FF9G450emft #zEgTrzLfTXekTteG9px4hsSKwVeRlGTs {  }
 }@media only screen and (max-width: 763px) { #RwXbt5ulHNxvTXI952C29FF9G450emft #VJOsO5xCG3vDoP6XnheumTMi7Cme7q05 {  }
 }@media only screen and (max-width: 763px) { #AsutZTcPHybP90xdD3sDqQoiyOJgZKyg { width:20rem;height:53.375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Swf3dZcnSTDNk1liWz1SXFs65Hm8EvFT { width:20rem;height:7.3125rem;top:3.0234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtPl4nVw25XWQRTqBwwVOlKOuxWRZmuf { width:5rem;height:0.125rem;top:2.3125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #euGQi3ddm7ZKiUd9VPtHZAnnEx1NwTRz { width:20rem;height:3.0859375rem;top:10.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMwUnPuF6mCixwB7H0UxDVozKTNSafu4 { width:18.3125rem;height:2.2734375rem;top:16.36328125rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EozTTiAc3LhiGR9CVDQykCK18yaZ97fZ { width:17.6875rem;height:2.2734375rem;top:19.63671875rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzfHkTdizBJOM2Dc2oaMsDUAhGJU36og { width:0.0625rem;height:31.6875rem;top:58.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #z4TsiSHRXmE4vbT9lBV4KXrTxlfC5tJx { width:12.125rem;height:6.3125rem;top:47.8125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR10gMOqNdMO8eVZvwG6Bcl0y9Qzrzk9 { width:20rem;height:1.4619125rem;top:56.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg { display:block; }#lnnqhHdzzRhWlkCwSbvD2K0GwVaxyrEg > .row .container { width:20rem;height:34.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cpV091UC0IIxX3wLnbnWyeH7NvhadVM0 { width:5rem;height:0.125rem;top:4.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Totfw3zOBcIBMbTUEkgBsTJRkt3nx1AF { width:20rem;height:4.548825rem;top:5.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyOwXTnquK84geHMLheSnRlnTocZtI5d { width:20rem;height:1.29980625rem;top:11.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXbzC8xXlSBc7yTqlzeiompHaO5Kikp2 { width:20rem;height:1.8681625rem;top:15.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSabMOmcEmpBXr78USUi1JVkqOZLZoXP { width:20rem;height:1.29980625rem;top:18.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNMQpbeN9NcoR39kFVBlL3tfhGhxv4LW { width:20rem;height:5.75rem;top:19.375rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QSD2rPeHeEmtMgvC4FtfF7QOytcikMnD { width:8.6875rem;height:8.125rem;top:61rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XrBgx9HR2oKkv3CeN0VnQLS3we67vcfT { width:8.6875rem;height:8.125rem;top:51.5rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xy6TkPZrkg57Ppa9IhXhNB9lJ3PFCBo9 { width:4.0625rem;height:1.3rem;top:24.75rem;left:14.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XIOS72rr9sfHpp5HudtQ78dyFbE7PC0A { width:4rem;height:1.29980625rem;top:24.75rem;left:10.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SmHvANgAkXXtd7GPWuTX5etdSx1FG9Lt { width:8.6875rem;height:8.125rem;top:42rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eOaTiHZIbixA8bWGWfJpEWRQif3i0aEI { width:3.25rem;height:1.3rem;top:24.75rem;left:6.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RxoHPtdwsoMe2QrqdieNBtSuzTU4w8eF { width:8.6875rem;height:8.125rem;top:32.5rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K4ytD8Q5sEVo98UW61X4ogFfshOfqyr1 { width:2.4375rem;height:1.3rem;top:24.75rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UVOC9xcaTKLndxGbtdKgGEIGMCpKAght { width:8.6875rem;height:2.3125rem;top:70.5rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p8shszQaOkATrB4mJqyDdlgIH4ngWVOw { width:8.6875rem;height:2.3125rem;top:76.6875rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTbpn8B7HCbCCUht34fBieo7GnLtKbJv { width:8.6875rem;height:2.3125rem;top:89.0625rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8RuCfv2at62suZT96GDzKkEmhksKpO1 { width:8.6875rem;height:2.3125rem;top:85.375rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 { display:flex;width:18rem;height:5.0625rem;top:20.875rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #U6UOtR7GX2uog6mpKTh5oJ0AnQbdnqqM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #DwaCxFK64x3U24pgyeezMgSQAxqbEMsZ {  }
 }@media only screen and (max-width: 763px) { #ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #K176tIa0pJKslFQKvuL4T7ozf6CMpprf {  }
 }@media only screen and (max-width: 763px) { #ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #kIgpWyInP2NmD5DLgwOGiEvPPWpQuukN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #yv3PmZGcPJNic0kKkudfkfqqc0dBNyEN {  }
 }@media only screen and (max-width: 763px) { #ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #MPMXUKugDDHH6ExlTkvUstF0GXsQBkvQ {  }
 }@media only screen and (max-width: 763px) { #ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #Ba9Xay2AekmuFrVmB0o85yUcyWsb5yCL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #S0wtTXxPiecgeOyxKPnNkVrHNTSbelMs {  }
 }@media only screen and (max-width: 763px) { #ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #hAZwM8m3bMQTNTt5kGuLoo24m46MUD3Z {  }
 }@media only screen and (max-width: 763px) { #ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #JJkh9tZe8aXp3xRvR71RRrnMvgcvqpZU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #st365nNuTdXQxZWVuIUgmHFAnkeycdgw {  }
 }@media only screen and (max-width: 763px) { #ALAcgP3kdtfBEoeM0JIGfB3qpsMmgOe1 #LXfATuzzTR5hBcR133fwRoJrWXXX0I2b {  }
 }@media only screen and (max-width: 763px) { #GUOv9J9ZiPMTR85VvyOKsvVxk1TWmLNO { display:flex;width:3.125rem;height:3.125rem;top:0.544921875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #FVLeOAfWIT0Ee92DTgUypTwpSPgcGz1E { width:11.5rem;height:2.1875rem;top:29.419921875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUiCsewDvnaDT9C0TQcN54K8SnCaOBFO { display:block; }
 }@media only screen and (max-width: 763px) { #t8HTsg1v0qgdbyGR8cdTrt8P9UzQxk2E { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/wzV17t-k3k0/unsplash/jonathan-borba-wzV17t-k3k0-photo-1588776813941-dcf9c55e84d2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#t8HTsg1v0qgdbyGR8cdTrt8P9UzQxk2E.adaptive-delivery-prevent-bg, #t8HTsg1v0qgdbyGR8cdTrt8P9UzQxk2E.lazyload, #t8HTsg1v0qgdbyGR8cdTrt8P9UzQxk2E.lazyloading { background-image: none; }#t8HTsg1v0qgdbyGR8cdTrt8P9UzQxk2E > .row .container { background-color: transparent; background-image: none; }#t8HTsg1v0qgdbyGR8cdTrt8P9UzQxk2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8HTsg1v0qgdbyGR8cdTrt8P9UzQxk2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8HTsg1v0qgdbyGR8cdTrt8P9UzQxk2E > .row .container > .video-iframe-container { display: none; }#t8HTsg1v0qgdbyGR8cdTrt8P9UzQxk2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8HTsg1v0qgdbyGR8cdTrt8P9UzQxk2E > .row > .video-iframe-container { display: none; }#t8HTsg1v0qgdbyGR8cdTrt8P9UzQxk2E > .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); }#t8HTsg1v0qgdbyGR8cdTrt8P9UzQxk2E > .row .container { width:20rem;height:42.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKdtKaXZ2MSLe1IWBlz1kF2keU3wplWn { width:20rem;height:30.75rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c468ndueuWLrJb4a5a6LGFmbsNrCquqW { width:20rem;height:7.3125rem;top:12.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APZ8CTRBK81oDIhaStNTCyfJkHAex4Hg { width:19.5rem;height:10.1953125rem;top:20.6875rem;left:0.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qgc6DETbf52rZdDFboiTfmgQTvDBMbhL { width:15.75rem;height:3.4375rem;top:32.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTEzTQLv64W1oGHPaWHATTM873kUZ2FD { display:block; }
 }@media only screen and (max-width: 763px) { #eXMepl6FyZJhOdHeteNrVWFq1V8lnw9R { width:3.375rem;height:3.375rem;top:8.8125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdQlUwwCfkAgoVVBq93JEDygwzaRVh7e { display:none; }#PdQlUwwCfkAgoVVBq93JEDygwzaRVh7e > .row .container { width:20rem;height:41.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GIbqzST0UwqVzhWO2kyR3RWexAqMJAQK { width:20rem;height:2.1125rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob3TSdFXBX32VBPrBgWUbbzdVk6nBbXH { width:5rem;height:0.125rem;top:3.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVTG3IwVVW1JvRtVEXeFzwvDCUToLV76 { width:20rem;height:1.21875rem;top:7.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5w4QPspJPiFwQQCD7Dl1r6I2ZJMQ5fR { width:0.125rem;height:31.25rem;top:9.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpbeVP534bJLJ0wnIqGEgonXdgIAy5nl { width:10.0625rem;height:0.125rem;top:14.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdeAPX0QfkNcm3103osvVhWEKPxxBmhz { width:11.25rem;height:0.125rem;top:23.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLVZgRKliQ2Kkd92gP5Ahn6ITfhHukFg { width:0.125rem;height:10.0625rem;top:72.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zpmkZZVobHxembKaTCSvvsc0eSDAWoNc { width:8.75rem;height:0.125rem;top:32.875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh3Blg3HG5Q7r4Q6drT2aV3U6HeSQS9Q { width:0.125rem;height:8.75rem;top:98.5625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9cWST42rTUwowMh8qIMCC8VffQ6Bd0J { width:0.125rem;height:8.75rem;top:112.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UMczh3U1QFaEXLcqSvVkhTwDhHysAFQB { width:0.8125rem;height:0.8125rem;top:22.8125rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g73hB2ELtnf9BaJDmfB5UeXeX6LLvCNJ { width:0.8125rem;height:0.8125rem;top:14.4375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZFFARbBnGneP3GwCLe4H10sUUzZKQce { width:0.8125rem;height:0.8125rem;top:42.1875rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTw80Mit49S46JLPLV6P8FQJTTsHByB9 { width:0.8125rem;height:0.8125rem;top:32.5625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJGfC5Z2ssbRX1OITXP7xtOasaw1ymf9 { width:0.8125rem;height:0.8125rem;top:132.8125rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z05NP2B3tecVO1kgMcRCMNpNTEko7vz8 { width:0.8125rem;height:0.8125rem;top:127.875rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BcG34T51qcQyyTdmuEMpvSICderb5CqO { width:0.8125rem;height:0.8125rem;top:14.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFOvg1QLPq7pDnL46nlEIHDvkJiq22yK { width:0.8125rem;height:0.8125rem;top:22.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiR51sWM5283MHvqZ7NfhHo8h2TAAAzm { width:0.8125rem;height:0.8125rem;top:32.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkG9rkFwvBuFJ6sR1XMwnwXfQavgXVJd { width:0.8125rem;height:0.8125rem;top:96.375rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ufqa5rrOWyrxy6oW2i6Js0mDdBnMX1VP { width:0.8125rem;height:0.8125rem;top:108.5625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lyHW2XXWZGmbMVRGz08F9kxD17WpOspl { width:0.8125rem;height:0.8125rem;top:110.75rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #n0KmOT3D7iWlPT5TUO1o0E2pdM26TxZo { width:13.125rem;height:1.21875rem;top:25rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg21RJwbRUkJGaQd64fkpK6HXoTn7rLr { width:13.125rem;height:2.4375rem;top:17.0625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Goqyy08RFmHSVNHyHu4Wh2kgonZDquR3 { width:13.125rem;height:2.4375rem;top:26.1875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svu0E2yc2DEIvmrflxq0tbwWozPzKASZ { width:13.125rem;height:1.21875rem;top:15.9375rem;left:3.59375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL6qlznp5tNZZt5RWVQf2CE3OP0SpPB0 { width:17.4375rem;height:0;top:47.125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WwPlcPB21IozRqEJIclXTMNPlTn9fqAG { width:17.5625rem;height:0;top:44.25rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vkk720KxCBSHA4TqaUAM0fFeAp657Lqz { width:13.125rem;height:2.4375rem;top:36.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4D1LqB4BdOL84kFBHEgFehG0LSvSFTP { width:13.125rem;height:1.21875rem;top:35.0625rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVpvLV8Jgt1L7zzF8V9mHyN5w3G1rTEW { width:19.0625rem;height:0;top:129.9375rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zrr7yfUcXbZ7yTsl220db6ag1FHiF5MB { width:14.9375rem;height:0;top:56.0625rem;left:3rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I2hRIWTWxyDDbAkI4f48hlpkWLfpiEr5 { width:10.5625rem;height:0;top:134.875rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D31J8ExLlOEc3Qtsi8h4eJmtcx36GyS7 { width:10.6875rem;height:0;top:145.25rem;left:4.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dBR3df4TQ2xKaDWMkVBhpTfNSqLBRR0s { display:block; }#dBR3df4TQ2xKaDWMkVBhpTfNSqLBRR0s > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhABM3WmlEslvPWBEbkOvSl99aGIa0nm { width:20rem;height:4.548825rem;top:6rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCeF5k4ixMGilB97eMCcAS0Si8rZpDpq { width:5rem;height:0.125rem;top:4.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #srOaPwPCnLMAoU38SGkJEv24iJXQgWqr { width:20rem;height:1.21875rem;top:11.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2l0eW5xWie64qyRMyETrTHSrlnUJMSE { display:block; }#v2l0eW5xWie64qyRMyETrTHSrlnUJMSE > .row .container { width:20rem;height:140.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxkXyO47HaZbGbygaEZaO0JRVZRlIk4N { width:19rem;height:43rem;top:2.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o31TykeApLWOfaxGz0eiWCdXo92D178i { width:19rem;height:25.125rem;top:2.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTvrUTTZacuLPfWeFifggAO6hi8xh6C6 { width:18.875rem;height:1.29980625rem;top:26.0625rem;left:1.125rem;text-align:center;text-align-last:center;font-family:madani;display:block; }
 }@media only screen and (max-width: 763px) { #KuPKZA5nh3O3EkP2XoxJn1IBSKoM5MTl { width:18.875rem;height:1.94921875rem;top:29.8125rem;left:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yC1AU8brzPp19kQUFJG3kEnsmNm06Iz8 { width:18.875rem;height:1.0556625rem;top:33.8623046875rem;left:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mRkCL7fRMPb0qP4HGdtaxahwo5hTPb2u { width:19rem;height:28.3125rem;top:61.5185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUzs7pRmwicXzkE71DpyGtQfaE1ySJVS { width:18.875rem;height:1.0556625rem;top:84.8125rem;left:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QAfTew6UuPcIa9ffvALkzx9cwV0idg2Q { width:18.875rem;height:0.9746125rem;top:79.3125rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TZ0XT3P6ESU5ZESXAB7zceMh1aatS5yJ { width:18.875rem;height:1.29980625rem;top:73.125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O0JqwOBxghHcSZvmrXwaB3wIh2RucdL4 { width:19rem;height:23.4375rem;top:47.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHk8nbB64pUcJuTh033qxdyml5qkVFMU { width:19rem;height:42.75rem;top:201rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zK8TvTtewdMT87JWIpQRR7US8aT1Jek2 { width:18.875rem;height:5.75rem;top:245rem;left:0.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Jhp1LJb8tzwRlOFtkfIrnck9XfDGMLN1 { width:18.875rem;height:1.4375rem;top:198.3125rem;left:0.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #p0QSwGZWT9X5nnAZaTwT5vFELpIsodKT { width:18.875rem;height:2.25rem;top:194.8125rem;left:0.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TSqTr3XNLRmnEh86e8HvMmTxRrQeuOtX { width:19rem;height:25.25rem;top:168.3125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDp88yaDGbcIGJJVm9NlxJSghIKqWKU2 { width:12.3125rem;height:3.4375rem;top:39.5rem;left:3.84375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPgZSfy6hXl2P5R1agcD5WDu7hTi21Wd { display:block; }
 }@media only screen and (max-width: 763px) { #SCtixoDTJKZIIuSkcABQ7fb3HgWqwcwM { width:12.3125rem;height:3.4375rem;top:135.0341796875rem;left:3.34375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKxNqkgiI94PuGuWmiRwiEWVaJQHRGRU { display:block; }
 }@media only screen and (max-width: 763px) { #xNiB5WxiC54q60hlm1aaUSPNPKSRpgvW { width:12.3125rem;height:3.4375rem;top:84.8125rem;left:3.84375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1mgx676saZefcteidMlLXy6IZgu633H { display:block; }
 }@media only screen and (max-width: 763px) { #RTXvwHKpNbbg95s26TTMtydOQbBGinNs { width:19rem;height:34.875rem;top:105.9375rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #N48T5Bv8SdQM92cD02GKqZMzJAQaqQxM { width:19rem;height:25.25rem;top:94.1875rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #FbyC5DTdhrwrBDtgcnu3N0T67qLrTEbK { width:18.875rem;height:1.29980625rem;top:123.125rem;left:0rem;text-align:center;text-align-last:center;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #u3sFSKaJ8ltq4It1eneBpUbT8V9QBoQP { width:18.875rem;height:0.9746125rem;top:127.875rem;left:0rem;text-align:center;text-align-last:center;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #F7Wu66wGUl8IdS5dMwiQwADVm3ir6Ga4 { width:12.3125rem;height:3.4375rem;top:34.9169921875rem;left:3.84375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGkXMS61X4Fv0kSgWBSGhnBxv5gXpnIf { display:block; }
 }@media only screen and (max-width: 763px) { #OTz7vo6gn3pThCOy0ZwfEXOAXxueaA5Q { width:12.3125rem;height:3.4375rem;top:79.6875rem;left:3.84375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHmfempF2nK3rJRKMkQR6RxpiOB8bpwX { display:block; }
 }@media only screen and (max-width: 763px) { #IEyLOATG1IAEpwP4qrRAWCfgn8VtqpsT { width:12.3125rem;height:3.4375rem;top:130.6875rem;left:3.34375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr3WafoLzNZBu9rm73qWN1uEvzklKTBO { display:block; }
 }@media only screen and (max-width: 763px) { #t67mDosP2kB8gXOXOoApnqgchgJe4ZSP { width:16.375rem;height:1.798825rem;top:75.375rem;left:1.8125rem;text-align:center;text-align-last:center;z-index:15023;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/64FBVZd2/06.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6.adaptive-delivery-prevent-bg, #aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6.lazyload, #aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6.lazyloading { background-image: none; }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .row .container { background-color: transparent; background-image: none; }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .row .container > .video-iframe-container { display: none; }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .row > .video-iframe-container { display: none; }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .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); }#aAAVP9ZofCKT5J6LXIQHkqCET8GLbKs6 > .row .container { width:20rem;height:71.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5RNehrZdgD6kH6tftVyJMBQ6OirfBvN { width:20rem;height:43.6875rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu8DlSJSFSc9H5SLsDkV8XqfKAuehtno { width:5rem;height:0.125rem;top:12.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVzbJD8EnJ1Ui9yzXoxPZwqwCnUJukBf { width:20rem;height:4.875rem;top:5.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUpONE6V224voakiRGLvxBgCOPvDpl7u { width:20rem;height:1.54296875rem;top:49.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eQaJmKdEIdDUhJ5ASqE3DrKkvsB32Ofy { width:20rem;height:13.808625rem;top:12.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bogInf23XBUZN9kc42iqheWzRBAAm3lW { width:0.0625rem;height:23.3125rem;top:31.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eF2M4US3W9107TIuEJbc82GySG9AT5Io { width:18.25rem;height:15.875rem;top:28.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJsvJzKyPuASbCXhl9oQhqGARKCLlLBG { width:0.875rem;height:1.375rem;top:29.75rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPnkn6S9hupEZmr58dyTL2130WpT7c4v { width:20rem;height:2.4375rem;top:63.0859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuSdpr02R4Wzvu3AisbV5VLWyALdNmmo { width:20rem;height:2.4375rem;top:67.1484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obMUXnLLiXyxDTNqamrZT662aLho6AlX { display:flex;width:3.125rem;height:3.125rem;top:58.8359375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #uB9h8tWT8ppD9UKa5CVXSszcgFraV0Ls { width:20rem;height:1.54296875rem;top:52.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ebFQyUoQlnWOLodapFkkwDbn1W7IGkDo { width:20rem;height:1.54296875rem;top:55.35546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IZ5zWdCmkmJw7rqafhHI9bOGgrhJ65U7 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/64FBVZd2/06.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IZ5zWdCmkmJw7rqafhHI9bOGgrhJ65U7.adaptive-delivery-prevent-bg, #IZ5zWdCmkmJw7rqafhHI9bOGgrhJ65U7.lazyload, #IZ5zWdCmkmJw7rqafhHI9bOGgrhJ65U7.lazyloading { background-image: none; }#IZ5zWdCmkmJw7rqafhHI9bOGgrhJ65U7 > .row .container { background-color: transparent; background-image: none; }#IZ5zWdCmkmJw7rqafhHI9bOGgrhJ65U7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ5zWdCmkmJw7rqafhHI9bOGgrhJ65U7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ5zWdCmkmJw7rqafhHI9bOGgrhJ65U7 > .row .container > .video-iframe-container { display: none; }#IZ5zWdCmkmJw7rqafhHI9bOGgrhJ65U7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ5zWdCmkmJw7rqafhHI9bOGgrhJ65U7 > .row > .video-iframe-container { display: none; }#IZ5zWdCmkmJw7rqafhHI9bOGgrhJ65U7 > .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); }#IZ5zWdCmkmJw7rqafhHI9bOGgrhJ65U7 > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOsBisMMwRUrEES1iIbT52dAbZdmHu3E { width:20rem;height:41.375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWxUpRLiOJvC2AstSUAlqOvRtLspmsBs { width:5rem;height:0.125rem;top:12.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcQJI7mttxUiyTtghSyrHuW69351F0MC { width:20rem;height:4.875rem;top:5.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXMngQXeN1xePP51aWT3RKlMsoke9fCU { width:20rem;height:3.0859375rem;top:16.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov5MF2DkxUSsKDzLW9iEvckwyFZvik8m { width:15.75rem;height:3.4375rem;top:20.1875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdIRsx7azKvFNUntplmbi0AFTld2odCA { display:block; }
 }@media only screen and (max-width: 763px) { #ILflGm0qbGLrMu2wcQf8BW5N3948IRI9 { width:20rem;height:3.0859375rem;top:12.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6Kc4wN76wDhQzv5VKpRqpc1BsDUApcL { width:0.0625rem;height:23.3125rem;top:31.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E4SpHUHdraNnc31JOyJDkKnFCJCUsZaW { width:18.25rem;height:15.875rem;top:26.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zngbx6Hz0eOVEthAMphLIKTGAzQqukRk { width:0.875rem;height:1.375rem;top:29.75rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6ciwhS5pMqr8CUFnHk5AtNOhHyThbqQ { display:none; }#d6ciwhS5pMqr8CUFnHk5AtNOhHyThbqQ > .row .container { width:20rem;height:17.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eNCK0SuT2XzhZXKlghP20CKZML0WWhhy { width:5rem;height:0.125rem;top:4.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcRwyVo6nt2VR47FCS4bBXMCXeNgCLOZ { width:20rem;height:4.548825rem;top:6rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8TXKrhKbFMIzBkEZIb9KKreaZhDLm9d { width:20rem;height:1.3rem;top:10.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiLEAM4aAPp7cF70m3CFM82Tekd4or0O { display:none; }#TiLEAM4aAPp7cF70m3CFM82Tekd4or0O > .row .container { width:20rem;height:99.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OzfCXZv08XLyrTzXxUFTWRTTTyKatbpZ { width:20rem;height:47.5625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSW6UMT7IMR9cP2P6EESBtdrZmkqQPuL { width:7.5625rem;height:2.0625rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpPnCups233d9g6IuAU7FmLzRBw7dP2A { width:14.5625rem;height:4.875rem;top:7.75rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tqGB9XFM3OAZTQ5JrB7ZDdaOqFwPclZT { width:13.6875rem;height:1.7875rem;top:10.125rem;left:6.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ghou3fFuBwUXOunnkkdD7TrDcEIqK3NS { width:7.5625rem;height:1.625rem;top:4.0625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KTyrvHoSf828uno2QQPPyDmEFAaKHxqg { width:15.3125rem;height:0.0625rem;top:12.625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4TMgargD8bWpszzO2J8eWR7LkbgGXhA { width:20rem;height:1.95rem;top:13.9375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NEBccU9A4TvGv6TzA4ewF4QgQIToqxMK { width:20rem;height:11.89453125rem;top:17.125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M0tF1vZ6xTwIBt0cDothUQogtU7f9qJ2 { width:20rem;height:7.22265rem;top:30.1875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OLZshLM49205DkrIU7kbe50rJqCAgpZK { width:15.75rem;height:3.4375rem;top:39.1875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTWpzvbZEFFSTlRcs6M1htQoLdmzzXRV { display:block; }
 }@media only screen and (max-width: 763px) { #MDqAtIJNLqD0pi0QWPqPoIdIU9a5M5WN { width:20rem;height:43.4375rem;top:51.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKuwB0ERZLMsLtrc1Vy46X8N1sgTpiTf { width:15.75rem;height:3.4375rem;top:86.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCOiDFvE0t8zSepHhI5J4GIp27lbe6sH { display:block; }
 }@media only screen and (max-width: 763px) { #WRiiRdQqO47IZbpHIuNii4Ia7EoHHhAL { width:20rem;height:7.22265rem;top:78.0625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QO0WEEQQqLBT9xAhtkQXcXiMDMO6xmFK { width:20rem;height:11.89453125rem;top:65.1875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nSPCrC4O9vLua2MrtclUZe0iWLVNKuCb { width:20rem;height:1.95rem;top:62.5625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QROC796pqCr1ZDW42Uf7pH1A3lilzXP6 { width:15.3125rem;height:0.0625rem;top:60.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTOkITRcmAsH8wGP5tEO4HCy7U0FKiZs { width:15.25rem;height:4.875rem;top:54.4375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MNKlzPNIwNwnuUUHRChOLw9dyQRDHO6e { width:12.75rem;height:1.7875rem;top:56.9375rem;left:7.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX { display:block; }#GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX { background-color: transparent; background-image: none; }#GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX > .row .container > .video-iframe-container { display: none; }#GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX > .row > .video-iframe-container { display: none; }#GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX > .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); }#GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX { border-width: 0; border-radius: 0; }#GnqUrdhd00oUCru6cc9Hz9IGZET1y8IX > .row .container { width:20rem;height:53.0625rem;background-color:#33d5f0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZLkEEm2f1TM5XzNZUuwVX5AVlmSOOq6 { width:9.25rem;height:10.625rem;top:2.3125rem;left:0rem;background-color:#1777f1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BtsyxLOlQ5byZ3UBtWe5JBvcyLm7TwvP { width:12.4375rem;height:4.5234375rem;top:5.25rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HeiWlSRcEPff3faOnReh35rhaivdo1MJ { width:18.437125rem;height:8.1866875rem;top:17.310935974121rem;left:0rem;border-top:1.25rem solid #4ddcd3;border-left:1.25rem solid #4ddcd3;border-right:1.25rem solid #4ddcd3;border-bottom:1.25rem solid #4ddcd3;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NzWGl87SCQlmICSScvRMAJsObceOS7KL { width:11.4375rem;height:6.875rem;top:38.687105178833rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JDEciHALsqPcAvD1rnTI6pUoBw53Puy7 { width:9.999625rem;height:6rem;top:10.372264862061rem;left:9.2496088147163rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BdBmx9oJ532G7QV8dl2aMChlA8tuQSH4 { width:9.375rem;height:4.3125rem;top:46.308980941772rem;left:9.2496088147163rem;border-top:1.25rem solid #2a89df;border-left:1.25rem solid #2a89df;border-right:1.25rem solid #2a89df;border-bottom:1.25rem solid #2a89df;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EU7emsO5Sm5le49chzBfSu77aua1fmXM { width:20rem;height:9.25rem;top:28.25rem;left:0rem;border-top:1.25rem solid #0e9ae5;border-left:1.25rem solid #0e9ae5;border-right:1.25rem solid #0e9ae5;border-bottom:1.25rem solid #0e9ae5;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sTV4aBQQrxPv6fbTDU9S4PnrA9t0clJc { top:3.9773445129394rem;left:8.5rem;width:11.5625rem;height:9.6875rem;z-index:15013;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV > .row .container { background-color: transparent; background-image: none; }#ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV > .row .container > .video-iframe-container { display: none; }#ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV > .row > .video-iframe-container { display: none; }#ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV > .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); }#ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV > .row .container { border-width: 0; border-radius: 0; }#ZtxnJK9WwQHxeX9pDSyeO2vlKLo2E2lV > .row .container { width:20rem;height:72.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKTcgfqzsKCg0cD9J3RQhgbXAR5LTTzt { width:12.1241875rem;height:6.3116875rem;top:40.06286239624rem;left:4.7812498211861rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #J4UwOzGX6FMkHcu8iLI26Qd8IWB09ZT3 { width:10.562125rem;height:5.25rem;top:25.435544967651rem;left:4.7167966961861rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #w7hTxvUGegb8ppMdXvyfSMCNsM9HL6CO { width:7.0616875rem;height:6.437125rem;top:11.935546875rem;left:6.4675777554513rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EgZr1KyLCQgJSH8E2fyGUEeMqzDAkOvq { width:9.437125rem;height:4.6875rem;top:50.936716079712rem;left:5.2804682850838rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #w8RXlpkI9OpBAul3mk4MLEKdc0TmNFuz { width:11.4375rem;height:8.4375rem;top:36.199216842651rem;left:4.2773435711861rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MTUT665bB3oNNDCACqphQoHpFDKeT7Ti { width:8.7491875rem;height:0.1875rem;top:59.812496185302rem;left:5.6238277554512rem;background-color:#3ad6d6;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fZqBI3MQEofkfSI1PeznOQK5iG59cc1G { width:8.7491875rem;height:0.1875rem;top:48.655074954033rem;left:5.6238277554512rem;background-color:#3ad6d6;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EGlTN50CGKXn83TxnSpcfVNCPWaHoZJT { width:8.75rem;height:0.1875rem;top:33.6875rem;left:5.5rem;background-color:#3ad6d6;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #N3UIciizvdd74zy0qqQEuT7eBwBAC7qI { width:8.75rem;height:0.1875rem;top:21.1875rem;left:5.5rem;background-color:#3ad6d6;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pxGWKIATEePK860brOTGlxPa1iOVuwH8 { width:19.375rem;height:1.6253875rem;top:19.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #GyaazvG7DGu5vCGe8aFf2GEKKmIsuAkJ { width:20rem;height:1.6253875rem;top:31.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wJ3p7TGtyG5qDrSHFTVVBcfbAGI3wEpG { width:19.9991875rem;height:1.6253875rem;top:44.561717867851rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #BMS2iRTPLxZ8IFJLanTOEgLk4zTSNqFH { width:19.9991875rem;height:1.6253875rem;top:56.436323165894rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #loOeqhAfQCLiMG7P4OJoOpXrrsBf0hXL { width:12.4991875rem;height:3.12421875rem;top:65.186714172362rem;left:3.7488277554512rem;background-color:#3ad6d6;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;box-shadow: none;color:#ececec;display:block; }
 }@media only screen and (max-width: 763px) { #xrOXhOOoFMSx3xq33IrR3sGIsLpyTyg3 { display:block; }
 }@media only screen and (max-width: 763px) { #CyNJpbuhg94PQT8ghPzTr4hAMFVJmpyT { width:18rem;height:1.5rem;top:7.6875095367431rem;left:0.99843746423719rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QdTeVsOOdOiP2MxcWfg1US79w34IJVXV { width:20rem;height:4.2246125rem;top:2rem;left:0rem;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/IDM3n0LfNCY/unsplash/vitaly-gariev-IDM3n0LfNCY-photo-1758691461935-202e2ef6b69f.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw.adaptive-delivery-prevent-bg, #Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw.lazyload, #Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw.lazyloading { background-image: none; }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw > .row .container { background-color: transparent; background-image: none; }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw > .row .container > .video-iframe-container { display: none; }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw > .row > .video-iframe-container { display: none; }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw > .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); }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw > .row .container { border-width: 0; border-radius: 0; }#Z9adn9ZHBpx2yFTJc3lAonkpdWB2FQfw > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhPtlPSCuQlEgQEyoXTC9Fmq00E08fgA { width:19.9991875rem;height:4.798825rem;top:22.374591827392rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:madani;color:#04253a;display:block; }
 }@media only screen and (max-width: 763px) { #FVNDNMr3G89AB0rtIroMLvDn1zHTvS3r { width:19.9980625rem;height:1.95rem;top:29.173820495606rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:madani;color:#04253a;display:block; }
 }@media only screen and (max-width: 763px) { #zSuRJucTloDT0AyF2A8WPX0ArRkTTVeR { width:13.9980625rem;height:3.4359375rem;top:32.910934448243rem;left:2.9999998211861rem;font-family:madani;background-color:#064771;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PrCfO4BXdsxD8cQTGt0RxHt7LvRAmZv8 { display:block; }
 }@media only screen and (max-width: 763px) { #PumkrTuRJUOIUEsKFiN83OxIaMpXczhJ { width:19.9991875rem;height:21.624625rem;top:17.724597930908rem;left:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #J8WgPPwGXWKdlI2zTz9aQ2kq9QLyGdxk { width:8.5625rem;height:4.5rem;top:46.384399707031rem;left:5.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oVwJceZDJOHSx9GxtLk5m4mDLoeqhOa3 { width:11.6875rem;height:4.5374253866329rem;top:40.598074707031rem;left:4.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mCBidvn0eODyPgywx3yxDbLqlg4kvpkR { width:19.9991875rem;height:4.19921875rem;top:52.134399707031rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;font-family:madani;color:#08324f;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(197,215,229,0.5);display:block; }
 }