.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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#aUq2Tp8mkfvW4gcNytAwFVuoBBezZU3e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f2d342a7-1a7f-4316-b333-de3e24edae19/Header.png");background-position:top center !important;background-repeat:repeat-y !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; }#aUq2Tp8mkfvW4gcNytAwFVuoBBezZU3e.adaptive-delivery-prevent-bg, #aUq2Tp8mkfvW4gcNytAwFVuoBBezZU3e.lazyload, #aUq2Tp8mkfvW4gcNytAwFVuoBBezZU3e.lazyloading { background-image: none; }#aUq2Tp8mkfvW4gcNytAwFVuoBBezZU3e > .row .container { background-color: transparent; background-image: none; }#aUq2Tp8mkfvW4gcNytAwFVuoBBezZU3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUq2Tp8mkfvW4gcNytAwFVuoBBezZU3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUq2Tp8mkfvW4gcNytAwFVuoBBezZU3e > .row .container > .video-iframe-container { display: none; }#aUq2Tp8mkfvW4gcNytAwFVuoBBezZU3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUq2Tp8mkfvW4gcNytAwFVuoBBezZU3e > .row > .video-iframe-container { display: none; }#aUq2Tp8mkfvW4gcNytAwFVuoBBezZU3e > .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); }#aUq2Tp8mkfvW4gcNytAwFVuoBBezZU3e > .row .container { border-width: 0; border-radius: 0; }#aUq2Tp8mkfvW4gcNytAwFVuoBBezZU3e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aUq2Tp8mkfvW4gcNytAwFVuoBBezZU3e > .row .container { font-size:14px;font-family:arial;height:598px;width:960px;position:relative;display:block; }#gwnFlbZlGsb9hdUPT6g8f9B4E0kkheKU { position:absolute;display:block;z-index:15013;background-color:#3e3a91;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:117px;width:5px;top:379.8671875px;left:0px;display:block; }
#V4CHa8AGAV7otIhgwbETfnX2fs5dpTnK { color:#3e3a91;display:block;width:595px;position:absolute;font-family:lato;font-size:66px;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:157.6484375px;left:0px;height:66px;font-style:normal;display:block; }
#a2263yTTmqsQ3dNwUeEr2yIDl9lf2g2W { color:#3e3a91;display:block;width:480px;position:absolute;font-family:lato;font-size:106px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:199.6484375px;left:19px;height:137.797px;font-style:italic;display:block; }
#xT7alhZVmQK0SXKgI5ATZiluthZb5BT5 { color:#5b5b5f;display:block;width:520px;position:absolute;font-family:arial;font-size:21px;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:397.4140625px;left:29px;height:81.8906px;font-style:normal;display:block; }
#X1naWB89weVkkIDpHdo6gNVIBP50PPZ9 { position:absolute;display:block;z-index:15017;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:51px;width:225px;top:46px;left:0px;overflow:hidden;display:block; }
#alSwRo2pEPVVGwKkoX7ZV2SVm0TwynKf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3e3a91;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; }#alSwRo2pEPVVGwKkoX7ZV2SVm0TwynKf > .row .container { background-color: transparent; background-image: none; }#alSwRo2pEPVVGwKkoX7ZV2SVm0TwynKf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alSwRo2pEPVVGwKkoX7ZV2SVm0TwynKf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alSwRo2pEPVVGwKkoX7ZV2SVm0TwynKf > .row .container > .video-iframe-container { display: none; }#alSwRo2pEPVVGwKkoX7ZV2SVm0TwynKf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alSwRo2pEPVVGwKkoX7ZV2SVm0TwynKf > .row > .video-iframe-container { display: none; }#alSwRo2pEPVVGwKkoX7ZV2SVm0TwynKf > .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); }#alSwRo2pEPVVGwKkoX7ZV2SVm0TwynKf > .row .container { border-width: 0; border-radius: 0; }#alSwRo2pEPVVGwKkoX7ZV2SVm0TwynKf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#alSwRo2pEPVVGwKkoX7ZV2SVm0TwynKf > .row .container { font-size:14px;font-family:arial;height:11px;width:960px;position:relative;display:block; }#Uy61tA2UcCk92iN7pNXW4Xb84iTKO6U6 { position:relative;display:block; }#Uy61tA2UcCk92iN7pNXW4Xb84iTKO6U6 { background-color: transparent; background-image: none; }#Uy61tA2UcCk92iN7pNXW4Xb84iTKO6U6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uy61tA2UcCk92iN7pNXW4Xb84iTKO6U6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uy61tA2UcCk92iN7pNXW4Xb84iTKO6U6 > .row .container > .video-iframe-container { display: none; }#Uy61tA2UcCk92iN7pNXW4Xb84iTKO6U6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uy61tA2UcCk92iN7pNXW4Xb84iTKO6U6 > .row > .video-iframe-container { display: none; }#Uy61tA2UcCk92iN7pNXW4Xb84iTKO6U6 > .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); }#Uy61tA2UcCk92iN7pNXW4Xb84iTKO6U6 { border-width: 0; border-radius: 0; }#Uy61tA2UcCk92iN7pNXW4Xb84iTKO6U6 > .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; }#Uy61tA2UcCk92iN7pNXW4Xb84iTKO6U6 > .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:300px;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; }#Rr9UPSGF39aD51BtT1Vx3Fd4AhivhKM0 { position:absolute;display:block;z-index:15016;background-color:#ffffff;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:29px;border-top-right-radius:29px;border-bottom-left-radius:29px;border-bottom-right-radius:29px;box-shadow: 2px 4px 8px rgba(0,0,0,0.38) ;height:221px;width:282px;top:79px;left:178px;display:block; }
#iqUOTAsQDVa0577nUx9lsJZX94RmzW0R { position:absolute;display:block;z-index:15017;background-color:#ffffff;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:29px;border-top-right-radius:29px;border-bottom-left-radius:29px;border-bottom-right-radius:29px;box-shadow: 2px 4px 8px rgba(0,0,0,0.38) ;height:220px;width:282px;top:80px;left:501px;display:block; }
#LLtar4DTnXxpsU2FIx8TAWA0gsVs7rrT { color:#434343;display:block;width:192px;position:absolute;font-family:arial;font-size:21px;font-weight:normal;z-index:15023;line-height:1.1;letter-spacing:0;top:169px;left:546px;height:92.375px;text-align:center;text-align-last:center;display:block; }
#LdpyA6l02g1UuFPaCfzXDcwPIXRaiBTi { color:#434343;display:block;width:209px;position:absolute;font-family:arial;font-size:21px;font-weight:normal;z-index:15017;line-height:1.1;letter-spacing:0;top:169px;left:214.5px;height:92.375px;text-align:center;text-align-last:center;display:block; }
#cydeuhQ6M9TCyS5h3zVaWJkTC5NWU1PR { position:absolute;display:block;z-index:15024;background-color:#3e3a91;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:66px;border-top-right-radius:66px;border-bottom-left-radius:66px;border-bottom-right-radius:66px;box-shadow: 3px 3px 7px rgba(0,0,0,0.31) ;height:102px;width:102px;top:28px;left:268px;display:block; }
#Ra14WvuxF9UQGkT8Htk1yGGqfVRRuMUo { position:absolute;display:block;z-index:15025;background-color:#3e3a91;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:66px;border-top-right-radius:66px;border-bottom-left-radius:66px;border-bottom-right-radius:66px;box-shadow: 3px 3px 7px rgba(0,0,0,0.31) ;height:102px;width:102px;top:28px;left:591px;display:block; }
#Z6gIXAMxoc7TWiLCM8TCwOwEytNNtZI1 { 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:15028;opacity:1;top:54px;left:294px; }
#guGAL72feHFOwihSsi39FioNnw4h6peC { 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:15029;opacity:1;top:54px;left:617px; }
#JOrkCGubTofE9z9DS2OZT5XA001iFX01 { position:relative;display:block; }#JOrkCGubTofE9z9DS2OZT5XA001iFX01 { background-color: transparent; background-image: none; }#JOrkCGubTofE9z9DS2OZT5XA001iFX01::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOrkCGubTofE9z9DS2OZT5XA001iFX01 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOrkCGubTofE9z9DS2OZT5XA001iFX01 > .row .container > .video-iframe-container { display: none; }#JOrkCGubTofE9z9DS2OZT5XA001iFX01 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOrkCGubTofE9z9DS2OZT5XA001iFX01 > .row > .video-iframe-container { display: none; }#JOrkCGubTofE9z9DS2OZT5XA001iFX01 > .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); }#JOrkCGubTofE9z9DS2OZT5XA001iFX01 { border-width: 0; border-radius: 0; }#JOrkCGubTofE9z9DS2OZT5XA001iFX01 > .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; }#JOrkCGubTofE9z9DS2OZT5XA001iFX01 > .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:625px;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; }#F5btFpxz73mPrKbp0E2SQxnTqbDtnhZb { position:absolute;display:block;z-index:15016;background-color:#ffffff;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:29px;border-top-right-radius:29px;border-bottom-left-radius:29px;border-bottom-right-radius:29px;box-shadow: 2px 4px 8px rgba(0,0,0,0.38) ;height:258px;width:282px;top:65px;left:503px;display:block; }
#bM3gvA0nPDHQT2BSzSE4Q2vK7MoQxeXk { position:absolute;display:block;z-index:15015;background-color:#ffffff;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:29px;border-top-right-radius:29px;border-bottom-left-radius:29px;border-bottom-right-radius:29px;box-shadow: 2px 4px 8px rgba(0,0,0,0.38) ;height:258px;width:282px;top:64px;left:179px;display:block; }
#Q3po5VIyJZfyFdvLlTKrJ4iPKeH22otk { color:#434343;display:block;width:237px;position:absolute;font-family:arial;font-size:21px;font-weight:normal;z-index:15018;line-height:1;letter-spacing:0;top:162px;left:525.5px;height:105px;text-align:center;text-align-last:center;display:block; }
#fVMlOk6ZJUuX6HKhHb15UWat4n2qWwiZ { position:absolute;display:block;z-index:15024;background-color:#3e3a91;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:66px;border-top-right-radius:66px;border-bottom-left-radius:66px;border-bottom-right-radius:66px;box-shadow: 3px 3px 7px rgba(0,0,0,0.31) ;height:102px;width:102px;top:15px;left:593px;display:block; }
#MGtObxFT1VcbcEU7JTfoyMC5TFMmoyTD { position:absolute;display:block;z-index:15026;background-color:#3e3a91;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:66px;border-top-right-radius:66px;border-bottom-left-radius:66px;border-bottom-right-radius:66px;box-shadow: 3px 3px 7px rgba(0,0,0,0.31) ;height:102px;width:102px;top:15px;left:269px;display:block; }
#akMzzhZgW7844cdzgIR7VlSebilJPDzL { color:#ffffff;display:block;width:513px;position:absolute;font-family:arial;font-size:21px;font-weight:normal;z-index:15029;line-height:1.1;letter-spacing:0;top:402px;left:167px;height:115.469px;display:block; }
#OzTsTwA3lBHygECWpBDEZZp8DbwtR5kw { position:absolute;display:block;z-index:15030;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:324px;width:242px;top:301px;left:630px;overflow:hidden;display:block; }
#x3mbZL2wnmD1dTSyrS3cDrT83MSMIZLy { position:absolute;display:block;z-index:15017;background-color:#3e3a91;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:29px;border-top-right-radius:29px;border-bottom-left-radius:29px;border-bottom-right-radius:29px;box-shadow: 2px 4px 8px rgba(0,0,0,0.38) ;height:158px;width:625px;top:378px;left:132px;display:block; }
#JgkqM98PT9Tpb2mOR89dcVBuTe3yLtHb { position:absolute;display:block;z-index:15026;background-color:#ee3162;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:66px;border-top-right-radius:66px;border-bottom-left-radius:66px;border-bottom-right-radius:66px;height:102px;width:102px;top:13px;left:589px;display:none; }
#WpTDz57pa42KOREOGaq4LHQerWrBbD60 { position:absolute;display:block;z-index:15026;background-color:#ee3162;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:66px;border-top-right-radius:66px;border-bottom-left-radius:66px;border-bottom-right-radius:66px;box-shadow: 3px 3px 7px rgba(0,0,0,0.31) ;height:102px;width:102px;top:13px;left:589px;display:none; }
#UVIEVvST9rEilnN9xmR9ibnSofBEh7nR { 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; }
#smi5zZUVU47ViAe0mzkBWTsi6pBgfgda { color:#434343;display:block;width:237px;position:absolute;font-family:arial;font-size:21px;font-weight:normal;z-index:15018;line-height:1;letter-spacing:0;top:162px;left:201.5px;height:105px;text-align:center;text-align-last:center;display:block; }
#UsJ7kGJ159JUcOrtUk28BWB2igTJ2xKp { 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:15029;opacity:1;top:41px;left:295px; }
#TKK63FuVu8FNmyr6gPKyOP63vva2gTKx { 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:15030;opacity:1;top:41px;left:619px; }
#f73vGd4EddT9UTWUr2MxFkEeLBXVaWJb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(329deg, #0bcee8, #3e3a91);background-image: -moz-linear-gradient(329deg, #0bcee8, #3e3a91);background-image: -ms-linear-gradient(329deg, #0bcee8, #3e3a91);background-image: -o-linear-gradient(329deg, #0bcee8, #3e3a91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bcee8', endColorstr='#3e3a91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bcee8', endColorstr='#3e3a91' );";background-image: linear-gradient(329deg, #0bcee8, #3e3a91);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; }#f73vGd4EddT9UTWUr2MxFkEeLBXVaWJb > .row .container { background-color: transparent; background-image: none; }#f73vGd4EddT9UTWUr2MxFkEeLBXVaWJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f73vGd4EddT9UTWUr2MxFkEeLBXVaWJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f73vGd4EddT9UTWUr2MxFkEeLBXVaWJb > .row .container > .video-iframe-container { display: none; }#f73vGd4EddT9UTWUr2MxFkEeLBXVaWJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f73vGd4EddT9UTWUr2MxFkEeLBXVaWJb > .row > .video-iframe-container { display: none; }#f73vGd4EddT9UTWUr2MxFkEeLBXVaWJb > .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); }#f73vGd4EddT9UTWUr2MxFkEeLBXVaWJb > .row .container { border-width: 0; border-radius: 0; }#f73vGd4EddT9UTWUr2MxFkEeLBXVaWJb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f73vGd4EddT9UTWUr2MxFkEeLBXVaWJb > .row .container { font-size:14px;font-family:arial;height:53px;width:960px;position:relative;display:block; }#Fo002dH3TDkI1XDuaxwWvle224hOtRkD { color:#ffffff;display:block;width:549px;position:absolute;font-family:lato;font-size:21px;font-weight:300;z-index:15015;line-height:1;letter-spacing:0;top:16px;left:205.5px;height:21px;font-style:normal;display:block; }
#OXeQQ0olTHMFpiz7yVkLKBsHCK3FPghJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#131d27;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; }#OXeQQ0olTHMFpiz7yVkLKBsHCK3FPghJ > .row .container { background-color: transparent; background-image: none; }#OXeQQ0olTHMFpiz7yVkLKBsHCK3FPghJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXeQQ0olTHMFpiz7yVkLKBsHCK3FPghJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXeQQ0olTHMFpiz7yVkLKBsHCK3FPghJ > .row .container > .video-iframe-container { display: none; }#OXeQQ0olTHMFpiz7yVkLKBsHCK3FPghJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXeQQ0olTHMFpiz7yVkLKBsHCK3FPghJ > .row > .video-iframe-container { display: none; }#OXeQQ0olTHMFpiz7yVkLKBsHCK3FPghJ > .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); }#OXeQQ0olTHMFpiz7yVkLKBsHCK3FPghJ > .row .container { border-width: 0; border-radius: 0; }#OXeQQ0olTHMFpiz7yVkLKBsHCK3FPghJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OXeQQ0olTHMFpiz7yVkLKBsHCK3FPghJ > .row .container { font-size:14px;font-family:arial;height:244px;width:960px;position:relative;display:block; }#O35dQFWgyNm3ZBXMQwp37MAnoBhayGtL { color:#000000;display:block;width:253px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:39px;left:507px;height:20.7969px;font-style:normal;display:block; }
#T1ftMLVkqtUsaRKClN2Ae055qHwdT9IQ { box-sizing:content-box;color:#0aaac0;font-size:23px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:68px;left:507px;display:block; }
#WQCHNVW0tglKdystMmIrTmR7zy2NS6ev { box-sizing:content-box;color:#0aaac0;font-size:23px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:68px;left:541px;display:block; }
#GLEczAoG2OMi2UScdRBnW7gkEAxpeLdS { box-sizing:content-box;color:#0aaac0;font-size:23px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:68px;left:575px;display:block; }
#xoCCm8JiD7Dix5GnT9f36TOmEcu4dFZL { color:#000000;display:block;width:247px;position:absolute;font-family:lato;font-size:13px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:125px;left:507px;height:16.8984px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QdJPkc6tdKnG4DkyveewVApMccRTEi0s { color:#000000;display:block;width:322px;position:absolute;font-family:lato;font-size:12px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:170px;left:528px;height:15.5938px;display:block; }
#zt49JL6cgKOpNPRPvMG1X0GAlPvDOIxK { box-sizing:content-box;color:#ffffff;font-size:16px;font-weight:400;line-height:1;height:23px;width:23px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:166px;left:505px;display:block; }
#AeL8QxMKxIoXqWe0BGgagXEaF9APuWRg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:108px;width:289px;top:68px;left:129px;overflow:hidden;display:block; }
#G97EsFo4FmzBXX7xuU8XFMCdVwmpouzb { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:72.5px;left:609px; }
#G97EsFo4FmzBXX7xuU8XFMCdVwmpouzb > img { max-width: 100%;max-height:100%; }#LMVGDknXU0DlTmx8p8WKPFghw40ngw80 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:72.5px;left:636.5px; }
#LMVGDknXU0DlTmx8p8WKPFghw40ngw80 > img { max-width: 100%;max-height:100%; }#o1PL57OVICBqUTx47yAenXPQ6uZIMZfS { color:#2894a0;display:block;width:243px;position:absolute;font-family:lato;font-size:13px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:145.8828125px;left:507px;height:16.8984px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hJTgDtuLDn1F026T8TTyStUd8rCEIkMZ { color:#000000;display:block;width:28px;position:absolute;font-family:lato;font-size:11px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:98px;left:610.5px;height:14.2969px;font-style:normal;display:block; }
#i6Q1JHBvOwe9JCI8pTS96TFNc335plqB { color:#0bcee8;display:block;width:28px;position:absolute;font-family:lato;font-size:11px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:98px;left:640px;height:14.2969px;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aUq2Tp8mkfvW4gcNytAwFVuoBBezZU3e { display:block; }#aUq2Tp8mkfvW4gcNytAwFVuoBBezZU3e > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwnFlbZlGsb9hdUPT6g8f9B4E0kkheKU { top:379px;left:0px;width:5px;height:117px;display:block; }
 }@media only screen and (max-width: 763px) { #V4CHa8AGAV7otIhgwbETfnX2fs5dpTnK { top:157px;left:0px;width:595px;height:66px;font-size:66px;display:block; }
 }@media only screen and (max-width: 763px) { #a2263yTTmqsQ3dNwUeEr2yIDl9lf2g2W { top:199px;left:0px;width:480px;height:137px;font-size:106px;display:block; }
 }@media only screen and (max-width: 763px) { #xT7alhZVmQK0SXKgI5ATZiluthZb5BT5 { top:397px;left:0px;width:520px;height:81px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #X1naWB89weVkkIDpHdo6gNVIBP50PPZ9 { top:46px;left:0px;width:225px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #alSwRo2pEPVVGwKkoX7ZV2SVm0TwynKf { display:block; }#alSwRo2pEPVVGwKkoX7ZV2SVm0TwynKf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uy61tA2UcCk92iN7pNXW4Xb84iTKO6U6 { display:block; }#Uy61tA2UcCk92iN7pNXW4Xb84iTKO6U6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rr9UPSGF39aD51BtT1Vx3Fd4AhivhKM0 { top:79px;left:100px;width:282px;height:221px;display:block; }
 }@media only screen and (max-width: 763px) { #iqUOTAsQDVa0577nUx9lsJZX94RmzW0R { top:80px;left:382px;width:282px;height:220px;display:block; }
 }@media only screen and (max-width: 763px) { #LLtar4DTnXxpsU2FIx8TAWA0gsVs7rrT { top:169px;left:399px;width:192px;height:92px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #LdpyA6l02g1UuFPaCfzXDcwPIXRaiBTi { top:169px;left:165.5px;width:209px;height:92px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #cydeuhQ6M9TCyS5h3zVaWJkTC5NWU1PR { top:28px;left:219px;width:102px;height:102px;display:block; }
 }@media only screen and (max-width: 763px) { #Ra14WvuxF9UQGkT8Htk1yGGqfVRRuMUo { top:28px;left:444px;width:102px;height:102px;display:block; }
 }@media only screen and (max-width: 763px) { #Z6gIXAMxoc7TWiLCM8TCwOwEytNNtZI1 { top:54px;left:245px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #guGAL72feHFOwihSsi39FioNnw4h6peC { top:54px;left:470px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #JOrkCGubTofE9z9DS2OZT5XA001iFX01 { display:block; }#JOrkCGubTofE9z9DS2OZT5XA001iFX01 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F5btFpxz73mPrKbp0E2SQxnTqbDtnhZb { top:65px;left:382px;width:282px;height:258px;display:block; }
 }@media only screen and (max-width: 763px) { #bM3gvA0nPDHQT2BSzSE4Q2vK7MoQxeXk { top:64px;left:100px;width:282px;height:258px;display:block; }
 }@media only screen and (max-width: 763px) { #Q3po5VIyJZfyFdvLlTKrJ4iPKeH22otk { top:162px;left:382px;width:237px;height:105px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #fVMlOk6ZJUuX6HKhHb15UWat4n2qWwiZ { top:15px;left:446px;width:102px;height:102px;display:block; }
 }@media only screen and (max-width: 763px) { #MGtObxFT1VcbcEU7JTfoyMC5TFMmoyTD { top:15px;left:220px;width:102px;height:102px;display:block; }
 }@media only screen and (max-width: 763px) { #akMzzhZgW7844cdzgIR7VlSebilJPDzL { top:402px;left:0px;width:513px;height:115px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #OzTsTwA3lBHygECWpBDEZZp8DbwtR5kw { top:301px;left:483px;width:242px;height:324px;display:block; }
 }@media only screen and (max-width: 763px) { #x3mbZL2wnmD1dTSyrS3cDrT83MSMIZLy { top:378px;left:0px;width:625px;height:158px;display:block; }
 }@media only screen and (max-width: 763px) { #JgkqM98PT9Tpb2mOR89dcVBuTe3yLtHb { top:13px;left:442px;width:102px;height:102px;display:none; }
 }@media only screen and (max-width: 763px) { #WpTDz57pa42KOREOGaq4LHQerWrBbD60 { top:13px;left:442px;width:102px;height:102px;display:none; }
 }@media only screen and (max-width: 763px) { #UVIEVvST9rEilnN9xmR9ibnSofBEh7nR { display:none; }
 }@media only screen and (max-width: 763px) { #smi5zZUVU47ViAe0mzkBWTsi6pBgfgda { top:162px;left:145px;width:237px;height:105px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #UsJ7kGJ159JUcOrtUk28BWB2igTJ2xKp { top:41px;left:246px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #TKK63FuVu8FNmyr6gPKyOP63vva2gTKx { top:41px;left:472px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #f73vGd4EddT9UTWUr2MxFkEeLBXVaWJb { display:block; }#f73vGd4EddT9UTWUr2MxFkEeLBXVaWJb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fo002dH3TDkI1XDuaxwWvle224hOtRkD { top:16px;left:107.5px;width:549px;height:21px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #OXeQQ0olTHMFpiz7yVkLKBsHCK3FPghJ { display:none; }#OXeQQ0olTHMFpiz7yVkLKBsHCK3FPghJ > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O35dQFWgyNm3ZBXMQwp37MAnoBhayGtL { top:39px;left:409px;width:253px;height:20px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #T1ftMLVkqtUsaRKClN2Ae055qHwdT9IQ { top:68px;left:409px;width:34px;height:34px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #WQCHNVW0tglKdystMmIrTmR7zy2NS6ev { top:68px;left:443px;width:34px;height:34px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #GLEczAoG2OMi2UScdRBnW7gkEAxpeLdS { top:68px;left:477px;width:34px;height:34px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #xoCCm8JiD7Dix5GnT9f36TOmEcu4dFZL { top:125px;left:409px;width:247px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #QdJPkc6tdKnG4DkyveewVApMccRTEi0s { top:170px;left:430px;width:322px;height:15px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #zt49JL6cgKOpNPRPvMG1X0GAlPvDOIxK { top:166px;left:407px;width:23px;height:23px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AeL8QxMKxIoXqWe0BGgagXEaF9APuWRg { top:68px;left:31px;width:289px;height:108px;display:block; }
 }@media only screen and (max-width: 763px) { #G97EsFo4FmzBXX7xuU8XFMCdVwmpouzb { top:72px;left:511px;width:25px;height:25px;display:block; }
#G97EsFo4FmzBXX7xuU8XFMCdVwmpouzb > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #LMVGDknXU0DlTmx8p8WKPFghw40ngw80 { top:72px;left:538.5px;width:25px;height:25px;display:block; }
#LMVGDknXU0DlTmx8p8WKPFghw40ngw80 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #o1PL57OVICBqUTx47yAenXPQ6uZIMZfS { top:145px;left:409px;width:243px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #hJTgDtuLDn1F026T8TTyStUd8rCEIkMZ { top:98px;left:512.5px;width:28px;height:14px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #i6Q1JHBvOwe9JCI8pTS96TFNc335plqB { top:98px;left:542px;width:28px;height:14px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aUq2Tp8mkfvW4gcNytAwFVuoBBezZU3e { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f2d342a7-1a7f-4316-b333-de3e24edae19/Header.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aUq2Tp8mkfvW4gcNytAwFVuoBBezZU3e.adaptive-delivery-prevent-bg, #aUq2Tp8mkfvW4gcNytAwFVuoBBezZU3e.lazyload, #aUq2Tp8mkfvW4gcNytAwFVuoBBezZU3e.lazyloading { background-image: none; }#aUq2Tp8mkfvW4gcNytAwFVuoBBezZU3e > .row .container { background-color: transparent; background-image: none; }#aUq2Tp8mkfvW4gcNytAwFVuoBBezZU3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUq2Tp8mkfvW4gcNytAwFVuoBBezZU3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUq2Tp8mkfvW4gcNytAwFVuoBBezZU3e > .row .container > .video-iframe-container { display: none; }#aUq2Tp8mkfvW4gcNytAwFVuoBBezZU3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUq2Tp8mkfvW4gcNytAwFVuoBBezZU3e > .row > .video-iframe-container { display: none; }#aUq2Tp8mkfvW4gcNytAwFVuoBBezZU3e > .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); }#aUq2Tp8mkfvW4gcNytAwFVuoBBezZU3e > .row .container { border-width: 0; border-radius: 0; }#aUq2Tp8mkfvW4gcNytAwFVuoBBezZU3e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aUq2Tp8mkfvW4gcNytAwFVuoBBezZU3e > .row .container { width:320px;height:377px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwnFlbZlGsb9hdUPT6g8f9B4E0kkheKU { width:2px;height:52px;top:185.265625px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #V4CHa8AGAV7otIhgwbETfnX2fs5dpTnK { width:180px;height:25px;top:89px;left:24px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #a2263yTTmqsQ3dNwUeEr2yIDl9lf2g2W { width:157px;height:49.3984px;top:105px;left:35.5px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #xT7alhZVmQK0SXKgI5ATZiluthZb5BT5 { width:139px;height:160px;top:185.265625px;left:38.5px;font-size:16px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #X1naWB89weVkkIDpHdo6gNVIBP50PPZ9 { width:143px;height:32px;top:33px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #alSwRo2pEPVVGwKkoX7ZV2SVm0TwynKf { display:block; }#alSwRo2pEPVVGwKkoX7ZV2SVm0TwynKf > .row .container { width:320px;height:11px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uy61tA2UcCk92iN7pNXW4Xb84iTKO6U6 { display:block; }#Uy61tA2UcCk92iN7pNXW4Xb84iTKO6U6 > .row .container { width:320px;height:453px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rr9UPSGF39aD51BtT1Vx3Fd4AhivhKM0 { width:256px;height:153px;top:75px;left:32px;display:block; }
 }@media only screen and (max-width: 763px) { #iqUOTAsQDVa0577nUx9lsJZX94RmzW0R { width:255px;height:154px;top:297px;left:32px;display:block; }
 }@media only screen and (max-width: 763px) { #LLtar4DTnXxpsU2FIx8TAWA0gsVs7rrT { width:183px;height:56.0859px;top:369px;left:68.5px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #LdpyA6l02g1UuFPaCfzXDcwPIXRaiBTi { width:198px;height:56.0859px;top:136px;left:61px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #cydeuhQ6M9TCyS5h3zVaWJkTC5NWU1PR { width:85px;height:85px;top:34px;left:118px;display:block; }
 }@media only screen and (max-width: 763px) { #Ra14WvuxF9UQGkT8Htk1yGGqfVRRuMUo { width:85px;height:85px;top:254px;left:117px;display:block; }
 }@media only screen and (max-width: 763px) { #Z6gIXAMxoc7TWiLCM8TCwOwEytNNtZI1 { display:flex;width:50px;height:50px;top:48px;left:135px; }
 }@media only screen and (max-width: 763px) { #guGAL72feHFOwihSsi39FioNnw4h6peC { display:flex;width:50px;height:50px;top:271.5px;left:135px; }
 }@media only screen and (max-width: 763px) { #JOrkCGubTofE9z9DS2OZT5XA001iFX01 { display:block; }#JOrkCGubTofE9z9DS2OZT5XA001iFX01 > .row .container { width:320px;height:970px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F5btFpxz73mPrKbp0E2SQxnTqbDtnhZb { width:255px;height:190px;top:325px;left:33px;display:block; }
 }@media only screen and (max-width: 763px) { #bM3gvA0nPDHQT2BSzSE4Q2vK7MoQxeXk { width:255px;height:175px;top:79px;left:33px;display:block; }
 }@media only screen and (max-width: 763px) { #Q3po5VIyJZfyFdvLlTKrJ4iPKeH22otk { width:190px;height:85px;top:135px;left:65px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #fVMlOk6ZJUuX6HKhHb15UWat4n2qWwiZ { width:85px;height:85px;top:284px;left:118px;display:block; }
 }@media only screen and (max-width: 763px) { #MGtObxFT1VcbcEU7JTfoyMC5TFMmoyTD { width:85px;height:85px;top:30px;left:117px;display:block; }
 }@media only screen and (max-width: 763px) { #akMzzhZgW7844cdzgIR7VlSebilJPDzL { width:243px;height:149.562px;top:567px;left:39px;font-size:17px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OzTsTwA3lBHygECWpBDEZZp8DbwtR5kw { width:190px;height:253px;top:716px;left:65px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #x3mbZL2wnmD1dTSyrS3cDrT83MSMIZLy { width:290px;height:210px;top:548px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #JgkqM98PT9Tpb2mOR89dcVBuTe3yLtHb { width:39px;height:39px;top:904px;left:237px;z-index:15027;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #0bcee8;border-left:3px solid #0bcee8;border-right:3px solid #0bcee8;border-bottom:3px solid #0bcee8;display:block; }
 }@media only screen and (max-width: 763px) { #WpTDz57pa42KOREOGaq4LHQerWrBbD60 { width:69px;height:69px;top:780px;left:50px;z-index:15031;background-color:#0bcee8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UVIEVvST9rEilnN9xmR9ibnSofBEh7nR { display:flex;top:787px;left:61px;width:50px;height:50px;z-index:15032; }
 }@media only screen and (max-width: 763px) { #smi5zZUVU47ViAe0mzkBWTsi6pBgfgda { width:207px;height:85px;top:399px;left:57px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #UsJ7kGJ159JUcOrtUk28BWB2igTJ2xKp { display:flex;width:50px;height:50px;top:47.5px;left:135px; }
 }@media only screen and (max-width: 763px) { #TKK63FuVu8FNmyr6gPKyOP63vva2gTKx { display:flex;width:50px;height:50px;top:303px;left:135px; }
 }@media only screen and (max-width: 763px) { #f73vGd4EddT9UTWUr2MxFkEeLBXVaWJb { display:block; }#f73vGd4EddT9UTWUr2MxFkEeLBXVaWJb > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fo002dH3TDkI1XDuaxwWvle224hOtRkD { width:249px;height:38px;top:21px;left:35.5px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #OXeQQ0olTHMFpiz7yVkLKBsHCK3FPghJ { display:block; }#OXeQQ0olTHMFpiz7yVkLKBsHCK3FPghJ > .row .container { width:320px;height:327px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O35dQFWgyNm3ZBXMQwp37MAnoBhayGtL { width:201px;height:16.8984px;top:113px;left:32.4921875px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1ftMLVkqtUsaRKClN2Ae055qHwdT9IQ { width:33.9844px;height:33.9844px;top:138px;left:32px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #WQCHNVW0tglKdystMmIrTmR7zy2NS6ev { width:33.9844px;height:33.9844px;top:139px;left:79px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #GLEczAoG2OMi2UScdRBnW7gkEAxpeLdS { width:33.9844px;height:33.9844px;top:139.5px;left:129.0078125px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #xoCCm8JiD7Dix5GnT9f36TOmEcu4dFZL { width:198px;height:15.5938px;top:198.984375px;left:33.9921875px;font-size:12px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QdJPkc6tdKnG4DkyveewVApMccRTEi0s { width:239px;height:11.6953px;top:248.3125px;left:48.4921875px;font-size:9px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zt49JL6cgKOpNPRPvMG1X0GAlPvDOIxK { width:18px;height:18px;top:245.15625px;left:30.4921875px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #AeL8QxMKxIoXqWe0BGgagXEaF9APuWRg { width:168px;height:62px;top:31.796875px;left:34.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #G97EsFo4FmzBXX7xuU8XFMCdVwmpouzb { display:flex;width:25px;height:25px;top:144px;left:174.4921875px; }
#G97EsFo4FmzBXX7xuU8XFMCdVwmpouzb > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #LMVGDknXU0DlTmx8p8WKPFghw40ngw80 { display:flex;width:25px;height:25px;top:144.5px;left:211.4921875px; }
#LMVGDknXU0DlTmx8p8WKPFghw40ngw80 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #o1PL57OVICBqUTx47yAenXPQ6uZIMZfS { width:243px;height:15.5938px;top:221.578125px;left:33.5px;font-size:12px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hJTgDtuLDn1F026T8TTyStUd8rCEIkMZ { width:28px;height:14.2969px;top:171.984375px;left:173.984375px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i6Q1JHBvOwe9JCI8pTS96TFNc335plqB { width:28px;height:14.2969px;top:171.984375px;left:208.9921875px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }