.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[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:transparent;background-image:url("https://images.assets-landingi.com/uc/4d8f33f8-1096-4758-a64c-f3023db6c20e/shutterstock_2040757004.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,34,47,0.83); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,34,47,0.83); }#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); }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT { background-color:transparent;background-image:none;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;display:block; }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row .container { background-color: transparent; background-image: none; }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row .container > .video-iframe-container { display: none; }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row > .video-iframe-container { display: none; }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .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); }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row .container { border-width: 0; border-radius: 0; }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row .container { width:960px;height:660px;font-size:14px;font-family:ubuntu;position:relative;display:block; }#HoyVwiwqxCMUwpbQ0c2J5NQRMKNDbObS { color:#02a3ad;display:block;width:645px;position:absolute;font-family:ubuntu;font-size:62px;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:246px;left:159.5px;height:62px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KWf5vcx92hHODlF45mUyuqs6hIA35Bfb { color:#ffffff;display:block;width:466px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:339px;left:263.00003051758px;height:36px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xrXX7RE10rUkqtBidT1wKIAd0cXG76xC { color:#ffffff;display:block;width:142px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:400;z-index:15009;line-height:1.9;letter-spacing:0;top:450px;left:253px;height:34.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BofM7zkh8exmRlN91ITnvATuqha1a9eM { position:absolute;display:block;z-index:15015;background-color:rgba(255,255,255,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid rgba(5,11,38,0.2);border-left:2px solid rgba(5,11,38,0.2);border-right:2px solid rgba(5,11,38,0.2);border-bottom:2px solid rgba(5,11,38,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:48px;width:48px;top:496px;left:299px;display:block; }
#NmalU28CACba2tqLEg1q16p85Okkw3Br { position:absolute;display:block;z-index:15017;background-color:rgba(255,255,255,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid rgba(5,11,38,0.2);border-left:2px solid rgba(5,11,38,0.2);border-right:2px solid rgba(5,11,38,0.2);border-bottom:2px solid rgba(5,11,38,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:48px;width:48px;top:496px;left:357px;display:block; }
#O1qZX0SJHzXf5FFDOupOf2bKEQZhW3yl { position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid rgba(5,11,38,0.2);border-left:2px solid rgba(5,11,38,0.2);border-right:2px solid rgba(5,11,38,0.2);border-bottom:2px solid rgba(5,11,38,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:48px;width:48px;top:496px;left:241px;display:block; }
#NI1Cm2DbkqmvcIGKvrQWUuW12OMygoBf { box-sizing:content-box;color:#5d92ff;font-size:16px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:510px;left:253px; }
#NI1Cm2DbkqmvcIGKvrQWUuW12OMygoBf > img { max-width: 100%;max-height:100%; }#yoQiTa2KRSUiTz6mcdGvrbalfgsydMSk { box-sizing:content-box;color:#5d92ff;font-size:16px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:510px;left:312.5px; }
#yoQiTa2KRSUiTz6mcdGvrbalfgsydMSk > img { max-width: 100%;max-height:100%; }#nDhIu6U3n0l5wDScTt8SHCkl5HcXovFR { box-sizing:content-box;color:#5d92ff;font-size:16px;font-weight:400;line-height:1;height:37px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:503.5px;left:364px; }
#nDhIu6U3n0l5wDScTt8SHCkl5HcXovFR > img { max-width: 100%;max-height:100%; }#QfmJMB9OoHNe5t0LEq8nCOUPWoKUCHfl { position:absolute;display:block;z-index:15041;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:49px;width:115px;top:484.20001220703px;left:557.00003051758px;overflow:hidden;display:block; }
#dV7ekTwBxUWIgL3tzwUP5V6TTbm0z6KX { 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;height:91px;width:298px;top:104px;left:333.00003051758px;overflow:hidden;display:block; }
#smMywVetETwNNVEkL580dbUJsfdbJE28 { position:absolute;display:block;z-index:15042;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:49px;width:66px;top:484.20001220703px;left:704.00003051758px;overflow:hidden;display:block; }
#MOh11WtMRLvWzLGUPQxkAFJIE0wdH5v4 { position:absolute;display:block;z-index:15040;background-color:#02a3ad;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:960px;top:592px;left:2px;display:block; }
#hvvaEKTSEFM1w0ac6VJMTcTf3akEhuz0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#hvvaEKTSEFM1w0ac6VJMTcTf3akEhuz0.adaptive-delivery-prevent-bg, #hvvaEKTSEFM1w0ac6VJMTcTf3akEhuz0.lazyload, #hvvaEKTSEFM1w0ac6VJMTcTf3akEhuz0.lazyloading { background-image: none; }#hvvaEKTSEFM1w0ac6VJMTcTf3akEhuz0 > .row .container { background-color: transparent; background-image: none; }#hvvaEKTSEFM1w0ac6VJMTcTf3akEhuz0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvvaEKTSEFM1w0ac6VJMTcTf3akEhuz0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvvaEKTSEFM1w0ac6VJMTcTf3akEhuz0 > .row .container > .video-iframe-container { display: none; }#hvvaEKTSEFM1w0ac6VJMTcTf3akEhuz0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvvaEKTSEFM1w0ac6VJMTcTf3akEhuz0 > .row > .video-iframe-container { display: none; }#hvvaEKTSEFM1w0ac6VJMTcTf3akEhuz0 > .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); }#hvvaEKTSEFM1w0ac6VJMTcTf3akEhuz0 > .row .container { border-width: 0; border-radius: 0; }#hvvaEKTSEFM1w0ac6VJMTcTf3akEhuz0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hvvaEKTSEFM1w0ac6VJMTcTf3akEhuz0 > .row .container { font-size:14px;font-family:arial;height:96px;width:960px;position:relative;display:block; }#vGqe8Kpxc2P6eiEsgTFoa3NlEzVhLtcG { position:absolute;display:block;z-index:15000;height:28px;width:480px;top:34px;left:103px;display:block; }
#PxQST0CDCJJ96X2MukCgsRkW5tMO25FM { 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;height:32px;width:151px;top:32px;left:583px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT { display:block; }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HoyVwiwqxCMUwpbQ0c2J5NQRMKNDbObS { width:645px;height:62px;top:246px;left:61.5px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #KWf5vcx92hHODlF45mUyuqs6hIA35Bfb { width:466px;height:36px;top:339px;left:165.00003051758px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xrXX7RE10rUkqtBidT1wKIAd0cXG76xC { width:142px;height:34px;top:450px;left:155.00003051758px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BofM7zkh8exmRlN91ITnvATuqha1a9eM { width:48px;height:48px;top:496px;left:201px;display:block; }
 }@media only screen and (max-width: 763px) { #NmalU28CACba2tqLEg1q16p85Okkw3Br { width:48px;height:48px;top:496px;left:259px;display:block; }
 }@media only screen and (max-width: 763px) { #O1qZX0SJHzXf5FFDOupOf2bKEQZhW3yl { width:48px;height:48px;top:496px;left:143px;display:block; }
 }@media only screen and (max-width: 763px) { #NI1Cm2DbkqmvcIGKvrQWUuW12OMygoBf { width:24px;height:24px;top:510px;left:155px;display:block; }
#NI1Cm2DbkqmvcIGKvrQWUuW12OMygoBf > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #yoQiTa2KRSUiTz6mcdGvrbalfgsydMSk { width:24px;height:24px;top:510px;left:214.5px;display:block; }
#yoQiTa2KRSUiTz6mcdGvrbalfgsydMSk > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #nDhIu6U3n0l5wDScTt8SHCkl5HcXovFR { width:37px;height:37px;top:503px;left:266px;display:block; }
#nDhIu6U3n0l5wDScTt8SHCkl5HcXovFR > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #QfmJMB9OoHNe5t0LEq8nCOUPWoKUCHfl { top:484px;left:459.00003051758px;width:115px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #dV7ekTwBxUWIgL3tzwUP5V6TTbm0z6KX { top:104px;left:235.00003051758px;width:298px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { #smMywVetETwNNVEkL580dbUJsfdbJE28 { top:484px;left:606.00003051758px;width:66px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #MOh11WtMRLvWzLGUPQxkAFJIE0wdH5v4 { top:592px;left:0px;width:764px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #hvvaEKTSEFM1w0ac6VJMTcTf3akEhuz0 { display:block; }#hvvaEKTSEFM1w0ac6VJMTcTf3akEhuz0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGqe8Kpxc2P6eiEsgTFoa3NlEzVhLtcG { top:34px;left:0px;width:480px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #PxQST0CDCJJ96X2MukCgsRkW5tMO25FM { top:32px;left:436px;width:151px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4d8f33f8-1096-4758-a64c-f3023db6c20e/shutterstock_2040757004.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,32,49,0.72); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,32,49,0.72); }#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); } }@media only screen and (max-width: 763px) { #S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT { display:block; }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row .container { width:320px;height:653px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HoyVwiwqxCMUwpbQ0c2J5NQRMKNDbObS { width:320px;height:46px;top:218.80000305176px;left:0px;font-size:46px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KWf5vcx92hHODlF45mUyuqs6hIA35Bfb { width:161px;height:57.6px;top:273.39999389648px;left:79.499998092651px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xrXX7RE10rUkqtBidT1wKIAd0cXG76xC { width:91px;height:30.4px;top:422px;left:11px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BofM7zkh8exmRlN91ITnvATuqha1a9eM { width:48px;height:48px;top:412px;left:179px;display:block; }
 }@media only screen and (max-width: 763px) { #NmalU28CACba2tqLEg1q16p85Okkw3Br { width:48px;height:48px;top:412px;left:237px;display:block; }
 }@media only screen and (max-width: 763px) { #O1qZX0SJHzXf5FFDOupOf2bKEQZhW3yl { width:48px;height:48px;top:412px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #NI1Cm2DbkqmvcIGKvrQWUuW12OMygoBf { width:24px;height:24px;top:426px;left:132px;display:block; }
#NI1Cm2DbkqmvcIGKvrQWUuW12OMygoBf > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #yoQiTa2KRSUiTz6mcdGvrbalfgsydMSk { width:24px;height:24px;top:426px;left:191px;display:block; }
#yoQiTa2KRSUiTz6mcdGvrbalfgsydMSk > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #nDhIu6U3n0l5wDScTt8SHCkl5HcXovFR { width:52px;height:52px;top:414px;left:239px;display:block; }
#nDhIu6U3n0l5wDScTt8SHCkl5HcXovFR > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #QfmJMB9OoHNe5t0LEq8nCOUPWoKUCHfl { width:105px;height:44px;top:558px;left:150px;display:block; }
 }@media only screen and (max-width: 763px) { #dV7ekTwBxUWIgL3tzwUP5V6TTbm0z6KX { width:219px;height:66px;top:57px;left:50.500001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #smMywVetETwNNVEkL580dbUJsfdbJE28 { width:66px;height:49px;top:555px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #MOh11WtMRLvWzLGUPQxkAFJIE0wdH5v4 { width:320px;height:2px;top:481px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hvvaEKTSEFM1w0ac6VJMTcTf3akEhuz0 { display:block; }#hvvaEKTSEFM1w0ac6VJMTcTf3akEhuz0 > .row .container { width:320px;height:125px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGqe8Kpxc2P6eiEsgTFoa3NlEzVhLtcG { width:320px;height:36px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PxQST0CDCJJ96X2MukCgsRkW5tMO25FM { width:151px;height:31.993047497947px;top:75.9961px;left:84px;display:block; }
 }