.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#003d7e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#HP2qLEq257QBe6XIe33rTKPaDZDKMM4T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#HP2qLEq257QBe6XIe33rTKPaDZDKMM4T > .row .container { background-color: transparent; background-image: none; }#HP2qLEq257QBe6XIe33rTKPaDZDKMM4T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HP2qLEq257QBe6XIe33rTKPaDZDKMM4T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HP2qLEq257QBe6XIe33rTKPaDZDKMM4T > .row .container > .video-iframe-container { display: none; }#HP2qLEq257QBe6XIe33rTKPaDZDKMM4T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HP2qLEq257QBe6XIe33rTKPaDZDKMM4T > .row > .video-iframe-container { display: none; }#HP2qLEq257QBe6XIe33rTKPaDZDKMM4T > .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); }#HP2qLEq257QBe6XIe33rTKPaDZDKMM4T > .row .container { border-width: 0; border-radius: 0; }#HP2qLEq257QBe6XIe33rTKPaDZDKMM4T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HP2qLEq257QBe6XIe33rTKPaDZDKMM4T > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#FxUGF6ft7VV2rNfPVISDh2I36MH9sTkQ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.06228125rem;width:12.999125rem;top:1.25rem;left:2.6204423904419rem;overflow:hidden;display:block; }
#h8f4xJRbgADUcz5qkrKfr1TiIxy8OVf6 { background-color:#002469;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:roboto;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.93663125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:2.3125rem;left:47.9375rem;display:block; }
#veMUVX63i0hMakvQAOM8luWr49FLMsvl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TOTEKrx8HoSes0bTvC0B1JCItRlElBwD { background-color:#8c7732;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.93555rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:2.3125rem;left:61rem;display:block; }
#z8MOxSRJkoJmCFc4uZ22xTlggoP1MWgw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EuQiTx38kce79upT9MyJ0EV3g71ygcZm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b1957f2d-eb16-4080-8e67-797978936dea/Addaheading20241209T105241135.png");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; }#EuQiTx38kce79upT9MyJ0EV3g71ygcZm.adaptive-delivery-prevent-bg, #EuQiTx38kce79upT9MyJ0EV3g71ygcZm.lazyload, #EuQiTx38kce79upT9MyJ0EV3g71ygcZm.lazyloading { background-image: none; }#EuQiTx38kce79upT9MyJ0EV3g71ygcZm > .row .container { background-color: transparent; background-image: none; }#EuQiTx38kce79upT9MyJ0EV3g71ygcZm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.79); }#EuQiTx38kce79upT9MyJ0EV3g71ygcZm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EuQiTx38kce79upT9MyJ0EV3g71ygcZm > .row .container > .video-iframe-container { display: none; }#EuQiTx38kce79upT9MyJ0EV3g71ygcZm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.79); }#EuQiTx38kce79upT9MyJ0EV3g71ygcZm > .row > .video-iframe-container { display: none; }#EuQiTx38kce79upT9MyJ0EV3g71ygcZm > .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); }#EuQiTx38kce79upT9MyJ0EV3g71ygcZm > .row .container { border-width: 0; border-radius: 0; }#EuQiTx38kce79upT9MyJ0EV3g71ygcZm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EuQiTx38kce79upT9MyJ0EV3g71ygcZm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EuQiTx38kce79upT9MyJ0EV3g71ygcZm > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:75rem;position:relative;display:block; }#BE0zPdT5UPQGAUixUoTa93eSqBhmZd2z { color:#515151;display:block;width:34.7480625rem;position:absolute;font-family:"book antiqua";font-size:2.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:25.875rem;left:20.125rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UIyqqh2yHCcN90wPbJoDei4RbG9Gy1lf { background-color:#8c7732;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:roboto;font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.059875rem;height:5.3732625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:30.5625rem;left:38.0625rem;display:block; }
#CGpTFydMJ2s6dbHemwbfARIfJFoeM01C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eX5eb7sdN7n71e7wuQPVVWaDwT6C7Ow6 { color:#002469;display:block;width:58.625rem;position:absolute;font-family:"book antiqua";font-size:4.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.25rem;left:8.1875rem;height:10.5625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VaaWkT9DgrnOTuu2Ev4K3XzvEqysB6ft { color:#515151;display:block;width:53.4375rem;position:absolute;font-family:roboto;font-size:4.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5rem;left:3.6875rem;height:12.1875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#bXqZHMaEcuwH9yvamkmEVU2GqglEBl5q { background-color:#002469;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:roboto;font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0588125rem;height:5.37218125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:30.5625rem;left:18.9375rem;display:block; }
#qMyS2RRy7tRPFnelDZn1k37ENaSa3lK9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b6WbWua9rzErR4f7QammHqIdOl429gaO { 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; }#b6WbWua9rzErR4f7QammHqIdOl429gaO > .row .container { background-color: transparent; background-image: none; }#b6WbWua9rzErR4f7QammHqIdOl429gaO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6WbWua9rzErR4f7QammHqIdOl429gaO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6WbWua9rzErR4f7QammHqIdOl429gaO > .row .container > .video-iframe-container { display: none; }#b6WbWua9rzErR4f7QammHqIdOl429gaO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6WbWua9rzErR4f7QammHqIdOl429gaO > .row > .video-iframe-container { display: none; }#b6WbWua9rzErR4f7QammHqIdOl429gaO > .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); }#b6WbWua9rzErR4f7QammHqIdOl429gaO > .row .container { border-width: 0; border-radius: 0; }#b6WbWua9rzErR4f7QammHqIdOl429gaO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b6WbWua9rzErR4f7QammHqIdOl429gaO > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;position:relative;display:block; }#fNudCiPtUzSzxpb5yOQgqflMSascTRuJ { color:#002469;display:block;width:33.5623125rem;position:absolute;font-family:"book antiqua";font-size:5.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.7198390960693rem;left:23.154297828674rem;height:6.7436875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#I0xzbsoxpQDhkaEZbqU5O45bTqKyrXxw { display:block;width:21.436625rem;position:absolute;font-family:"book antiqua";font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.875rem;left:4.9375rem;height:4.875rem;color:#002469;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d2TQCcokTgsPnw2oPV1P09TrpRl1Ln8m { display:block;width:19.0625rem;position:absolute;font-family:"book antiqua";font-size:1.625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:28.067493438721rem;left:6.123046875rem;height:8.44925rem;color:#2c333d;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xFEoC5oud37WoxJz0bFw50Vgq4J4sMFy { display:block;width:20.8745625rem;position:absolute;font-family:"book antiqua";font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:21.875rem;left:30.125rem;height:4.875rem;color:#002469;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TGiolrxqvTmaqNsZ9uiA6whJaJvDXapb { display:block;width:19.749375rem;position:absolute;font-family:"book antiqua";font-size:1.625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:28.067491531372rem;left:30.685765266419rem;height:6.33691875rem;color:#2c333d;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xLzXW9gndREF0zL2uOStADGvhH9wgTN6 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8123125rem;width:9.8123125rem;top:10.856120586395rem;left:35.029297828674rem;overflow:hidden;display:block; }
#kkU3HkX62uEbHPQl9NClHSVqttSFSkVk { display:block;width:20.8745625rem;position:absolute;font-family:"book antiqua";font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.875rem;left:51.9375rem;height:4.875rem;color:#002469;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XlD9u2PxZ0JxLOOlBZl7sSaHFAatbA6N { display:block;width:17.436rem;position:absolute;font-family:"book antiqua";font-size:1.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:27.999132156372rem;left:53.655602455139rem;height:6.337875rem;color:#2c333d;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R7o1CZJ7DdM0MBffLtZs2krse8rt5eRF { position:absolute;display:block;z-index:15023;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.061625rem;width:17.061625rem;top:7.2298192977906rem;left:53.841149330139rem;overflow:hidden;display:block; }
#dkVhqaXAuPbXOqywlzVEThIsk2PqQlEy { position:absolute;display:block;z-index:15023;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:16.749125rem;width:16.749125rem;top:8.4624567031863rem;left:7.2786464691163rem;overflow:hidden;display:block; }
#WpfEIi3hlNksRf2gOSNmpTWaG3EWFi5W { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#JLAW2eZTseAD6668m2SgdXg6mrRISt9N { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#qwFwl8n3awIpCF1QGZxrqUaLVTFZAKgy { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#w8KQ8PgD5wg2gfF0TcT3ELOLgmrKUTCg { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#bMxQ4FyCS9qpHt5NI32AxxTUmmmLsAez { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f3f3;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; }#bMxQ4FyCS9qpHt5NI32AxxTUmmmLsAez > .row .container { background-color: transparent; background-image: none; }#bMxQ4FyCS9qpHt5NI32AxxTUmmmLsAez::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMxQ4FyCS9qpHt5NI32AxxTUmmmLsAez > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMxQ4FyCS9qpHt5NI32AxxTUmmmLsAez > .row .container > .video-iframe-container { display: none; }#bMxQ4FyCS9qpHt5NI32AxxTUmmmLsAez > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMxQ4FyCS9qpHt5NI32AxxTUmmmLsAez > .row > .video-iframe-container { display: none; }#bMxQ4FyCS9qpHt5NI32AxxTUmmmLsAez > .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); }#bMxQ4FyCS9qpHt5NI32AxxTUmmmLsAez > .row .container { border-width: 0; border-radius: 0; }#bMxQ4FyCS9qpHt5NI32AxxTUmmmLsAez > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bMxQ4FyCS9qpHt5NI32AxxTUmmmLsAez > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;position:relative;display:block; }#GMGCbGXcwiHT0oT980TT0WxiUitQoG85 { color:#002469;display:block;width:63.06125rem;position:absolute;font-family:"book antiqua";font-size:5.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.0323357582092rem;left:5.9689674377441rem;height:6.7436875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RHO49H5721Xts1JhsxLllUTmMVK6uKnb { display:block;width:21.4355625rem;position:absolute;font-family:"book antiqua";font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22rem;left:3.4375rem;height:2.4375rem;color:#002469;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w8PTc56V507VeVhs7IGPiluUvFSMctPZ { display:block;width:15.4373125rem;position:absolute;font-family:"book antiqua";font-size:1.625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:25.838758468628rem;left:6.435546875rem;height:8.44924375rem;color:#2c333d;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FJ8bTZTKeROI5xcfLn8xudLTvqDLpq4U { display:block;width:20.8745625rem;position:absolute;font-family:"book antiqua";font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:22rem;left:27.3125rem;height:2.4375rem;color:#002469;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yQVcmqyxqV8F2Gz46nX5LoVE9f5Q8dLn { display:block;width:17.374125rem;position:absolute;font-family:"book antiqua";font-size:1.625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:25.875rem;left:29.0625rem;height:8.44925rem;color:#2c333d;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZPQ0BApkWMHmxEiatq6BSLpwJdTGx5ih { display:block;width:20.8745625rem;position:absolute;font-family:"book antiqua";font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.9375rem;left:52.1875rem;height:2.4375rem;color:#002469;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HCDkghWEtoV78XzhxcJ3qTIDzdmmpHWK { display:block;width:15.2485rem;position:absolute;font-family:"book antiqua";font-size:1.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:25.872392654419rem;left:55.000000953674rem;height:8.44925rem;color:#2c333d;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dwTGgh6J3IFCoUDHEBxpIw5eqdOC7LWO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.186875rem;width:8.186875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:11.567928791046rem;left:10.342883110046rem; }
#tyFEwJziVuu2maat1RMwbWyp2EIp9EHU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.436875rem;width:9.436875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:11.569011211395rem;left:32.78103351593rem; }
#mCpETwclxTdmZLJcySA2cNx79xuch6yr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.624125rem;width:8.624125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:11.652561664581rem;left:58.059895515442rem; }
#zFEQTJd1xMeTvEfGRJSvpGpGaxDeLXbT { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#MzpzTOi2sJKCAcFbMrrFgFTP7bsdgExq { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#VZgMtKqAh1IwpFDOMCwRmaB2aVT3xB7C { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#K5IWHHP1NBIuFsNzMEfEIyTJ2lWblXOp { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#duTpz4lo3zCcx82xVB6OMh3InZ5UzvA8 { 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; }#duTpz4lo3zCcx82xVB6OMh3InZ5UzvA8 > .row .container { background-color: transparent; background-image: none; }#duTpz4lo3zCcx82xVB6OMh3InZ5UzvA8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duTpz4lo3zCcx82xVB6OMh3InZ5UzvA8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duTpz4lo3zCcx82xVB6OMh3InZ5UzvA8 > .row .container > .video-iframe-container { display: none; }#duTpz4lo3zCcx82xVB6OMh3InZ5UzvA8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duTpz4lo3zCcx82xVB6OMh3InZ5UzvA8 > .row > .video-iframe-container { display: none; }#duTpz4lo3zCcx82xVB6OMh3InZ5UzvA8 > .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); }#duTpz4lo3zCcx82xVB6OMh3InZ5UzvA8 > .row .container { border-width: 0; border-radius: 0; }#duTpz4lo3zCcx82xVB6OMh3InZ5UzvA8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#duTpz4lo3zCcx82xVB6OMh3InZ5UzvA8 > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#pnGw6X3JU8UHTxEnkLtsucttVb3kzG8s { background-color:#002469;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:roboto;font-size:3rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.9995625rem;height:5.24956875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:19.0625rem;left:25.5rem;display:block; }
#XVl2ZWMiuQQiqfcxmZS5IWZDzhXDCHxW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZOHLGsRtxGC15y9vXKSDFUXdmV613vKD { color:#002469;display:block;width:63.06125rem;position:absolute;font-family:"book antiqua";font-size:5.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.4982585906983rem;left:5.9689674377441rem;height:6.7431875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xV75QtSQDNU7PtDyTaNWTh47QImeL3FW { display:block;width:33.125rem;position:absolute;font-family:"book antiqua";font-size:1.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:12.4375rem;left:20.9375rem;height:4.2252625rem;color:#2c333d;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HP2qLEq257QBe6XIe33rTKPaDZDKMM4T { display:block; }#HP2qLEq257QBe6XIe33rTKPaDZDKMM4T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxUGF6ft7VV2rNfPVISDh2I36MH9sTkQ { width:12.9375rem;height:6.0335417708404rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8f4xJRbgADUcz5qkrKfr1TiIxy8OVf6 { width:8.0625rem;height:2.5rem;top:3.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veMUVX63i0hMakvQAOM8luWr49FLMsvl { display:block; }
 }@media only screen and (max-width: 763px) { #TOTEKrx8HoSes0bTvC0B1JCItRlElBwD { width:8.0625rem;height:2.5rem;top:3.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8MOxSRJkoJmCFc4uZ22xTlggoP1MWgw { display:block; }
 }@media only screen and (max-width: 763px) { #EuQiTx38kce79upT9MyJ0EV3g71ygcZm { display:block; }#EuQiTx38kce79upT9MyJ0EV3g71ygcZm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BE0zPdT5UPQGAUixUoTa93eSqBhmZd2z { width:34.6875rem;height:2.75rem;top:25.875rem;left:6.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIyqqh2yHCcN90wPbJoDei4RbG9Gy1lf { width:8.0625rem;height:2.5rem;top:3.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGpTFydMJ2s6dbHemwbfARIfJFoeM01C { display:block; }
 }@media only screen and (max-width: 763px) { #eX5eb7sdN7n71e7wuQPVVWaDwT6C7Ow6 { width:47.75rem;height:10.5rem;top:13.25rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaaWkT9DgrnOTuu2Ev4K3XzvEqysB6ft { width:17.375rem;height:;top:10.625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #bXqZHMaEcuwH9yvamkmEVU2GqglEBl5q { width:8.0625rem;height:2.5rem;top:3.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMyS2RRy7tRPFnelDZn1k37ENaSa3lK9 { display:block; }
 }@media only screen and (max-width: 763px) { #b6WbWua9rzErR4f7QammHqIdOl429gaO { display:block; }#b6WbWua9rzErR4f7QammHqIdOl429gaO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNudCiPtUzSzxpb5yOQgqflMSascTRuJ { width:33.5rem;height:6.6875rem;top:1.6875rem;left:9.5292978286744rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0xzbsoxpQDhkaEZbqU5O45bTqKyrXxw { width:47.8125rem;height:4.0625rem;top:1.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2TQCcokTgsPnw2oPV1P09TrpRl1Ln8m { width:47.8125rem;height:4.0625rem;top:1.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFEoC5oud37WoxJz0bFw50Vgq4J4sMFy { width:47.8125rem;height:4.0625rem;top:1.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGiolrxqvTmaqNsZ9uiA6whJaJvDXapb { width:47.8125rem;height:4.0625rem;top:1.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLzXW9gndREF0zL2uOStADGvhH9wgTN6 { width:9.75rem;height:9.75rem;top:10.8125rem;left:21.404297828674rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkU3HkX62uEbHPQl9NClHSVqttSFSkVk { width:47.8125rem;height:4.0625rem;top:1.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlD9u2PxZ0JxLOOlBZl7sSaHFAatbA6N { width:47.8125rem;height:4.0625rem;top:1.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7o1CZJ7DdM0MBffLtZs2krse8rt5eRF { width:17rem;height:17rem;top:7.1875rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkVhqaXAuPbXOqywlzVEThIsk2PqQlEy { width:16.6875rem;height:16.6875rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpfEIi3hlNksRf2gOSNmpTWaG3EWFi5W { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JLAW2eZTseAD6668m2SgdXg6mrRISt9N { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qwFwl8n3awIpCF1QGZxrqUaLVTFZAKgy { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w8KQ8PgD5wg2gfF0TcT3ELOLgmrKUTCg { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bMxQ4FyCS9qpHt5NI32AxxTUmmmLsAez { display:block; }#bMxQ4FyCS9qpHt5NI32AxxTUmmmLsAez > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMGCbGXcwiHT0oT980TT0WxiUitQoG85 { width:47.75rem;height:;top:2rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHO49H5721Xts1JhsxLllUTmMVK6uKnb { width:47.8125rem;height:4.0625rem;top:1.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8PTc56V507VeVhs7IGPiluUvFSMctPZ { width:47.8125rem;height:4.0625rem;top:1.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ8bTZTKeROI5xcfLn8xudLTvqDLpq4U { width:47.8125rem;height:4.0625rem;top:1.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQVcmqyxqV8F2Gz46nX5LoVE9f5Q8dLn { width:47.8125rem;height:4.0625rem;top:1.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPQ0BApkWMHmxEiatq6BSLpwJdTGx5ih { width:47.8125rem;height:4.0625rem;top:1.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCDkghWEtoV78XzhxcJ3qTIDzdmmpHWK { width:47.8125rem;height:4.0625rem;top:1.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwTGgh6J3IFCoUDHEBxpIw5eqdOC7LWO { width:8.125rem;height:8.125rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyFEwJziVuu2maat1RMwbWyp2EIp9EHU { width:9.375rem;height:9.375rem;top:11.5625rem;left:19.15603351593rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCpETwclxTdmZLJcySA2cNx79xuch6yr { width:8.5625rem;height:8.5625rem;top:11.625rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFEQTJd1xMeTvEfGRJSvpGpGaxDeLXbT { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MzpzTOi2sJKCAcFbMrrFgFTP7bsdgExq { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VZgMtKqAh1IwpFDOMCwRmaB2aVT3xB7C { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5IWHHP1NBIuFsNzMEfEIyTJ2lWblXOp { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #duTpz4lo3zCcx82xVB6OMh3InZ5UzvA8 { display:block; }#duTpz4lo3zCcx82xVB6OMh3InZ5UzvA8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pnGw6X3JU8UHTxEnkLtsucttVb3kzG8s { width:8.0625rem;height:2.5rem;top:3.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVl2ZWMiuQQiqfcxmZS5IWZDzhXDCHxW { display:block; }
 }@media only screen and (max-width: 763px) { #ZOHLGsRtxGC15y9vXKSDFUXdmV613vKD { width:47.75rem;height:6.6875rem;top:3.4375rem;left:0rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV75QtSQDNU7PtDyTaNWTh47QImeL3FW { width:47.8125rem;height:4.0625rem;top:1.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HP2qLEq257QBe6XIe33rTKPaDZDKMM4T { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;display:block; }#HP2qLEq257QBe6XIe33rTKPaDZDKMM4T > .row .container { background-color: transparent; background-image: none; }#HP2qLEq257QBe6XIe33rTKPaDZDKMM4T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HP2qLEq257QBe6XIe33rTKPaDZDKMM4T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HP2qLEq257QBe6XIe33rTKPaDZDKMM4T > .row .container > .video-iframe-container { display: none; }#HP2qLEq257QBe6XIe33rTKPaDZDKMM4T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HP2qLEq257QBe6XIe33rTKPaDZDKMM4T > .row > .video-iframe-container { display: none; }#HP2qLEq257QBe6XIe33rTKPaDZDKMM4T > .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); }#HP2qLEq257QBe6XIe33rTKPaDZDKMM4T > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxUGF6ft7VV2rNfPVISDh2I36MH9sTkQ { width:12.3123125rem;height:5.625rem;top:1.4680989980698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8f4xJRbgADUcz5qkrKfr1TiIxy8OVf6 { width:6.25rem;height:2.5625rem;top:4.4375rem;left:12.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #veMUVX63i0hMakvQAOM8luWr49FLMsvl { display:block; }
 }@media only screen and (max-width: 763px) { #TOTEKrx8HoSes0bTvC0B1JCItRlElBwD { width:6.25rem;height:2.5625rem;top:1.125rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8MOxSRJkoJmCFc4uZ22xTlggoP1MWgw { display:block; }
 }@media only screen and (max-width: 763px) { #EuQiTx38kce79upT9MyJ0EV3g71ygcZm { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b1957f2d-eb16-4080-8e67-797978936dea/Addaheading20241209T105241135.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EuQiTx38kce79upT9MyJ0EV3g71ygcZm.adaptive-delivery-prevent-bg, #EuQiTx38kce79upT9MyJ0EV3g71ygcZm.lazyload, #EuQiTx38kce79upT9MyJ0EV3g71ygcZm.lazyloading { background-image: none; }#EuQiTx38kce79upT9MyJ0EV3g71ygcZm > .row .container { background-color: transparent; background-image: none; }#EuQiTx38kce79upT9MyJ0EV3g71ygcZm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.74); }#EuQiTx38kce79upT9MyJ0EV3g71ygcZm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EuQiTx38kce79upT9MyJ0EV3g71ygcZm > .row .container > .video-iframe-container { display: none; }#EuQiTx38kce79upT9MyJ0EV3g71ygcZm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.74); }#EuQiTx38kce79upT9MyJ0EV3g71ygcZm > .row > .video-iframe-container { display: none; }#EuQiTx38kce79upT9MyJ0EV3g71ygcZm > .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); }#EuQiTx38kce79upT9MyJ0EV3g71ygcZm > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BE0zPdT5UPQGAUixUoTa93eSqBhmZd2z { width:15.686875rem;height:1.2999125rem;top:19.624567031861rem;left:2.1560330986977rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIyqqh2yHCcN90wPbJoDei4RbG9Gy1lf { width:17.999125rem;height:5.3125rem;top:29rem;left:1rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGpTFydMJ2s6dbHemwbfARIfJFoeM01C { display:block; }
 }@media only screen and (max-width: 763px) { #eX5eb7sdN7n71e7wuQPVVWaDwT6C7Ow6 { width:11.8125rem;height:0;top:1.3310546875rem;left:0.966796875rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VaaWkT9DgrnOTuu2Ev4K3XzvEqysB6ft { width:17.436rem;height:;top:10.685764312744rem;left:1.2814670205116rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15006;color:#273a68;display:block; }
 }@media only screen and (max-width: 763px) { #bXqZHMaEcuwH9yvamkmEVU2GqglEBl5q { width:18rem;height:5.3125rem;top:22.25rem;left:1rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMyS2RRy7tRPFnelDZn1k37ENaSa3lK9 { display:block; }
 }@media only screen and (max-width: 763px) { #b6WbWua9rzErR4f7QammHqIdOl429gaO { display:block; }#b6WbWua9rzErR4f7QammHqIdOl429gaO > .row .container { width:20rem;height:73.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNudCiPtUzSzxpb5yOQgqflMSascTRuJ { width:20rem;height:4.2246125rem;top:2.3459205627441rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0xzbsoxpQDhkaEZbqU5O45bTqKyrXxw { width:17.561875rem;height:7.5556875rem;top:16.4375rem;left:1.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2TQCcokTgsPnw2oPV1P09TrpRl1Ln8m { width:15.8745625rem;height:3.16699375rem;top:25.3125rem;left:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFEoC5oud37WoxJz0bFw50Vgq4J4sMFy { width:20rem;height:5.0371125rem;top:39.1875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGiolrxqvTmaqNsZ9uiA6whJaJvDXapb { width:9.6235rem;height:3.1669875rem;top:45.1875rem;left:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLzXW9gndREF0zL2uOStADGvhH9wgTN6 { width:7.374125rem;height:7.374125rem;top:31rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkU3HkX62uEbHPQl9NClHSVqttSFSkVk { width:20rem;height:5.0371125rem;top:60.875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlD9u2PxZ0JxLOOlBZl7sSaHFAatbA6N { width:10.5620625rem;height:2.111325rem;top:66.9375rem;left:4.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7o1CZJ7DdM0MBffLtZs2krse8rt5eRF { width:15.9375rem;height:15.9375rem;top:47rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkVhqaXAuPbXOqywlzVEThIsk2PqQlEy { width:12.8125rem;height:12.8125rem;top:6.375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpfEIi3hlNksRf2gOSNmpTWaG3EWFi5W { top:29.65234375rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:15024;background-color:#8c7732;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JLAW2eZTseAD6668m2SgdXg6mrRISt9N { top:49.2705078125rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:15025;background-color:#8c7732;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qwFwl8n3awIpCF1QGZxrqUaLVTFZAKgy { top:8.5677099227906rem;left:0.62500005960463rem;width:18.75rem;height:0.3125rem;z-index:15025;background-color:#8c7732;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #w8KQ8PgD5wg2gfF0TcT3ELOLgmrKUTCg { top:70.1904296875rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:15026;background-color:#8c7732;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bMxQ4FyCS9qpHt5NI32AxxTUmmmLsAez { display:block; }#bMxQ4FyCS9qpHt5NI32AxxTUmmmLsAez > .row .container { width:20rem;height:63.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMGCbGXcwiHT0oT980TT0WxiUitQoG85 { width:18.75rem;height:8.44925rem;top:1.3736972808838rem;left:0.62500005960463rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHO49H5721Xts1JhsxLllUTmMVK6uKnb { width:20rem;height:1.94921875rem;top:17.311875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8PTc56V507VeVhs7IGPiluUvFSMctPZ { width:13.811875rem;height:7.796875rem;top:19.561875rem;left:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ8bTZTKeROI5xcfLn8xudLTvqDLpq4U { width:20rem;height:1.94921875rem;top:34.436875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQVcmqyxqV8F2Gz46nX5LoVE9f5Q8dLn { width:14.8123125rem;height:7.796875rem;top:36.885853767395rem;left:2.5933161377907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPQ0BApkWMHmxEiatq6BSLpwJdTGx5ih { width:20rem;height:1.94921875rem;top:51.680124282837rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCDkghWEtoV78XzhxcJ3qTIDzdmmpHWK { width:15.3125rem;height:7.796875rem;top:54.272573471069rem;left:2.3437500596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwTGgh6J3IFCoUDHEBxpIw5eqdOC7LWO { display:flex;width:3.8737rem;height:3.8737rem;top:12.936875rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #tyFEwJziVuu2maat1RMwbWyp2EIp9EHU { display:flex;width:5.06185rem;height:5.06185rem;top:29.124375rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #mCpETwclxTdmZLJcySA2cNx79xuch6yr { display:flex;width:4.31206875rem;height:4.31206875rem;top:46.811875rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #zFEQTJd1xMeTvEfGRJSvpGpGaxDeLXbT { top:11.249375rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:15027;background-color:#002469;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MzpzTOi2sJKCAcFbMrrFgFTP7bsdgExq { top:45.374375rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:15029;background-color:#002469;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VZgMtKqAh1IwpFDOMCwRmaB2aVT3xB7C { top:62.874135971069rem;left:0.62500005960463rem;width:18.75rem;height:0.3125rem;z-index:15030;background-color:#002469;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #K5IWHHP1NBIuFsNzMEfEIyTJ2lWblXOp { top:28.318794906139rem;left:0.62500005960463rem;width:18.75rem;height:0.3125rem;z-index:15030;background-color:#002469;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #duTpz4lo3zCcx82xVB6OMh3InZ5UzvA8 { display:block; }#duTpz4lo3zCcx82xVB6OMh3InZ5UzvA8 > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pnGw6X3JU8UHTxEnkLtsucttVb3kzG8s { width:14.4998125rem;height:3.87478125rem;top:15rem;left:2.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVl2ZWMiuQQiqfcxmZS5IWZDzhXDCHxW { display:block; }
 }@media only screen and (max-width: 763px) { #ZOHLGsRtxGC15y9vXKSDFUXdmV613vKD { width:20rem;height:2.5996125rem;top:3.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV75QtSQDNU7PtDyTaNWTh47QImeL3FW { width:20rem;height:5.84765625rem;top:7.625rem;left:0rem;font-size:1.5rem;display:block; }
 }