.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;
}body { background-color:#efefef;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); }#rymKl5GZaa21fy3g3TQcf8UHizq0imec { 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; }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row .container { background-color: transparent; background-image: none; }#rymKl5GZaa21fy3g3TQcf8UHizq0imec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row .container > .video-iframe-container { display: none; }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row > .video-iframe-container { display: none; }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .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); }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row .container { border-width: 0; border-radius: 0; }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#dRbcoxuEhmWg3eE15MlRV4HwtMbxGuov { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:11.25rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#QZm4prNoyqC3bWNz9ZlIsTIaDyvrTBqR { color:#e67e22;display:block;width:26.75rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.5625rem;left:0rem;height:2.2744125rem;font-style:normal;display:block; }
#KtTe3zBvmGlLyqSlxfADdW5MZxQRvIfK { color:#000000;display:block;width:35.8125rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.5rem;left:0rem;height:3.8994125rem;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; }
#bIBrv8kelVvNuuOMTW8u595yNl2hm2RT { color:#156e81;display:block;width:42.875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.2734375rem;left:0rem;height:2.5996125rem;display:block; }
#pFnhqEoJOi1ehXvZRgmyxmtre9FcpnVu { color:#000000;display:block;width:44.125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.1875rem;left:0rem;height:7.796875rem;display:block; }
#UuVuZmoA5qWBG0IuR6lw8M7EDfnqspub { background-color:#e67e22;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f1f1f1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.75rem;height:3.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.9375rem;left:9.1874990463256rem;display:block; }
#TOFLFnc01UOqWnwtBBuBe01NV5apwbCg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OS8zP20wyiqQC3Rs7T52cUSUPnNltWWe { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33rem;width:22rem;top:5.5607635974884rem;left:48.343750953674rem;overflow:hidden;display:block; }
#Wvb22mV7G031AyTdyWbSsATql7GVISJn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8f1f2;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; }#Wvb22mV7G031AyTdyWbSsATql7GVISJn > .row .container { background-color: transparent; background-image: none; }#Wvb22mV7G031AyTdyWbSsATql7GVISJn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wvb22mV7G031AyTdyWbSsATql7GVISJn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wvb22mV7G031AyTdyWbSsATql7GVISJn > .row .container > .video-iframe-container { display: none; }#Wvb22mV7G031AyTdyWbSsATql7GVISJn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wvb22mV7G031AyTdyWbSsATql7GVISJn > .row > .video-iframe-container { display: none; }#Wvb22mV7G031AyTdyWbSsATql7GVISJn > .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); }#Wvb22mV7G031AyTdyWbSsATql7GVISJn > .row .container { border-width: 0; border-radius: 0; }#Wvb22mV7G031AyTdyWbSsATql7GVISJn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wvb22mV7G031AyTdyWbSsATql7GVISJn > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:block; }#qzPaE5psWAmIuLhsgl8ZIRWMwTCxu8OD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.25rem;width:20.875rem;top:1.25rem;left:1.3749990463257rem;overflow:hidden;display:block; }
#UHTwa5mriMmJbGN3A2fInzhZOmbN71QW { color:#000000;display:block;width:48rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.3125rem;left:26.155383110046rem;height:9.75rem;font-style:normal;display:block; }
#RLLJ1hk8dxhcr8GWevlkN8ShT0QZeJSv { color:#000000;display:block;width:44.5625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.2690973281861rem;left:26.155383110046rem;height:;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; }
#zrNAzrUoXy0eWz4NIAqARxoFgsVPT5lE { 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; }#zrNAzrUoXy0eWz4NIAqARxoFgsVPT5lE > .row .container { background-color: transparent; background-image: none; }#zrNAzrUoXy0eWz4NIAqARxoFgsVPT5lE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrNAzrUoXy0eWz4NIAqARxoFgsVPT5lE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrNAzrUoXy0eWz4NIAqARxoFgsVPT5lE > .row .container > .video-iframe-container { display: none; }#zrNAzrUoXy0eWz4NIAqARxoFgsVPT5lE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrNAzrUoXy0eWz4NIAqARxoFgsVPT5lE > .row > .video-iframe-container { display: none; }#zrNAzrUoXy0eWz4NIAqARxoFgsVPT5lE > .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); }#zrNAzrUoXy0eWz4NIAqARxoFgsVPT5lE > .row .container { border-width: 0; border-radius: 0; }#zrNAzrUoXy0eWz4NIAqARxoFgsVPT5lE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zrNAzrUoXy0eWz4NIAqARxoFgsVPT5lE > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#sAApAlg79zAOhibTI36w1r2pmcTTMfou { color:#000000;display:block;width:33.375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.57421875rem;left:0rem;height:;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; }
#VcuAhB1vGd2QZ4lTwvOE61eiRnAa0RzZ { 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; }#VcuAhB1vGd2QZ4lTwvOE61eiRnAa0RzZ > .row .container { background-color: transparent; background-image: none; }#VcuAhB1vGd2QZ4lTwvOE61eiRnAa0RzZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcuAhB1vGd2QZ4lTwvOE61eiRnAa0RzZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcuAhB1vGd2QZ4lTwvOE61eiRnAa0RzZ > .row .container > .video-iframe-container { display: none; }#VcuAhB1vGd2QZ4lTwvOE61eiRnAa0RzZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcuAhB1vGd2QZ4lTwvOE61eiRnAa0RzZ > .row > .video-iframe-container { display: none; }#VcuAhB1vGd2QZ4lTwvOE61eiRnAa0RzZ > .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); }#VcuAhB1vGd2QZ4lTwvOE61eiRnAa0RzZ > .row .container { border-width: 0; border-radius: 0; }#VcuAhB1vGd2QZ4lTwvOE61eiRnAa0RzZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VcuAhB1vGd2QZ4lTwvOE61eiRnAa0RzZ > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;position:relative;display:block; }#bFsf06DKSUBfFALPDIETJRVoPv0qvKyb { box-sizing:content-box;height:13.9375rem;width:17.6875rem;position:absolute;display:block;z-index:15000;background-color:#e67e22;background-image:none;top:1.25rem;left:0.53125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#hJB7moWhPlH5F4XmLasvbETT7zogOaWR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.8125rem;top:3.6875rem;left:7.46875rem;overflow:hidden;display:block; }
#Nc6Gp8oeGIrQcFhHay6NVWnigK9J6qhN { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.375rem;left:3.125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XA9k2lLdkZmQn4naVrTMUM8EK2ZhVh4H { box-sizing:content-box;height:13.9375rem;width:17.6875rem;position:absolute;display:block;z-index:15003;background-color:#156e81;background-image:none;top:1.25rem;left:19.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#X9e9mHf3akL52vfOf7HpfTqzLkozteyq { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.8125rem;top:3.6875rem;left:26.25rem;overflow:hidden;display:block; }
#VybbB5seNo7nPtSWguigLhhWhWLxzKvH { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.375rem;left:21.875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sbHhMTK2WVTnyMSrwMym5rOsNUBE72XB { box-sizing:content-box;height:13.9375rem;width:17.6875rem;position:absolute;display:block;z-index:15006;background-color:#e67e22;background-image:none;top:1.25rem;left:38.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#G6HD3DV6puX0UUqNbSygsmFmTpTLSso7 { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.375rem;left:38.3125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lyhrcInvnmU7ocI587kTQkoSciH5pbEK { box-sizing:content-box;height:13.9375rem;width:17.6875rem;position:absolute;display:block;z-index:15009;background-color:#156e81;background-image:none;top:1.25rem;left:56.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#WsMDt3MCPsJqbc9o62fIvHKfSEufi6h4 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.8125rem;top:3.6875rem;left:45rem;overflow:hidden;display:block; }
#fqzVNUTWlrCOcDnfNA2pUGiCTP9BPmrM { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.375rem;left:59.375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BbxfenzTxKJVIHf98ZM8w6xyEQbBoDLp { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.8125rem;top:3.6875rem;left:63.71875rem;overflow:hidden;display:block; }
#dOLFTvOdOMbiT9yeO4O4xbv2NH4Na0yW { 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; }#dOLFTvOdOMbiT9yeO4O4xbv2NH4Na0yW > .row .container { background-color: transparent; background-image: none; }#dOLFTvOdOMbiT9yeO4O4xbv2NH4Na0yW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOLFTvOdOMbiT9yeO4O4xbv2NH4Na0yW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOLFTvOdOMbiT9yeO4O4xbv2NH4Na0yW > .row .container > .video-iframe-container { display: none; }#dOLFTvOdOMbiT9yeO4O4xbv2NH4Na0yW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOLFTvOdOMbiT9yeO4O4xbv2NH4Na0yW > .row > .video-iframe-container { display: none; }#dOLFTvOdOMbiT9yeO4O4xbv2NH4Na0yW > .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); }#dOLFTvOdOMbiT9yeO4O4xbv2NH4Na0yW > .row .container { border-width: 0; border-radius: 0; }#dOLFTvOdOMbiT9yeO4O4xbv2NH4Na0yW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dOLFTvOdOMbiT9yeO4O4xbv2NH4Na0yW > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#TdPZSfHE4KEw76fgrlsNWJyPzMwBxs1f { background-color:#e67e22;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:3.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.46875rem;left:29.34375rem;display:block; }
#TuqBnDIzbdqaD5F6kBnWJeOivwaLL1EI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL { 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; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row .container { background-color: transparent; background-image: none; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row .container > .video-iframe-container { display: none; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row > .video-iframe-container { display: none; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .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); }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row .container { border-width: 0; border-radius: 0; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:block; }#vNOk9lUtTtByDoRoU7Te8ZGBqGU5UeOJ { color:#090134;display:block;width:32.625rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8125rem;left:21.1875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s0TvWIFuJSA2JVP1S6SfcBWgd7S03FLS { color:#090134;display:block;width:32.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.375rem;left:21.15625rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d { 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; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container { background-color: transparent; background-image: none; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container > .video-iframe-container { display: none; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row > .video-iframe-container { display: none; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .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); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container { border-width: 0; border-radius: 0; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;position:relative;display:block; }#nzdG6ISEQbN4BBxmpihiFBCkaAdZ3QTF { position:absolute;z-index:15009;top:1.5rem;left:8.03125rem;width:58.9375rem;height:37rem;display:block; }
#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#156e81;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; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row .container { background-color: transparent; background-image: none; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row .container > .video-iframe-container { display: none; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row > .video-iframe-container { display: none; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .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); }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row .container { border-width: 0; border-radius: 0; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row .container { font-size:0.875rem;font-family:arial;height:17.625rem;width:75rem;position:relative;display:block; }#Kxe1ptTlbfeRBcwWZezgntgkLFUfCDM3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:12.6875rem;top:2.40625rem;left:31.78125rem;overflow:hidden;display:block; }
#PFnMgfDz2wRvMvdS0CP6Uml3nbTQ6wvF { color:#ffffff;display:block;width:33.4375rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:20.78125rem;height:8.7715125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/460322a7-aa20-4e47-8bfb-5a09c150db8e/00001.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 1199px) { #rymKl5GZaa21fy3g3TQcf8UHizq0imec { display:block; }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row .container { width:47.75rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dRbcoxuEhmWg3eE15MlRV4HwtMbxGuov { width:11.25rem;height:3.62413125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QZm4prNoyqC3bWNz9ZlIsTIaDyvrTBqR { width:21.749125rem;height:4.0625rem;top:6.1875rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #KtTe3zBvmGlLyqSlxfADdW5MZxQRvIfK { width:35.811625rem;height:3.25rem;top:10.25rem;left:0rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #bIBrv8kelVvNuuOMTW8u595yNl2hm2RT { width:42.874375rem;height:2.2744125rem;top:14.125rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #pFnhqEoJOi1ehXvZRgmyxmtre9FcpnVu { width:27.0625rem;height:8.125rem;top:17.0625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #UuVuZmoA5qWBG0IuR6lw8M7EDfnqspub { width:37.4375rem;height:3.875rem;top:30.810546875rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TOFLFnc01UOqWnwtBBuBe01NV5apwbCg { display:block; }
 }@media only screen and (max-width: 1199px) { #OS8zP20wyiqQC3Rs7T52cUSUPnNltWWe { width:15.625rem;height:23.5rem;top:5.3721790313721rem;left:31.125219106674rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wvb22mV7G031AyTdyWbSsATql7GVISJn { display:block; }#Wvb22mV7G031AyTdyWbSsATql7GVISJn > .row .container { width:47.75rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qzPaE5psWAmIuLhsgl8ZIRWMwTCxu8OD { width:13.75rem;height:19.3125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UHTwa5mriMmJbGN3A2fInzhZOmbN71QW { width:30.5rem;height:14.625rem;top:5.125rem;left:15.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #RLLJ1hk8dxhcr8GWevlkN8ShT0QZeJSv { width:32.3125rem;height:2.2744125rem;top:1.6875rem;left:15.4375rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #zrNAzrUoXy0eWz4NIAqARxoFgsVPT5lE { display:block; }#zrNAzrUoXy0eWz4NIAqARxoFgsVPT5lE > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sAApAlg79zAOhibTI36w1r2pmcTTMfou { width:35.811625rem;height:2.5996125rem;top:1.3563385009766rem;left:5.9678823947906rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #VcuAhB1vGd2QZ4lTwvOE61eiRnAa0RzZ { display:block; }#VcuAhB1vGd2QZ4lTwvOE61eiRnAa0RzZ > .row .container { width:47.75rem;height:30.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bFsf06DKSUBfFALPDIETJRVoPv0qvKyb { width:17.6875rem;height:13.9375rem;top:0.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hJB7moWhPlH5F4XmLasvbETT7zogOaWR { width:3.75rem;height:3.6875rem;top:3.0625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nc6Gp8oeGIrQcFhHay6NVWnigK9J6qhN { width:12.5rem;height:3.25rem;top:7.75rem;left:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XA9k2lLdkZmQn4naVrTMUM8EK2ZhVh4H { width:17.6875rem;height:13.9375rem;top:0.625rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X9e9mHf3akL52vfOf7HpfTqzLkozteyq { width:3.8125rem;height:3.75rem;top:3.0625rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VybbB5seNo7nPtSWguigLhhWhWLxzKvH { width:12.5rem;height:3.25rem;top:7.75rem;left:30.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sbHhMTK2WVTnyMSrwMym5rOsNUBE72XB { width:17.6875rem;height:13.9375rem;top:15.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G6HD3DV6puX0UUqNbSygsmFmTpTLSso7 { width:12.5rem;height:6.5rem;top:21.6875rem;left:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lyhrcInvnmU7ocI587kTQkoSciH5pbEK { width:17.6875rem;height:13.9375rem;top:15.625rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WsMDt3MCPsJqbc9o62fIvHKfSEufi6h4 { width:3.8125rem;height:3.75rem;top:17rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fqzVNUTWlrCOcDnfNA2pUGiCTP9BPmrM { width:12.5rem;height:3.25rem;top:21.6875rem;left:30.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BbxfenzTxKJVIHf98ZM8w6xyEQbBoDLp { width:3.8125rem;height:3.75rem;top:17rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dOLFTvOdOMbiT9yeO4O4xbv2NH4Na0yW { display:block; }#dOLFTvOdOMbiT9yeO4O4xbv2NH4Na0yW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TdPZSfHE4KEw76fgrlsNWJyPzMwBxs1f { width:20.4375rem;height:3.875rem;top:1.0625rem;left:13.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TuqBnDIzbdqaD5F6kBnWJeOivwaLL1EI { display:block; }
 }@media only screen and (max-width: 1199px) { #ovJRTkfK1uo2Wh5toVznwFapI04CbyJL { display:block; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row .container { width:47.75rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vNOk9lUtTtByDoRoU7Te8ZGBqGU5UeOJ { width:32.6248125rem;height:1.7871125rem;top:1.3747844696045rem;left:7.5618493556975rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s0TvWIFuJSA2JVP1S6SfcBWgd7S03FLS { width:32.686625rem;height:1.21875rem;top:4.2491340637207rem;left:7.5303819179537rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d { display:block; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container { width:47.75rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nzdG6ISEQbN4BBxmpihiFBCkaAdZ3QTF { width:41.4375rem;height:29.75rem;top:2.0625rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 { display:block; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Kxe1ptTlbfeRBcwWZezgntgkLFUfCDM3 { width:12.6875rem;height:3.9375rem;top:2.375rem;left:17.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PFnMgfDz2wRvMvdS0CP6Uml3nbTQ6wvF { width:33.4375rem;height:8.7715125rem;top:7.4375rem;left:7.15625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/460322a7-aa20-4e47-8bfb-5a09c150db8e/00001.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #rymKl5GZaa21fy3g3TQcf8UHizq0imec { display:block; }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRbcoxuEhmWg3eE15MlRV4HwtMbxGuov { width:11.25rem;height:3.625rem;top:1.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZm4prNoyqC3bWNz9ZlIsTIaDyvrTBqR { width:20rem;height:4.2246125rem;top:6.125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KtTe3zBvmGlLyqSlxfADdW5MZxQRvIfK { width:20rem;height:2.2744125rem;top:11.5996125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bIBrv8kelVvNuuOMTW8u595yNl2hm2RT { width:20rem;height:1.625rem;top:15.12305rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pFnhqEoJOi1ehXvZRgmyxmtre9FcpnVu { width:20rem;height:7.3095625rem;top:17.99805rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UuVuZmoA5qWBG0IuR6lw8M7EDfnqspub { width:18.999rem;height:3.874025rem;top:49.181675rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOFLFnc01UOqWnwtBBuBe01NV5apwbCg { display:block; }
 }@media only screen and (max-width: 763px) { #OS8zP20wyiqQC3Rs7T52cUSUPnNltWWe { width:14.25rem;height:21.375rem;top:26.556675rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wvb22mV7G031AyTdyWbSsATql7GVISJn { display:block; }#Wvb22mV7G031AyTdyWbSsATql7GVISJn > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qzPaE5psWAmIuLhsgl8ZIRWMwTCxu8OD { width:15.125rem;height:21.1875rem;top:1.6221809387207rem;left:2.4370661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHTwa5mriMmJbGN3A2fInzhZOmbN71QW { width:18.3125rem;height:21.9286875rem;top:27.283203125rem;left:0.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLLJ1hk8dxhcr8GWevlkN8ShT0QZeJSv { width:20rem;height:2.2744125rem;top:24.1640625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zrNAzrUoXy0eWz4NIAqARxoFgsVPT5lE { display:block; }#zrNAzrUoXy0eWz4NIAqARxoFgsVPT5lE > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAApAlg79zAOhibTI36w1r2pmcTTMfou { width:17.4375rem;height:4.548825rem;top:1.275390625rem;left:1.28125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcuAhB1vGd2QZ4lTwvOE61eiRnAa0RzZ { display:block; }#VcuAhB1vGd2QZ4lTwvOE61eiRnAa0RzZ > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFsf06DKSUBfFALPDIETJRVoPv0qvKyb { width:17.6875rem;height:13.9375rem;top:1.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJB7moWhPlH5F4XmLasvbETT7zogOaWR { width:3.75rem;height:3.6875rem;top:3.6875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc6Gp8oeGIrQcFhHay6NVWnigK9J6qhN { width:12.5rem;height:3.25rem;top:8.375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA9k2lLdkZmQn4naVrTMUM8EK2ZhVh4H { width:17.6875rem;height:13.9375rem;top:16.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9e9mHf3akL52vfOf7HpfTqzLkozteyq { width:3.8125rem;height:3.75rem;top:18.875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VybbB5seNo7nPtSWguigLhhWhWLxzKvH { width:12.5rem;height:3.25rem;top:23.5625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbHhMTK2WVTnyMSrwMym5rOsNUBE72XB { width:17.6875rem;height:13.9375rem;top:31.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6HD3DV6puX0UUqNbSygsmFmTpTLSso7 { width:17.125rem;height:4.875rem;top:38.75rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyhrcInvnmU7ocI587kTQkoSciH5pbEK { width:17.6875rem;height:13.9375rem;top:46.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsMDt3MCPsJqbc9o62fIvHKfSEufi6h4 { width:3.8125rem;height:3.75rem;top:34.0625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqzVNUTWlrCOcDnfNA2pUGiCTP9BPmrM { width:12.5rem;height:3.25rem;top:53.9375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbxfenzTxKJVIHf98ZM8w6xyEQbBoDLp { width:3.8125rem;height:3.75rem;top:49.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOLFTvOdOMbiT9yeO4O4xbv2NH4Na0yW { display:block; }#dOLFTvOdOMbiT9yeO4O4xbv2NH4Na0yW > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdPZSfHE4KEw76fgrlsNWJyPzMwBxs1f { width:16.3125rem;height:3.875rem;top:1.46875rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuqBnDIzbdqaD5F6kBnWJeOivwaLL1EI { display:block; }
 }@media only screen and (max-width: 763px) { #ovJRTkfK1uo2Wh5toVznwFapI04CbyJL { display:block; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vNOk9lUtTtByDoRoU7Te8ZGBqGU5UeOJ { width:18.75rem;height:1.7875rem;top:1.5rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0TvWIFuJSA2JVP1S6SfcBWgd7S03FLS { width:18.75rem;height:2.4375rem;top:4.5375003814697rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d { background-color:rgba(0,0,0,0);background-image:none;display:block; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container { background-color: transparent; background-image: none; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container > .video-iframe-container { display: none; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row > .video-iframe-container { display: none; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .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); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzdG6ISEQbN4BBxmpihiFBCkaAdZ3QTF { width:20rem;height:37rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 { display:block; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kxe1ptTlbfeRBcwWZezgntgkLFUfCDM3 { width:10.5625rem;height:3.0625rem;top:1.6875rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFnMgfDz2wRvMvdS0CP6Uml3nbTQ6wvF { width:20rem;height:11.69533125rem;top:6.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }