.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#dZ49U1aXGTAvsTALB1ITNtodQalWtPp3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#dZ49U1aXGTAvsTALB1ITNtodQalWtPp3 > .row .container { background-color: transparent; background-image: none; }#dZ49U1aXGTAvsTALB1ITNtodQalWtPp3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZ49U1aXGTAvsTALB1ITNtodQalWtPp3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZ49U1aXGTAvsTALB1ITNtodQalWtPp3 > .row .container > .video-iframe-container { display: none; }#dZ49U1aXGTAvsTALB1ITNtodQalWtPp3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZ49U1aXGTAvsTALB1ITNtodQalWtPp3 > .row > .video-iframe-container { display: none; }#dZ49U1aXGTAvsTALB1ITNtodQalWtPp3 > .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); }#dZ49U1aXGTAvsTALB1ITNtodQalWtPp3 > .row .container { border-width: 0; border-radius: 0; }#dZ49U1aXGTAvsTALB1ITNtodQalWtPp3 > .row > .video-iframe-container {  }#dZ49U1aXGTAvsTALB1ITNtodQalWtPp3 > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#nWPZyLEG8ctoPcX9Hn4WbsKladBfgWqw { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:7.5rem;top:2.15625rem;left:11.9375rem;overflow:hidden;display:block; }
#sZBcug51hf1gsJ0tJSo5Oo8cdQnTAtaV { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.4375rem;width:8.9375rem;top:1rem;left:0rem;overflow:hidden;display:block; }
#IfIWb9OdyW5ohATCZpVGgEHZlZqLs193 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.54);background-image:url("https://images.assets-landingi.com/5zalxham/Group_2503.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#IfIWb9OdyW5ohATCZpVGgEHZlZqLs193.adaptive-delivery-prevent-bg, #IfIWb9OdyW5ohATCZpVGgEHZlZqLs193.lazyload, #IfIWb9OdyW5ohATCZpVGgEHZlZqLs193.lazyloading { background-image: none; }#IfIWb9OdyW5ohATCZpVGgEHZlZqLs193 > .row .container { background-color: transparent; background-image: none; }#IfIWb9OdyW5ohATCZpVGgEHZlZqLs193::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfIWb9OdyW5ohATCZpVGgEHZlZqLs193 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfIWb9OdyW5ohATCZpVGgEHZlZqLs193 > .row .container > .video-iframe-container { display: none; }#IfIWb9OdyW5ohATCZpVGgEHZlZqLs193 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfIWb9OdyW5ohATCZpVGgEHZlZqLs193 > .row > .video-iframe-container { display: none; }#IfIWb9OdyW5ohATCZpVGgEHZlZqLs193 > .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); }#IfIWb9OdyW5ohATCZpVGgEHZlZqLs193 > .row .container { border-width: 0; border-radius: 0; }#IfIWb9OdyW5ohATCZpVGgEHZlZqLs193 > .row > .video-iframe-container {  }#IfIWb9OdyW5ohATCZpVGgEHZlZqLs193 > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#QWFTBi2383gnK0cl0Bgv3xk55mdXXJEO { color:#000000;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15001;line-height:.7;letter-spacing:0;top:11.0625rem;left:1.37109375rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wbzzJyQdqT5dJbrEZCDSScIMozMnoHtt { color:#ffffff;display:block;width:34.5625rem;position:absolute;font-family:ubuntu;font-size:2.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:13.0478515625rem;left:1.37109375rem;height:7.63675rem;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;font-style:normal;display:block; }
#wXwmTZePHdnCZTPnwXKHSwPU4NE0Pd5m { background-color:#00aa7c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#f9fafb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:1.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:6.56640625rem;left:1.37109375rem;display:block; }
#InFTSlXKmtIZwuN7CWXzQ4E8qp7VAqRn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fl75XG3whDU4umVForaFKL3Aso1VIVGA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3125rem;width:11.6875rem;display:none; }
#EQwSJ83CAMnatt6wSEShcBNG8PkZA3u8 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.625rem;top:5.31640625rem;left:17.8408203125rem;overflow:hidden;display:block; }
#yKyiLB7siK3aTWO4s6tH3c9WPNbicMvR { color:#ffffff;display:block;width:46.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:23.8125rem;left:1.37109375rem;height:3.3984375rem;display:block; }
#llqLAcmgVLgXaWt5nV1L9FhgoGHyaSOD { position:relative;display:block; }#llqLAcmgVLgXaWt5nV1L9FhgoGHyaSOD { background-color: transparent; background-image: none; }#llqLAcmgVLgXaWt5nV1L9FhgoGHyaSOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llqLAcmgVLgXaWt5nV1L9FhgoGHyaSOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llqLAcmgVLgXaWt5nV1L9FhgoGHyaSOD > .row .container > .video-iframe-container { display: none; }#llqLAcmgVLgXaWt5nV1L9FhgoGHyaSOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llqLAcmgVLgXaWt5nV1L9FhgoGHyaSOD > .row > .video-iframe-container { display: none; }#llqLAcmgVLgXaWt5nV1L9FhgoGHyaSOD > .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); }#llqLAcmgVLgXaWt5nV1L9FhgoGHyaSOD { border-width: 0; border-radius: 0; }#llqLAcmgVLgXaWt5nV1L9FhgoGHyaSOD > .row .container > .video-iframe-container {  }#llqLAcmgVLgXaWt5nV1L9FhgoGHyaSOD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#codadIkZq2sl17LiLfP27x3aMfGdzeUb { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.46875rem;left:6.25rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C { position:relative;display:block; }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C { background-color: transparent; background-image: none; }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .row .container > .video-iframe-container { display: none; }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .row > .video-iframe-container { display: none; }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .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); }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C { border-width: 0; border-radius: 0; }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .row .container > .video-iframe-container {  }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:47.9375rem;width:75rem;position:relative;display:block; }#H9kyRhy1pxd0Z9o0IqxqgzudfwCCCLSd { position:absolute;display:block;z-index:15001;background-color:transparent;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;height:3.625rem;width:13.6875rem;top:35.21875rem;left:4.59375rem;display:block; }
#owABCOk4zpyRXogUluBDCMs9SJagEX0p { position:absolute;display:block;z-index:15002;height:38.9375rem;width:75rem;top:3.1875rem;left:0rem;display:block; }
#iGCBB3StigfxgzCoFfSWW6TiubuklemZ { position:relative;display:block; }#iGCBB3StigfxgzCoFfSWW6TiubuklemZ { background-color: transparent; background-image: none; }#iGCBB3StigfxgzCoFfSWW6TiubuklemZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGCBB3StigfxgzCoFfSWW6TiubuklemZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGCBB3StigfxgzCoFfSWW6TiubuklemZ > .row .container > .video-iframe-container { display: none; }#iGCBB3StigfxgzCoFfSWW6TiubuklemZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGCBB3StigfxgzCoFfSWW6TiubuklemZ > .row > .video-iframe-container { display: none; }#iGCBB3StigfxgzCoFfSWW6TiubuklemZ > .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); }#iGCBB3StigfxgzCoFfSWW6TiubuklemZ { border-width: 0; border-radius: 0; }#iGCBB3StigfxgzCoFfSWW6TiubuklemZ > .row .container > .video-iframe-container {  }#iGCBB3StigfxgzCoFfSWW6TiubuklemZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#xNQiALZflu5TaNraE0as0ApLB52BtRww { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.46875rem;left:6.25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xPNuqtDVSwHnKBG9JkE4TQaRo4h29Awi { position:relative;display:block; }#xPNuqtDVSwHnKBG9JkE4TQaRo4h29Awi { background-color: transparent; background-image: none; }#xPNuqtDVSwHnKBG9JkE4TQaRo4h29Awi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPNuqtDVSwHnKBG9JkE4TQaRo4h29Awi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPNuqtDVSwHnKBG9JkE4TQaRo4h29Awi > .row .container > .video-iframe-container { display: none; }#xPNuqtDVSwHnKBG9JkE4TQaRo4h29Awi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPNuqtDVSwHnKBG9JkE4TQaRo4h29Awi > .row > .video-iframe-container { display: none; }#xPNuqtDVSwHnKBG9JkE4TQaRo4h29Awi > .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); }#xPNuqtDVSwHnKBG9JkE4TQaRo4h29Awi { border-width: 0; border-radius: 0; }#xPNuqtDVSwHnKBG9JkE4TQaRo4h29Awi > .row .container > .video-iframe-container {  }#xPNuqtDVSwHnKBG9JkE4TQaRo4h29Awi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:47.9375rem;width:75rem;position:relative;display:block; }#Iv0e8g8Twf22AaIoOhGkTm7GkAGr7Wzg { position:absolute;display:block;z-index:15001;background-color:transparent;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;height:3.625rem;width:13.6875rem;top:35.21875rem;left:4.59375rem;display:block; }
#aUsqr6ov6fIuOCoPoOguUU2LLyn0mNLQ { position:absolute;display:block;z-index:15002;height:38.9375rem;width:75rem;top:3.1875rem;left:0rem;display:block; }
#ZdVLILqcOEtZ4f5OORFGxl6KAQuQhgUn { position:relative;display:block; }#ZdVLILqcOEtZ4f5OORFGxl6KAQuQhgUn { background-color: transparent; background-image: none; }#ZdVLILqcOEtZ4f5OORFGxl6KAQuQhgUn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdVLILqcOEtZ4f5OORFGxl6KAQuQhgUn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdVLILqcOEtZ4f5OORFGxl6KAQuQhgUn > .row .container > .video-iframe-container { display: none; }#ZdVLILqcOEtZ4f5OORFGxl6KAQuQhgUn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdVLILqcOEtZ4f5OORFGxl6KAQuQhgUn > .row > .video-iframe-container { display: none; }#ZdVLILqcOEtZ4f5OORFGxl6KAQuQhgUn > .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); }#ZdVLILqcOEtZ4f5OORFGxl6KAQuQhgUn { border-width: 0; border-radius: 0; }#ZdVLILqcOEtZ4f5OORFGxl6KAQuQhgUn > .row .container > .video-iframe-container {  }#ZdVLILqcOEtZ4f5OORFGxl6KAQuQhgUn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#qRG7MXP0RrNqsF3el75h84UCZVQMmQyS { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.46875rem;left:6.25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tfoUVmMr4bw3Hd0ysKyJ1MasfwypyC8f { position:relative;display:block; }#tfoUVmMr4bw3Hd0ysKyJ1MasfwypyC8f { background-color: transparent; background-image: none; }#tfoUVmMr4bw3Hd0ysKyJ1MasfwypyC8f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfoUVmMr4bw3Hd0ysKyJ1MasfwypyC8f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfoUVmMr4bw3Hd0ysKyJ1MasfwypyC8f > .row .container > .video-iframe-container { display: none; }#tfoUVmMr4bw3Hd0ysKyJ1MasfwypyC8f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfoUVmMr4bw3Hd0ysKyJ1MasfwypyC8f > .row > .video-iframe-container { display: none; }#tfoUVmMr4bw3Hd0ysKyJ1MasfwypyC8f > .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); }#tfoUVmMr4bw3Hd0ysKyJ1MasfwypyC8f { border-width: 0; border-radius: 0; }#tfoUVmMr4bw3Hd0ysKyJ1MasfwypyC8f > .row .container > .video-iframe-container {  }#tfoUVmMr4bw3Hd0ysKyJ1MasfwypyC8f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:47.9375rem;width:75rem;position:relative;display:block; }#iuGhm039AkTDN2HaeUOn4u7VTK0gDBcZ { position:absolute;display:block;z-index:15001;background-color:transparent;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;height:3.625rem;width:13.6875rem;top:35.21875rem;left:4.59375rem;display:block; }
#nVNFnDqDr0xTF4uKSAQzCTN4GkMwUJuq { position:absolute;display:block;z-index:15002;height:38.9375rem;width:75rem;top:3.1875rem;left:0rem;display:block; }
#C0LyAlHk9onIdlTfMWtpq3W708k6NJ8e { position:relative;display:block; }#C0LyAlHk9onIdlTfMWtpq3W708k6NJ8e { background-color: transparent; background-image: none; }#C0LyAlHk9onIdlTfMWtpq3W708k6NJ8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0LyAlHk9onIdlTfMWtpq3W708k6NJ8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0LyAlHk9onIdlTfMWtpq3W708k6NJ8e > .row .container > .video-iframe-container { display: none; }#C0LyAlHk9onIdlTfMWtpq3W708k6NJ8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0LyAlHk9onIdlTfMWtpq3W708k6NJ8e > .row > .video-iframe-container { display: none; }#C0LyAlHk9onIdlTfMWtpq3W708k6NJ8e > .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); }#C0LyAlHk9onIdlTfMWtpq3W708k6NJ8e { border-width: 0; border-radius: 0; }#C0LyAlHk9onIdlTfMWtpq3W708k6NJ8e > .row .container > .video-iframe-container {  }#C0LyAlHk9onIdlTfMWtpq3W708k6NJ8e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#MmaEwgP8Lk0NeT1rS1x42JpTmPdm4Sbh { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.46875rem;left:6.25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jhib7lPbn0Epc8l1euikD9sF3wTcEV2J { position:relative;display:block; }#Jhib7lPbn0Epc8l1euikD9sF3wTcEV2J { background-color: transparent; background-image: none; }#Jhib7lPbn0Epc8l1euikD9sF3wTcEV2J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jhib7lPbn0Epc8l1euikD9sF3wTcEV2J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jhib7lPbn0Epc8l1euikD9sF3wTcEV2J > .row .container > .video-iframe-container { display: none; }#Jhib7lPbn0Epc8l1euikD9sF3wTcEV2J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jhib7lPbn0Epc8l1euikD9sF3wTcEV2J > .row > .video-iframe-container { display: none; }#Jhib7lPbn0Epc8l1euikD9sF3wTcEV2J > .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); }#Jhib7lPbn0Epc8l1euikD9sF3wTcEV2J { border-width: 0; border-radius: 0; }#Jhib7lPbn0Epc8l1euikD9sF3wTcEV2J > .row .container > .video-iframe-container {  }#Jhib7lPbn0Epc8l1euikD9sF3wTcEV2J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:47.9375rem;width:75rem;position:relative;display:block; }#cBanEHsh0tKA21nJhMet8LNtDuoGssBU { position:absolute;display:block;z-index:15001;background-color:transparent;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;height:3.625rem;width:13.6875rem;top:35.21875rem;left:4.59375rem;display:block; }
#im5eEk35fS9qpkgDCzTmqdRkhsMgnO4R { position:absolute;display:block;z-index:15002;height:38.9375rem;width:75rem;top:3.1875rem;left:0rem;display:block; }
#pk6pLGRIEcJcIITcvGMawIyGZClOF0ct { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#213d6a;background-image:none;position:relative;display:block; }#pk6pLGRIEcJcIITcvGMawIyGZClOF0ct > .row .container { background-color: transparent; background-image: none; }#pk6pLGRIEcJcIITcvGMawIyGZClOF0ct::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk6pLGRIEcJcIITcvGMawIyGZClOF0ct > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk6pLGRIEcJcIITcvGMawIyGZClOF0ct > .row .container > .video-iframe-container { display: none; }#pk6pLGRIEcJcIITcvGMawIyGZClOF0ct > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk6pLGRIEcJcIITcvGMawIyGZClOF0ct > .row > .video-iframe-container { display: none; }#pk6pLGRIEcJcIITcvGMawIyGZClOF0ct > .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); }#pk6pLGRIEcJcIITcvGMawIyGZClOF0ct > .row .container { border-width: 0; border-radius: 0; }#pk6pLGRIEcJcIITcvGMawIyGZClOF0ct > .row > .video-iframe-container {  }#pk6pLGRIEcJcIITcvGMawIyGZClOF0ct > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:block; }#QVzqeOXwVLb5qdiPJ0lD01zg4Lds6xxt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:12rem;top:3.2499847412109rem;left:1.46875rem;overflow:hidden;display:block; }
#knVsrJ3HD3Pe7NcrllAlMUH7sr7Nu8v3 { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3307266235351rem;left:27.71875rem;height:5.52345rem;font-style:normal;display:block; }
#QqCRZwtyPW2B7zo07UsORx4iZHlaCTRZ { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4375rem;left:44.78125rem;height:1.38125rem;font-style:normal;display:block; }
#Aplx92EC7HXwiMo62z7kfQGco0hEnDCB { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.4296875rem;left:44.78125rem;height:1.625rem;font-style:normal;display:block; }
#qW1gbVhFwJvTrtHB5NoVapQNBaB6PMaH { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.4314270019531rem;left:59.65625rem;height:1.625rem;font-style:normal;display:block; }
#WKVb2pkeZ0qTIouGwtTpUdhdIcFkLrBX { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:3.3125rem;top:5.6875rem;left:67.5rem;overflow:hidden;display:block; }
#wW31tT5xV8ZCyL1JuNhm4PXKFmHAb86x { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:3.3125rem;top:5.6875rem;left:71.6875rem;overflow:hidden;display:block; }
#N3NdJahDg90SPgAJBJkyUTdJTlBgAyke { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:9.375rem;top:3.53125rem;left:14.25rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #dZ49U1aXGTAvsTALB1ITNtodQalWtPp3 { display:block; }#dZ49U1aXGTAvsTALB1ITNtodQalWtPp3 > .row .container { width:47.75rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nWPZyLEG8ctoPcX9Hn4WbsKladBfgWqw { width:7.5rem;height:3.125rem;top:1.5625rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sZBcug51hf1gsJ0tJSo5Oo8cdQnTAtaV { width:8.9375rem;height:5.4375rem;top:0.40625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IfIWb9OdyW5ohATCZpVGgEHZlZqLs193 { background-color:#213c67;background-image:url("https://images.assets-landingi.com/5zalxham/Group_2503.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#IfIWb9OdyW5ohATCZpVGgEHZlZqLs193.adaptive-delivery-prevent-bg, #IfIWb9OdyW5ohATCZpVGgEHZlZqLs193.lazyload, #IfIWb9OdyW5ohATCZpVGgEHZlZqLs193.lazyloading { background-image: none; }#IfIWb9OdyW5ohATCZpVGgEHZlZqLs193 > .row .container { background-color: transparent; background-image: none; }#IfIWb9OdyW5ohATCZpVGgEHZlZqLs193::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfIWb9OdyW5ohATCZpVGgEHZlZqLs193 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfIWb9OdyW5ohATCZpVGgEHZlZqLs193 > .row .container > .video-iframe-container { display: none; }#IfIWb9OdyW5ohATCZpVGgEHZlZqLs193 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfIWb9OdyW5ohATCZpVGgEHZlZqLs193 > .row > .video-iframe-container { display: none; }#IfIWb9OdyW5ohATCZpVGgEHZlZqLs193 > .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); }#IfIWb9OdyW5ohATCZpVGgEHZlZqLs193 > .row .container { width:47.75rem;height:28.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QWFTBi2383gnK0cl0Bgv3xk55mdXXJEO { width:31.25rem;height:1.1806625rem;top:6.375rem;left:0.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wbzzJyQdqT5dJbrEZCDSScIMozMnoHtt { width:45.374375rem;height:6.5rem;top:9.875rem;left:0.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wXwmTZePHdnCZTPnwXKHSwPU4NE0Pd5m { width:18.3125rem;height:1.9375rem;top:2.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #InFTSlXKmtIZwuN7CWXzQ4E8qp7VAqRn { display:block; }
 }@media only screen and (max-width: 1199px) { #fl75XG3whDU4umVForaFKL3Aso1VIVGA { width:11.6875rem;height:11.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EQwSJ83CAMnatt6wSEShcBNG8PkZA3u8 { width:1.5rem;height:1.1875rem;top:5.25rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yKyiLB7siK3aTWO4s6tH3c9WPNbicMvR { width:26rem;height:3.3984375rem;top:19.8125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #llqLAcmgVLgXaWt5nV1L9FhgoGHyaSOD { display:block; }#llqLAcmgVLgXaWt5nV1L9FhgoGHyaSOD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #codadIkZq2sl17LiLfP27x3aMfGdzeUb { width:47.75rem;height:4.875rem;top:2.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JynwAfx6mBkbTO53o2e95v0u7HuAFm2C { display:block; }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .row .container { width:47.75rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #H9kyRhy1pxd0Z9o0IqxqgzudfwCCCLSd { width:13.6875rem;height:3.625rem;top:35.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #owABCOk4zpyRXogUluBDCMs9SJagEX0p { width:47.75rem;height:32.375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iGCBB3StigfxgzCoFfSWW6TiubuklemZ { display:block; }#iGCBB3StigfxgzCoFfSWW6TiubuklemZ > .row .container { width:47.75rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xNQiALZflu5TaNraE0as0ApLB52BtRww { width:47.75rem;height:2.4375rem;top:2.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xPNuqtDVSwHnKBG9JkE4TQaRo4h29Awi { display:block; }#xPNuqtDVSwHnKBG9JkE4TQaRo4h29Awi > .row .container { width:47.75rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Iv0e8g8Twf22AaIoOhGkTm7GkAGr7Wzg { width:13.6875rem;height:3.625rem;top:35.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aUsqr6ov6fIuOCoPoOguUU2LLyn0mNLQ { width:47.75rem;height:32.375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZdVLILqcOEtZ4f5OORFGxl6KAQuQhgUn { display:block; }#ZdVLILqcOEtZ4f5OORFGxl6KAQuQhgUn > .row .container { width:47.75rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qRG7MXP0RrNqsF3el75h84UCZVQMmQyS { width:47.75rem;height:2.4375rem;top:2.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tfoUVmMr4bw3Hd0ysKyJ1MasfwypyC8f { display:block; }#tfoUVmMr4bw3Hd0ysKyJ1MasfwypyC8f > .row .container { width:47.75rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iuGhm039AkTDN2HaeUOn4u7VTK0gDBcZ { width:13.6875rem;height:3.625rem;top:35.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nVNFnDqDr0xTF4uKSAQzCTN4GkMwUJuq { width:47.75rem;height:32.375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C0LyAlHk9onIdlTfMWtpq3W708k6NJ8e { display:block; }#C0LyAlHk9onIdlTfMWtpq3W708k6NJ8e > .row .container { width:47.75rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MmaEwgP8Lk0NeT1rS1x42JpTmPdm4Sbh { width:47.75rem;height:2.4375rem;top:2.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jhib7lPbn0Epc8l1euikD9sF3wTcEV2J { display:block; }#Jhib7lPbn0Epc8l1euikD9sF3wTcEV2J > .row .container { width:47.75rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cBanEHsh0tKA21nJhMet8LNtDuoGssBU { width:13.6875rem;height:3.625rem;top:35.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #im5eEk35fS9qpkgDCzTmqdRkhsMgnO4R { width:47.75rem;height:32.375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pk6pLGRIEcJcIITcvGMawIyGZClOF0ct { display:block; }#pk6pLGRIEcJcIITcvGMawIyGZClOF0ct > .row .container { width:47.75rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QVzqeOXwVLb5qdiPJ0lD01zg4Lds6xxt { width:12rem;height:5.6875rem;top:1.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #knVsrJ3HD3Pe7NcrllAlMUH7sr7Nu8v3 { width:14.9375rem;height:5.52345rem;top:5rem;left:14.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QqCRZwtyPW2B7zo07UsORx4iZHlaCTRZ { width:14.9375rem;height:1.3808625rem;top:4.0625rem;left:29.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Aplx92EC7HXwiMo62z7kfQGco0hEnDCB { width:8.8125rem;height:1.625rem;top:7rem;left:29.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qW1gbVhFwJvTrtHB5NoVapQNBaB6PMaH { width:14.9375rem;height:1.625rem;top:9.875rem;left:29.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WKVb2pkeZ0qTIouGwtTpUdhdIcFkLrBX { width:3.3125rem;height:3.3125rem;top:6.09375rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wW31tT5xV8ZCyL1JuNhm4PXKFmHAb86x { width:3.3125rem;height:3.3125rem;top:6.09375rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N3NdJahDg90SPgAJBJkyUTdJTlBgAyke { width:9.375rem;height:5.6875rem;top:8.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dZ49U1aXGTAvsTALB1ITNtodQalWtPp3 { display:block; }#dZ49U1aXGTAvsTALB1ITNtodQalWtPp3 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWPZyLEG8ctoPcX9Hn4WbsKladBfgWqw { width:7.5rem;height:3.125rem;top:2.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZBcug51hf1gsJ0tJSo5Oo8cdQnTAtaV { width:8.8125rem;height:5.3125rem;top:1.09375rem;left:9.955078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfIWb9OdyW5ohATCZpVGgEHZlZqLs193 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/5zalxham/Group_2503.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IfIWb9OdyW5ohATCZpVGgEHZlZqLs193.adaptive-delivery-prevent-bg, #IfIWb9OdyW5ohATCZpVGgEHZlZqLs193.lazyload, #IfIWb9OdyW5ohATCZpVGgEHZlZqLs193.lazyloading { background-image: none; }#IfIWb9OdyW5ohATCZpVGgEHZlZqLs193 > .row .container { background-color: transparent; background-image: none; }#IfIWb9OdyW5ohATCZpVGgEHZlZqLs193::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfIWb9OdyW5ohATCZpVGgEHZlZqLs193 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfIWb9OdyW5ohATCZpVGgEHZlZqLs193 > .row .container > .video-iframe-container { display: none; }#IfIWb9OdyW5ohATCZpVGgEHZlZqLs193 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfIWb9OdyW5ohATCZpVGgEHZlZqLs193 > .row > .video-iframe-container { display: none; }#IfIWb9OdyW5ohATCZpVGgEHZlZqLs193 > .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); }#IfIWb9OdyW5ohATCZpVGgEHZlZqLs193 > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWFTBi2383gnK0cl0Bgv3xk55mdXXJEO { width:19.4375rem;height:1.35rem;top:4.5625rem;left:0rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wbzzJyQdqT5dJbrEZCDSScIMozMnoHtt { width:20rem;height:4.3875rem;top:6.6875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wXwmTZePHdnCZTPnwXKHSwPU4NE0Pd5m { width:13.3125rem;height:2.0625rem;top:1.4670143127441rem;left:3.3428819775581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InFTSlXKmtIZwuN7CWXzQ4E8qp7VAqRn { display:block; }
 }@media only screen and (max-width: 763px) { #fl75XG3whDU4umVForaFKL3Aso1VIVGA { top:32.1865234375rem;left:3.34375rem;width:11.6875rem;height:11.3125rem;z-index:15011;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #EQwSJ83CAMnatt6wSEShcBNG8PkZA3u8 { width:1.625rem;height:1.3125rem;top:5.3125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKyiLB7siK3aTWO4s6tH3c9WPNbicMvR { width:17.3125rem;height:3.199225rem;top:12.76171875rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #llqLAcmgVLgXaWt5nV1L9FhgoGHyaSOD { display:block; }#llqLAcmgVLgXaWt5nV1L9FhgoGHyaSOD > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #codadIkZq2sl17LiLfP27x3aMfGdzeUb { width:20rem;height:9.75rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JynwAfx6mBkbTO53o2e95v0u7HuAFm2C { display:block; }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9kyRhy1pxd0Z9o0IqxqgzudfwCCCLSd { width:13.6875rem;height:3.625rem;top:13.6875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #owABCOk4zpyRXogUluBDCMs9SJagEX0p { width:20rem;height:14.0625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGCBB3StigfxgzCoFfSWW6TiubuklemZ { display:block; }#iGCBB3StigfxgzCoFfSWW6TiubuklemZ > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNQiALZflu5TaNraE0as0ApLB52BtRww { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPNuqtDVSwHnKBG9JkE4TQaRo4h29Awi { display:block; }#xPNuqtDVSwHnKBG9JkE4TQaRo4h29Awi > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iv0e8g8Twf22AaIoOhGkTm7GkAGr7Wzg { width:13.6875rem;height:3.625rem;top:13.6875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aUsqr6ov6fIuOCoPoOguUU2LLyn0mNLQ { width:20rem;height:14.0625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdVLILqcOEtZ4f5OORFGxl6KAQuQhgUn { display:block; }#ZdVLILqcOEtZ4f5OORFGxl6KAQuQhgUn > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRG7MXP0RrNqsF3el75h84UCZVQMmQyS { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfoUVmMr4bw3Hd0ysKyJ1MasfwypyC8f { display:block; }#tfoUVmMr4bw3Hd0ysKyJ1MasfwypyC8f > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iuGhm039AkTDN2HaeUOn4u7VTK0gDBcZ { width:13.6875rem;height:3.625rem;top:13.6875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nVNFnDqDr0xTF4uKSAQzCTN4GkMwUJuq { width:20rem;height:14.0625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0LyAlHk9onIdlTfMWtpq3W708k6NJ8e { display:block; }#C0LyAlHk9onIdlTfMWtpq3W708k6NJ8e > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmaEwgP8Lk0NeT1rS1x42JpTmPdm4Sbh { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhib7lPbn0Epc8l1euikD9sF3wTcEV2J { display:block; }#Jhib7lPbn0Epc8l1euikD9sF3wTcEV2J > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBanEHsh0tKA21nJhMet8LNtDuoGssBU { width:13.6875rem;height:3.625rem;top:13.6875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #im5eEk35fS9qpkgDCzTmqdRkhsMgnO4R { width:20rem;height:14.0625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk6pLGRIEcJcIITcvGMawIyGZClOF0ct { display:block; }#pk6pLGRIEcJcIITcvGMawIyGZClOF0ct > .row .container { width:20rem;height:29.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QVzqeOXwVLb5qdiPJ0lD01zg4Lds6xxt { width:9.375rem;height:4.375rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #knVsrJ3HD3Pe7NcrllAlMUH7sr7Nu8v3 { width:14.9375rem;height:4.875rem;top:16.749133110046rem;left:2.5312500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QqCRZwtyPW2B7zo07UsORx4iZHlaCTRZ { width:14.9375rem;height:1.3808625rem;top:7.375rem;left:2.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Aplx92EC7HXwiMo62z7kfQGco0hEnDCB { width:14.9375rem;height:1.625rem;top:10rem;left:2.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qW1gbVhFwJvTrtHB5NoVapQNBaB6PMaH { width:14.9375rem;height:1.625rem;top:12.875rem;left:2.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WKVb2pkeZ0qTIouGwtTpUdhdIcFkLrBX { width:3.125rem;height:3.125rem;top:23.186633110046rem;left:6.7491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW31tT5xV8ZCyL1JuNhm4PXKFmHAb86x { width:3.125rem;height:3.125rem;top:23.186633110046rem;left:10.624132454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3NdJahDg90SPgAJBJkyUTdJTlBgAyke { width:8rem;height:4.875rem;top:0.875rem;left:11.125rem;display:block; }
 }