.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:#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); }#CQTEz0HCtd20aulA5kPOmh7REzGho734 { background-color:rgba(255,255,255,0.97);background-image:url("https://images.assets-landingi.com/uc/329874c5-d756-4a41-a813-bfad7d3b2206/ngwinieta1920x810px1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CQTEz0HCtd20aulA5kPOmh7REzGho734.adaptive-delivery-prevent-bg, #CQTEz0HCtd20aulA5kPOmh7REzGho734.lazyload, #CQTEz0HCtd20aulA5kPOmh7REzGho734.lazyloading { background-image: none; }#CQTEz0HCtd20aulA5kPOmh7REzGho734 > .row .container { background-color: transparent; background-image: none; }#CQTEz0HCtd20aulA5kPOmh7REzGho734::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQTEz0HCtd20aulA5kPOmh7REzGho734 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQTEz0HCtd20aulA5kPOmh7REzGho734 > .row .container > .video-iframe-container { display: none; }#CQTEz0HCtd20aulA5kPOmh7REzGho734 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQTEz0HCtd20aulA5kPOmh7REzGho734 > .row > .video-iframe-container { display: none; }#CQTEz0HCtd20aulA5kPOmh7REzGho734 > .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); }#CQTEz0HCtd20aulA5kPOmh7REzGho734 > .row .container { border-width: 0; border-radius: 0; }#CQTEz0HCtd20aulA5kPOmh7REzGho734 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CQTEz0HCtd20aulA5kPOmh7REzGho734 > .row .container { width:1200px;height:867px;font-size:14px;font-family:arial;position:relative;display:block; }#b01NIq2WzgSlBrL7tzUEcIuMmswrWzPW { display:block;width:673px;position:absolute;font-family:montserrat;font-size:47px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:76px;left:0px;height:61.1px;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;color:#ffffff;display:block; }
#EVDxrCpfzNDyaeHlQNkL5EoLnWZE0C1T { display:block;width:652px;position:absolute;font-family:montserrat;font-size:21px;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:153px;left:0px;height:37.8px;color:#ffffff;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; }
#mx5plzP9CkXzORLgKlsB88dKl6vBPysZ { background-color:#f3dc11;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:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:333px;height:88px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:717.35000610352px;left:67px;display:block; }
#LrX3gJ9c789VoV43oL1AsbUb9ZKWPfTf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#or0gEp0KrtBEi4o5DtlDu5913DfvoKd7 { display:block;width:598px;position:absolute;font-family:montserrat;font-size:21px;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:226px;left:67px;height:75.6px;color:#ffffff;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; }
#hpx60x21yUZmHvf4ziwPmyUmJlcd4WVA { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:236px;left:0px; }
#wiBgHDnmSVbXd0g9bqWwTcuWPQfSgi9U { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:326px;left:0px; }
#XqtUcGaP8XB4P8uT7o1yEk2cXik0LHx5 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:420px;left:0px; }
#zKKVGlFq0iplMQvXe6FZT6npcRvZT1pr { color:#ffffff;display:block;width:641px;position:absolute;font-family:montserrat;font-size:19px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:44px;left:0px;height:24.7px;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; }
#TA5NG5MHuK8APOoNwPeGLEgSLOg3c8Qe { display:block;width:540px;position:absolute;font-family:montserrat;font-size:21px;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:317px;left:66px;height:75.6px;color:#ffffff;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; }
#GxGiP7Iz8qWdcHQTw1lTv5xbM0NZaBpr { display:block;width:540px;position:absolute;font-family:montserrat;font-size:21px;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:410px;left:66px;height:75.6px;color:#ffffff;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; }
#H9D56TgCJU1AWmA8l3yTz8EkD11qrPz9 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:517px;left:0px; }
#HMkMaFQMeooNey3NnGiCINXoUwSeBcye { position:absolute;display:block;z-index:15035;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;height:451px;width:310px;top:410.28338623047px;left:641.00003051758px;overflow:hidden;display:block; }
#vIknzMq2kLxsPyrIhJf5nr5ccBt1qmlG { display:block;width:540px;position:absolute;font-family:montserrat;font-size:21px;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:503px;left:67px;height:75.6px;color:#ffffff;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; }
#kq4KfQQT7s2BgK5QuvinTX0lNgFbeREr { display:block;width:540px;position:absolute;font-family:montserrat;font-size:21px;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:606px;left:67px;height:75.6px;color:#ffffff;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; }
#PRK2vEMER6VdHS6ew3WU0A2ywCCF71TK { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:57px;width:253px;top:10.000000953674px;left:652.00003051758px;overflow:hidden;display:block; }
#b0FZzyW2PTaTmQxFNevGtmkvirySfN2e { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:617px;left:0px; }
#VVcuUJav2VdsPOUI312W1O93TR9A9Sx0 { position:relative;display:block; }#VVcuUJav2VdsPOUI312W1O93TR9A9Sx0 { background-color: transparent; background-image: none; }#VVcuUJav2VdsPOUI312W1O93TR9A9Sx0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVcuUJav2VdsPOUI312W1O93TR9A9Sx0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVcuUJav2VdsPOUI312W1O93TR9A9Sx0 > .row .container > .video-iframe-container { display: none; }#VVcuUJav2VdsPOUI312W1O93TR9A9Sx0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVcuUJav2VdsPOUI312W1O93TR9A9Sx0 > .row > .video-iframe-container { display: none; }#VVcuUJav2VdsPOUI312W1O93TR9A9Sx0 > .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); }#VVcuUJav2VdsPOUI312W1O93TR9A9Sx0 { border-width: 0; border-radius: 0; }#VVcuUJav2VdsPOUI312W1O93TR9A9Sx0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VVcuUJav2VdsPOUI312W1O93TR9A9Sx0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:571px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TdrTbghmIIcQBZOd5zWGDw9fwOnwrgDO { position:absolute;z-index:15002;top:25.500003814697px;left:380.00003051758px;width:440px;height:438px;display:block; }
#ibvkuQiSDX5KML7M4keO9xDgS3mNXfnk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a76a5;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; }#ibvkuQiSDX5KML7M4keO9xDgS3mNXfnk > .row .container { background-color: transparent; background-image: none; }#ibvkuQiSDX5KML7M4keO9xDgS3mNXfnk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ibvkuQiSDX5KML7M4keO9xDgS3mNXfnk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ibvkuQiSDX5KML7M4keO9xDgS3mNXfnk > .row .container > .video-iframe-container { display: none; }#ibvkuQiSDX5KML7M4keO9xDgS3mNXfnk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ibvkuQiSDX5KML7M4keO9xDgS3mNXfnk > .row > .video-iframe-container { display: none; }#ibvkuQiSDX5KML7M4keO9xDgS3mNXfnk > .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); }#ibvkuQiSDX5KML7M4keO9xDgS3mNXfnk > .row .container { border-width: 0; border-radius: 0; }#ibvkuQiSDX5KML7M4keO9xDgS3mNXfnk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ibvkuQiSDX5KML7M4keO9xDgS3mNXfnk > .row .container { font-size:14px;font-family:arial;height:261px;width:1200px;position:relative;display:block; }#Vff2bldS6gwRd0MvRJ3GqsZrcSJcdESM { position:absolute;display:block;z-index:15011;height:249px;width:654px;top:5.9999389648438px;left:381.14999389648px;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #CQTEz0HCtd20aulA5kPOmh7REzGho734 { background-color:rgba(255,255,255,0.97);background-image:url("https://images.assets-landingi.com/uc/329874c5-d756-4a41-a813-bfad7d3b2206/ngwinieta1920x810px1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CQTEz0HCtd20aulA5kPOmh7REzGho734.adaptive-delivery-prevent-bg, #CQTEz0HCtd20aulA5kPOmh7REzGho734.lazyload, #CQTEz0HCtd20aulA5kPOmh7REzGho734.lazyloading { background-image: none; }#CQTEz0HCtd20aulA5kPOmh7REzGho734 > .row .container { background-color: transparent; background-image: none; }#CQTEz0HCtd20aulA5kPOmh7REzGho734::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQTEz0HCtd20aulA5kPOmh7REzGho734 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQTEz0HCtd20aulA5kPOmh7REzGho734 > .row .container > .video-iframe-container { display: none; }#CQTEz0HCtd20aulA5kPOmh7REzGho734 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQTEz0HCtd20aulA5kPOmh7REzGho734 > .row > .video-iframe-container { display: none; }#CQTEz0HCtd20aulA5kPOmh7REzGho734 > .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); }#CQTEz0HCtd20aulA5kPOmh7REzGho734 > .row .container { width:764px;height:885px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #b01NIq2WzgSlBrL7tzUEcIuMmswrWzPW { width:764px;height:58.5px;top:65px;left:0px;font-size:45px;display:block; }
 }@media only screen and (max-width: 1199px) { #EVDxrCpfzNDyaeHlQNkL5EoLnWZE0C1T { width:722px;height:37.8px;top:123.5px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 1199px) { #mx5plzP9CkXzORLgKlsB88dKl6vBPysZ { width:280px;height:64px;top:791.00006103516px;left:221.00001811981px;font-size:22px;border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-left-radius:18px;border-bottom-right-radius:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #LrX3gJ9c789VoV43oL1AsbUb9ZKWPfTf { display:block; }
 }@media only screen and (max-width: 1199px) { #or0gEp0KrtBEi4o5DtlDu5913DfvoKd7 { width:471px;height:90px;top:191.00001525879px;left:51.000002861023px;font-size:20px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #hpx60x21yUZmHvf4ziwPmyUmJlcd4WVA { width:31px;height:31px;top:191px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #wiBgHDnmSVbXd0g9bqWwTcuWPQfSgi9U { width:31px;height:31px;top:401.00003051758px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #XqtUcGaP8XB4P8uT7o1yEk2cXik0LHx5 { width:31px;height:31px;top:304.76669311523px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #zKKVGlFq0iplMQvXe6FZT6npcRvZT1pr { width:641px;height:22.1px;top:34.890625px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 1199px) { #TA5NG5MHuK8APOoNwPeGLEgSLOg3c8Qe { width:461px;height:60px;top:304.76669311523px;left:51.000002861023px;font-size:20px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #GxGiP7Iz8qWdcHQTw1lTv5xbM0NZaBpr { width:497px;height:60px;top:504px;left:50.500002861023px;font-size:20px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #H9D56TgCJU1AWmA8l3yTz8EkD11qrPz9 { width:31px;height:31px;top:507px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #HMkMaFQMeooNey3NnGiCINXoUwSeBcye { width:211px;height:308px;top:201.5px;left:538.60200140449px;display:block; }
 }@media only screen and (max-width: 1199px) { #vIknzMq2kLxsPyrIhJf5nr5ccBt1qmlG { width:474px;height:60px;top:607.00006103516px;left:51.000002861023px;font-size:20px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #kq4KfQQT7s2BgK5QuvinTX0lNgFbeREr { width:540px;height:60px;top:401.00003051758px;left:51.000002861023px;font-size:20px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #PRK2vEMER6VdHS6ew3WU0A2ywCCF71TK { width:230px;height:52px;top:6.103515625E-5px;left:522.00004863739px;display:block; }
 }@media only screen and (max-width: 1199px) { #b0FZzyW2PTaTmQxFNevGtmkvirySfN2e { width:31px;height:31px;top:617.00006103516px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #VVcuUJav2VdsPOUI312W1O93TR9A9Sx0 { display:block; }#VVcuUJav2VdsPOUI312W1O93TR9A9Sx0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TdrTbghmIIcQBZOd5zWGDw9fwOnwrgDO { width:331px;height:427px;top:30.066665649414px;left:216.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #ibvkuQiSDX5KML7M4keO9xDgS3mNXfnk { display:block; }#ibvkuQiSDX5KML7M4keO9xDgS3mNXfnk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Vff2bldS6gwRd0MvRJ3GqsZrcSJcdESM { width:403px;height:180px;top:28px;left:180.5px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CQTEz0HCtd20aulA5kPOmh7REzGho734 { background-color:rgba(255,255,255,0.97);background-image:url("https://images.assets-landingi.com/uc/329874c5-d756-4a41-a813-bfad7d3b2206/ngwinieta1920x810px1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CQTEz0HCtd20aulA5kPOmh7REzGho734.adaptive-delivery-prevent-bg, #CQTEz0HCtd20aulA5kPOmh7REzGho734.lazyload, #CQTEz0HCtd20aulA5kPOmh7REzGho734.lazyloading { background-image: none; }#CQTEz0HCtd20aulA5kPOmh7REzGho734 > .row .container { background-color: transparent; background-image: none; }#CQTEz0HCtd20aulA5kPOmh7REzGho734::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQTEz0HCtd20aulA5kPOmh7REzGho734 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQTEz0HCtd20aulA5kPOmh7REzGho734 > .row .container > .video-iframe-container { display: none; }#CQTEz0HCtd20aulA5kPOmh7REzGho734 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQTEz0HCtd20aulA5kPOmh7REzGho734 > .row > .video-iframe-container { display: none; }#CQTEz0HCtd20aulA5kPOmh7REzGho734 > .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); }#CQTEz0HCtd20aulA5kPOmh7REzGho734 > .row .container { width:320px;height:1243px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b01NIq2WzgSlBrL7tzUEcIuMmswrWzPW { width:300px;height:62.4px;top:125.16667175293px;left:10px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #EVDxrCpfzNDyaeHlQNkL5EoLnWZE0C1T { width:269px;height:60.8px;top:212.00001525879px;left:25.500001907349px;font-size:16px;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mx5plzP9CkXzORLgKlsB88dKl6vBPysZ { width:236px;height:54px;top:569.5px;left:59.56667137146px;font-size:20px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;display:block; }
 }@media only screen and (max-width: 763px) { #LrX3gJ9c789VoV43oL1AsbUb9ZKWPfTf { display:block; }
 }@media only screen and (max-width: 763px) { #or0gEp0KrtBEi4o5DtlDu5913DfvoKd7 { width:271px;height:121.6px;top:652px;left:44px;font-size:16px;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #hpx60x21yUZmHvf4ziwPmyUmJlcd4WVA { display:flex;width:31px;height:31px;top:663px;left:5px; }
 }@media only screen and (max-width: 763px) { #wiBgHDnmSVbXd0g9bqWwTcuWPQfSgi9U { display:flex;width:31px;height:31px;top:795px;left:0px; }
 }@media only screen and (max-width: 763px) { #XqtUcGaP8XB4P8uT7o1yEk2cXik0LHx5 { display:flex;width:31px;height:31px;top:1030px;left:0px; }
 }@media only screen and (max-width: 763px) { #zKKVGlFq0iplMQvXe6FZT6npcRvZT1pr { width:270px;height:41.6px;top:12.550015449524px;left:25.000001907349px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TA5NG5MHuK8APOoNwPeGLEgSLOg3c8Qe { width:271px;height:91.2px;top:787px;left:49px;font-size:16px;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #GxGiP7Iz8qWdcHQTw1lTv5xbM0NZaBpr { width:272px;height:121.6px;top:895px;left:48px;font-size:16px;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #H9D56TgCJU1AWmA8l3yTz8EkD11qrPz9 { display:flex;width:31px;height:31px;top:903px;left:0px; }
 }@media only screen and (max-width: 763px) { #HMkMaFQMeooNey3NnGiCINXoUwSeBcye { width:205px;height:299px;top:295.86666870117px;left:74.06667137146px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #vIknzMq2kLxsPyrIhJf5nr5ccBt1qmlG { width:271px;height:91.2px;top:1031px;left:49px;font-size:16px;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #kq4KfQQT7s2BgK5QuvinTX0lNgFbeREr { width:273px;height:91.2px;top:1132px;left:47px;font-size:16px;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #PRK2vEMER6VdHS6ew3WU0A2ywCCF71TK { width:253px;height:57px;top:68.16667175293px;left:33.500001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #b0FZzyW2PTaTmQxFNevGtmkvirySfN2e { display:flex;width:31px;height:31px;top:1131px;left:0px; }
 }@media only screen and (max-width: 763px) { #VVcuUJav2VdsPOUI312W1O93TR9A9Sx0 { display:block; }#VVcuUJav2VdsPOUI312W1O93TR9A9Sx0 > .row .container { width:320px;height:514px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdrTbghmIIcQBZOd5zWGDw9fwOnwrgDO { width:320px;height:438px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ibvkuQiSDX5KML7M4keO9xDgS3mNXfnk { display:block; }#ibvkuQiSDX5KML7M4keO9xDgS3mNXfnk > .row .container { width:320px;height:300px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vff2bldS6gwRd0MvRJ3GqsZrcSJcdESM { width:320px;height:180px;top:32px;left:0px;display:block; }
 }