.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUedCutBIf7o8i8QDLnLpo2MAaqOnJxu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/uc/700b164f-ac70-45e3-9e13-6a71e410995a/i2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nUedCutBIf7o8i8QDLnLpo2MAaqOnJxu.adaptive-delivery-prevent-bg, #nUedCutBIf7o8i8QDLnLpo2MAaqOnJxu.lazyload, #nUedCutBIf7o8i8QDLnLpo2MAaqOnJxu.lazyloading { background-image: none; }#nUedCutBIf7o8i8QDLnLpo2MAaqOnJxu > .row .container { background-color: transparent; background-image: none; }#nUedCutBIf7o8i8QDLnLpo2MAaqOnJxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUedCutBIf7o8i8QDLnLpo2MAaqOnJxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUedCutBIf7o8i8QDLnLpo2MAaqOnJxu > .row .container > .video-iframe-container { display: none; }#nUedCutBIf7o8i8QDLnLpo2MAaqOnJxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUedCutBIf7o8i8QDLnLpo2MAaqOnJxu > .row > .video-iframe-container { display: none; }#nUedCutBIf7o8i8QDLnLpo2MAaqOnJxu > .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); }#nUedCutBIf7o8i8QDLnLpo2MAaqOnJxu > .row .container { border-width: 0; border-radius: 0; }#nUedCutBIf7o8i8QDLnLpo2MAaqOnJxu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nUedCutBIf7o8i8QDLnLpo2MAaqOnJxu > .row .container { font-size:14px;font-family:arial;height:141px;width:960px;position:relative;display:block; }#tPGNOrSTOCbGay5lEPmv8ZBsF4BfydJE { color:#050505;display:block;width:456.969px;position:absolute;font-family:rubik;font-size:22px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:77.15625px;left:145.953125px;height:28.6px;text-align:left;text-align-last:left;display:block; }
#CFbzpoGSfICeBeO216S4o5lPFwZc595L { color:#866ae3;display:block;width:420.969px;position:absolute;font-family:rubik;font-size:22px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:104.765625px;left:356.921875px;height:28.6px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d1fTyM2xxTWvoPxVn1xWvLg0JbdmDB9t { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Wo9l0q2XgQVW5FruiqCJOtgOUSmqKl3b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#Wo9l0q2XgQVW5FruiqCJOtgOUSmqKl3b > .row .container { background-color: transparent; background-image: none; }#Wo9l0q2XgQVW5FruiqCJOtgOUSmqKl3b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wo9l0q2XgQVW5FruiqCJOtgOUSmqKl3b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wo9l0q2XgQVW5FruiqCJOtgOUSmqKl3b > .row .container > .video-iframe-container { display: none; }#Wo9l0q2XgQVW5FruiqCJOtgOUSmqKl3b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wo9l0q2XgQVW5FruiqCJOtgOUSmqKl3b > .row > .video-iframe-container { display: none; }#Wo9l0q2XgQVW5FruiqCJOtgOUSmqKl3b > .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); }#Wo9l0q2XgQVW5FruiqCJOtgOUSmqKl3b > .row .container { border-width: 0; border-radius: 0; }#Wo9l0q2XgQVW5FruiqCJOtgOUSmqKl3b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wo9l0q2XgQVW5FruiqCJOtgOUSmqKl3b > .row .container { font-size:14px;font-family:arial;height:493px;width:960px;position:relative;display:block; }#wmgAKKr2Hvg6kuoT4gZIFuzm80MZS57b { background-color:#001d3d;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:mulish;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:408px;left:340px;display:block; }
#GObDicDoAFhdz5oly7wTvDOz1sIrtQDy { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PWCISZfVPSVdtz5muRiz1owBJtXGQdLo { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:360px;width:640px;top:21px;left:160px;display:block; }
#Saf0O8hcf3cHbSKELbLh2MKXgDXCbgJB { position:relative;display:block; }#Saf0O8hcf3cHbSKELbLh2MKXgDXCbgJB { background-color: transparent; background-image: none; }#Saf0O8hcf3cHbSKELbLh2MKXgDXCbgJB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Saf0O8hcf3cHbSKELbLh2MKXgDXCbgJB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Saf0O8hcf3cHbSKELbLh2MKXgDXCbgJB > .row .container > .video-iframe-container { display: none; }#Saf0O8hcf3cHbSKELbLh2MKXgDXCbgJB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Saf0O8hcf3cHbSKELbLh2MKXgDXCbgJB > .row > .video-iframe-container { display: none; }#Saf0O8hcf3cHbSKELbLh2MKXgDXCbgJB > .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); }#Saf0O8hcf3cHbSKELbLh2MKXgDXCbgJB { border-width: 0; border-radius: 0; }#Saf0O8hcf3cHbSKELbLh2MKXgDXCbgJB > .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; }#Saf0O8hcf3cHbSKELbLh2MKXgDXCbgJB > .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:836px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AU4ccITA6DpLmuQXmMp8T2JaIchllaTD { position:absolute;display:block;z-index:15000;height:274px;width:489px;top:15.65625px;left:235.50001525879px;display:block; }
#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #001d3d, #000000);background-image: -moz-linear-gradient(0deg, #001d3d, #000000);background-image: -ms-linear-gradient(0deg, #001d3d, #000000);background-image: -o-linear-gradient(0deg, #001d3d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#001d3d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#001d3d', endColorstr='#000000' );";background-image: linear-gradient(0deg, #001d3d, #000000);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .row .container { background-color: transparent; background-image: none; }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .row .container > .video-iframe-container { display: none; }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .row > .video-iframe-container { display: none; }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .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); }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .row .container { border-width: 0; border-radius: 0; }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .row .container { font-size:14px;font-family:arial;height:145px;width:960px;position:relative;display:block; }#Ch2RTM52DatdISmhfilVheAkkvDEBgLE { color:#fafafa;display:block;width:151px;position:absolute;font-family:mulish;font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:33px;left:27px;height:83.2px;display:block; }
#Q6K7SmzZeEidIdb1w0eMfRlsCTTAoZMH { color:#fafafa;display:block;width:150.984px;position:absolute;font-family:mulish;font-size:16px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:116.1875px;left:26.984375px;height:20.8px;display:block; }
#Ogf78LdHi6eTWL6t4TT0l3aabtF6NcLX { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:29px;width:29px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:33px;left:396px; }
#BNRGi0ywbc3u9ooGv8pisGOPDHbnZU68 { background-color:#001d3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:11px solid #001d3d;border-left:11px solid #001d3d;border-right:11px solid #001d3d;border-bottom:11px solid #001d3d;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:mulish;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:53px;height:55px;text-decoration:none;z-index:15008;text-align:right;text-align-last:right;top:74px;left:441px;display:block; }
#ViPelCqLS45Bx8M6sSTfon7KupST3Fw8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#WEFc7Hy8MO5TD0BLbKyRy2zVgvBd6qrM { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:32.9861px;width:32.9861px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:85px;left:454px; }
#DBcpC6oxfO8nQQhgxHKvTeoalvs0T45o { background-color:#001d3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:11px solid #001d3d;border-left:11px solid #001d3d;border-right:11px solid #001d3d;border-bottom:11px solid #001d3d;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:mulish;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:55px;height:55px;text-decoration:none;z-index:15010;text-align:right;text-align-last:right;top:74px;left:516px;display:block; }
#xc8dmqkuwIT16VldUWRZd8ZsNVTSDQa9 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LM2nACzsGR9miSFgkpUT5EvDfTu6pxt8 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:23.9931px;width:23.9931px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:89px;left:532px; }
#HxIoE0x8RFI3EEIvto8lWx09qGJcmU0w { color:#fafafa;display:block;width:150.99px;position:absolute;font-family:mulish;font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:33px;left:789px;height:20.8px;text-align:right;text-align-last:right;display:block; }
#VAVTfcT0RPxwPHngvyy8gk1HUG6qeeCe { color:#fafafa;display:block;width:170px;position:absolute;font-family:mulish;font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:64px;left:772px;height:20.8px;text-align:right;text-align-last:right;display:block; }
#DO0X2z9bhmlBPkW4GQgPwl7vrmRATnqU { color:#fafafa;display:block;width:196px;position:absolute;font-family:mulish;font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:37px;left:430px;height:20.8px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nUedCutBIf7o8i8QDLnLpo2MAaqOnJxu { display:block; }#nUedCutBIf7o8i8QDLnLpo2MAaqOnJxu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPGNOrSTOCbGay5lEPmv8ZBsF4BfydJE { top:77px;left:47.953125px;width:456px;height:28px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #CFbzpoGSfICeBeO216S4o5lPFwZc595L { top:104px;left:258.91250610352px;width:420px;height:28px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #d1fTyM2xxTWvoPxVn1xWvLg0JbdmDB9t { display:none; }
 }@media only screen and (max-width: 763px) { #Wo9l0q2XgQVW5FruiqCJOtgOUSmqKl3b { display:block; }#Wo9l0q2XgQVW5FruiqCJOtgOUSmqKl3b > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmgAKKr2Hvg6kuoT4gZIFuzm80MZS57b { width:280px;height:55px;top:408px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #GObDicDoAFhdz5oly7wTvDOz1sIrtQDy { display:block; }
 }@media only screen and (max-width: 763px) { #PWCISZfVPSVdtz5muRiz1owBJtXGQdLo { top:21px;left:0px;width:640px;height:360px;display:block; }
 }@media only screen and (max-width: 763px) { #Saf0O8hcf3cHbSKELbLh2MKXgDXCbgJB { display:block; }#Saf0O8hcf3cHbSKELbLh2MKXgDXCbgJB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AU4ccITA6DpLmuQXmMp8T2JaIchllaTD { top:15px;left:137.50001525879px;width:489px;height:274px;display:block; }
 }@media only screen and (max-width: 763px) { #qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe { display:block; }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ch2RTM52DatdISmhfilVheAkkvDEBgLE { top:33px;left:0px;width:150px;height:83px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Q6K7SmzZeEidIdb1w0eMfRlsCTTAoZMH { top:116px;left:0px;width:150px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ogf78LdHi6eTWL6t4TT0l3aabtF6NcLX { top:33px;left:298px;width:29px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #BNRGi0ywbc3u9ooGv8pisGOPDHbnZU68 { width:53px;height:55px;top:74px;left:343px;display:block; }
 }@media only screen and (max-width: 763px) { #ViPelCqLS45Bx8M6sSTfon7KupST3Fw8 { display:block; }
 }@media only screen and (max-width: 763px) { #WEFc7Hy8MO5TD0BLbKyRy2zVgvBd6qrM { top:85px;left:356px;width:32px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #DBcpC6oxfO8nQQhgxHKvTeoalvs0T45o { width:55px;height:55px;top:74px;left:418px;display:block; }
 }@media only screen and (max-width: 763px) { #xc8dmqkuwIT16VldUWRZd8ZsNVTSDQa9 { display:block; }
 }@media only screen and (max-width: 763px) { #LM2nACzsGR9miSFgkpUT5EvDfTu6pxt8 { top:89px;left:434px;width:23px;height:23px;display:block; }
 }@media only screen and (max-width: 763px) { #HxIoE0x8RFI3EEIvto8lWx09qGJcmU0w { top:33px;left:614px;width:150px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VAVTfcT0RPxwPHngvyy8gk1HUG6qeeCe { top:64px;left:594px;width:170px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DO0X2z9bhmlBPkW4GQgPwl7vrmRATnqU { top:37px;left:332px;width:196px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nUedCutBIf7o8i8QDLnLpo2MAaqOnJxu { background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/uc/2b4c5f99-1d52-47c1-8722-754681d9eba8/Zrzutekranu20240222214212.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nUedCutBIf7o8i8QDLnLpo2MAaqOnJxu.adaptive-delivery-prevent-bg, #nUedCutBIf7o8i8QDLnLpo2MAaqOnJxu.lazyload, #nUedCutBIf7o8i8QDLnLpo2MAaqOnJxu.lazyloading { background-image: none; }#nUedCutBIf7o8i8QDLnLpo2MAaqOnJxu > .row .container { background-color: transparent; background-image: none; }#nUedCutBIf7o8i8QDLnLpo2MAaqOnJxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUedCutBIf7o8i8QDLnLpo2MAaqOnJxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUedCutBIf7o8i8QDLnLpo2MAaqOnJxu > .row .container > .video-iframe-container { display: none; }#nUedCutBIf7o8i8QDLnLpo2MAaqOnJxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUedCutBIf7o8i8QDLnLpo2MAaqOnJxu > .row > .video-iframe-container { display: none; }#nUedCutBIf7o8i8QDLnLpo2MAaqOnJxu > .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); }#nUedCutBIf7o8i8QDLnLpo2MAaqOnJxu > .row .container { width:320px;height:196px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPGNOrSTOCbGay5lEPmv8ZBsF4BfydJE { width:320px;height:31.1875px;top:24.109375px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CFbzpoGSfICeBeO216S4o5lPFwZc595L { width:320px;height:67.5938px;top:70.1875px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d1fTyM2xxTWvoPxVn1xWvLg0JbdmDB9t { display:flex;top:154px;left:140px;width:40px;height:40px;z-index:15023; }
 }@media only screen and (max-width: 763px) { #Wo9l0q2XgQVW5FruiqCJOtgOUSmqKl3b { display:block; }#Wo9l0q2XgQVW5FruiqCJOtgOUSmqKl3b > .row .container { width:320px;height:729px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmgAKKr2Hvg6kuoT4gZIFuzm80MZS57b { width:280px;height:55px;top:372.96875px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #GObDicDoAFhdz5oly7wTvDOz1sIrtQDy { display:block; }
 }@media only screen and (max-width: 763px) { #PWCISZfVPSVdtz5muRiz1owBJtXGQdLo { height:180px;width:320px;top:59.96875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Saf0O8hcf3cHbSKELbLh2MKXgDXCbgJB { display:none; }#Saf0O8hcf3cHbSKELbLh2MKXgDXCbgJB > .row .container { width:320px;height:320px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AU4ccITA6DpLmuQXmMp8T2JaIchllaTD { width:298px;height:266px;top:20px;left:12px;display:none; }
 }@media only screen and (max-width: 763px) { #qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe { background-color:transparent;background-image: -webkit-linear-gradient(top, #001d3d, #000000);background-image: -moz-linear-gradient(top, #001d3d, #000000);background-image: -ms-linear-gradient(top, #001d3d, #000000);background-image: -o-linear-gradient(top, #001d3d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#001d3d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#001d3d', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #001d3d, #000000);background-size:cover !important;display:block; }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .row .container { background-color: transparent; background-image: none; }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .row .container > .video-iframe-container { display: none; }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .row > .video-iframe-container { display: none; }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .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); }#qWI9UWrzKIVTJwkDRwE1zBVaNk7agkIe > .row .container { width:320px;height:385px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ch2RTM52DatdISmhfilVheAkkvDEBgLE { width:150px;height:83.1875px;top:159.90625px;left:85px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q6K7SmzZeEidIdb1w0eMfRlsCTTAoZMH { width:150px;height:20.7969px;top:254.375px;left:79px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ogf78LdHi6eTWL6t4TT0l3aabtF6NcLX { display:flex;width:28px;height:28px;top:41.1875px;left:47px; }
 }@media only screen and (max-width: 763px) { #BNRGi0ywbc3u9ooGv8pisGOPDHbnZU68 { width:54px;height:51px;top:86px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #ViPelCqLS45Bx8M6sSTfon7KupST3Fw8 { display:block; }
 }@media only screen and (max-width: 763px) { #WEFc7Hy8MO5TD0BLbKyRy2zVgvBd6qrM { display:flex;width:32px;height:32px;top:96px;left:97px; }
 }@media only screen and (max-width: 763px) { #DBcpC6oxfO8nQQhgxHKvTeoalvs0T45o { width:51px;height:55px;top:84px;left:175px;display:block; }
 }@media only screen and (max-width: 763px) { #xc8dmqkuwIT16VldUWRZd8ZsNVTSDQa9 { display:block; }
 }@media only screen and (max-width: 763px) { #LM2nACzsGR9miSFgkpUT5EvDfTu6pxt8 { display:flex;width:23px;height:23px;top:99px;left:188px; }
 }@media only screen and (max-width: 763px) { #HxIoE0x8RFI3EEIvto8lWx09qGJcmU0w { width:150px;height:20.7969px;top:314px;left:85px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VAVTfcT0RPxwPHngvyy8gk1HUG6qeeCe { width:170px;height:20.7969px;top:344px;left:75px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DO0X2z9bhmlBPkW4GQgPwl7vrmRATnqU { width:150px;height:20.7969px;top:44.78125px;left:85px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }