.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2eHhkEApepTs4CCHGq9iSJi59c07zW0 { position:relative;display:block; }#s2eHhkEApepTs4CCHGq9iSJi59c07zW0 { background-color: transparent; background-image: none; }#s2eHhkEApepTs4CCHGq9iSJi59c07zW0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2eHhkEApepTs4CCHGq9iSJi59c07zW0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2eHhkEApepTs4CCHGq9iSJi59c07zW0 > .row .container > .video-iframe-container { display: none; }#s2eHhkEApepTs4CCHGq9iSJi59c07zW0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2eHhkEApepTs4CCHGq9iSJi59c07zW0 > .row > .video-iframe-container { display: none; }#s2eHhkEApepTs4CCHGq9iSJi59c07zW0 > .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); }#s2eHhkEApepTs4CCHGq9iSJi59c07zW0 { border-width: 0; border-radius: 0; }#s2eHhkEApepTs4CCHGq9iSJi59c07zW0 > .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; }#s2eHhkEApepTs4CCHGq9iSJi59c07zW0 > .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:72px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tGqMMPqrHHT2E6Tunsergqh4x0r8pysn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36px;width:67px;top:14px;left:0px;overflow:hidden;display:block; }
#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #696cff, #3f4199);background-image: -moz-linear-gradient(180deg, #696cff, #3f4199);background-image: -ms-linear-gradient(180deg, #696cff, #3f4199);background-image: -o-linear-gradient(180deg, #696cff, #3f4199);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#696cff', endColorstr='#3f4199' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#696cff', endColorstr='#3f4199' );";background-image: linear-gradient(180deg, #696cff, #3f4199);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; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { border-width: 0; border-radius: 0; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { font-size:14px;font-family:arial;height:493px;width:1200px;position:relative;display:block; }#PHcKwQmpZ5IgLnGqRvT0FyKqwLrb8tdQ { background-color:#ffab00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:283px;height:67px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:352.5px;left:330px;display:block; }
#KyWHsctnnLuDnkoEQTxAy0K8hWSaMEuG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#EdoxtbwqyDkToAwyw8ae9sUTFylb6ONU { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:395px;width:546px;top:66px;left:651px;overflow:hidden;display:block; }
#BKSnaMo2UOQUAReWp2WJED3RFAKPEOfb { color:#ffffff;display:block;width:663px;position:absolute;font-family:poppins;font-size:40px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:169px;left:0px;height:104px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tflWMiJMLNXOas4Xu02z04p7Q4eJNoau { color:#f1f1f1;display:block;width:128px;position:absolute;font-family:poppins;font-size:20px;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:376px;left:42px;height:20px;font-style:normal;display:block; }
#cS3wp4giDgQmlRuCLUW8FnoLDTE4pRh3 { color:#f1f1f1;display:block;width:205px;position:absolute;font-family:poppins;font-size:60px;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:96px;left:0px;height:78px;font-style:normal;display:block; }
#GPMOFDe3qdIGTI4P7eWWfaltGBtgKoNo { color:#ffffff;display:block;width:250px;position:absolute;font-family:poppins;font-size:24px;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:54.8125px;left:0px;height:31.1875px;display:block; }
#cBNIHT5cDtpHM5Riv9ZwhhWlrZdBNF0E { color:#ffffff;display:block;width:515px;position:absolute;font-family:poppins;font-size:40px;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:116px;left:186.5px;height:52px;font-style:normal;display:block; }
#S5ZSBQmC0bleLJLHDcGgJc8AGNquy3pW { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36px;width:36px;top:368px;left:0px;overflow:hidden;display:block; }
#Hf6Rp10fOgTQ1pKc7ZlhiCRZrsGtTiok { color:#f1f1f1;display:block;width:121px;position:absolute;font-family:poppins;font-size:20px;font-weight:700;z-index:15028;line-height:1;letter-spacing:0;top:376px;left:229px;height:20px;font-style:normal;display:block; }
#NFP3uJTfHuwVLV9ypuX50KT6l4O4dJgf { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36px;width:36px;top:368px;left:187px;overflow:hidden;display:block; }
#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { position:relative;display:block; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { background-color: transparent; background-image: none; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container > .video-iframe-container { display: none; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row > .video-iframe-container { display: none; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .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); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { border-width: 0; border-radius: 0; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .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; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .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:654px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LtZHVhbsrV4PLwVrBuWpFuT3TSghcOQE { background-color:#ffab00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1108px;height:67px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:538.59375px;left:46px;display:block; }
#S96UKtShhJTRgt0tNcrUioE0K9ACXaxP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#GVD9rzlblrXFVcFFbZKwvzHrO9pQSw9P { color:#000000;display:block;width:197px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:66.609375px;left:641px;height:20.7969px;display:block; }
#k434tdMSITD0PDXCM5VcVVui1HbztQls { color:#192855;display:block;width:1101px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:173.40625px;left:35px;height:119px;display:block; }#k434tdMSITD0PDXCM5VcVVui1HbztQls li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#k434tdMSITD0PDXCM5VcVVui1HbztQls li:before{  }
#MICRGSEddZikpnP1hBmVIbZTlO4JgKVv { color:#192855;display:block;width:1101px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:21px;left:35px;height:130px;display:block; }
#ThbI4H8CC68U5ounJcPtu8Jy8KORODFf { color:#192855;display:block;width:1101px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:311px;left:35px;height:26px;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; }
#qXD3pVrvXdon8qPHLmfDRVTHJZSuyNdX { color:#192855;display:block;width:1101px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:352px;left:35px;height:150px;display:block; }#qXD3pVrvXdon8qPHLmfDRVTHJZSuyNdX li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#qXD3pVrvXdon8qPHLmfDRVTHJZSuyNdX li:before{  }
#KtfPlVHRMGUoSapr1kW4iRfT0V0lCIq9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KtfPlVHRMGUoSapr1kW4iRfT0V0lCIq9 > .row .container { background-color: transparent; background-image: none; }#KtfPlVHRMGUoSapr1kW4iRfT0V0lCIq9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtfPlVHRMGUoSapr1kW4iRfT0V0lCIq9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtfPlVHRMGUoSapr1kW4iRfT0V0lCIq9 > .row .container > .video-iframe-container { display: none; }#KtfPlVHRMGUoSapr1kW4iRfT0V0lCIq9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtfPlVHRMGUoSapr1kW4iRfT0V0lCIq9 > .row > .video-iframe-container { display: none; }#KtfPlVHRMGUoSapr1kW4iRfT0V0lCIq9 > .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); }#KtfPlVHRMGUoSapr1kW4iRfT0V0lCIq9 > .row .container { border-width: 0; border-radius: 0; }#KtfPlVHRMGUoSapr1kW4iRfT0V0lCIq9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KtfPlVHRMGUoSapr1kW4iRfT0V0lCIq9 > .row .container { font-size:14px;font-family:arial;height:359px;width:1200px;position:relative;display:block; }#lZnTmT2AhTNF8ODJt80TWpf6rAhoA11n { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:300px;width:201px;top:29.5px;left:12px;overflow:hidden;display:block; }
#gaI81TOTmeL3HMffW1cyGMDuRT0iHTXE { color:#192855;display:block;width:942px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:92.5px;left:237px;height:208px;display:block; }
#TgovgoOPsm4C7R0RtklrpaSIWy4yVfXy { color:#192855;display:block;width:259px;position:absolute;font-family:poppins;font-size:30px;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:29.5px;left:237px;height:39px;font-style:normal;display:block; }
#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/96843456-3ba9-4998-b216-f24253240b89/bgbottom.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; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3.adaptive-delivery-prevent-bg, #JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3.lazyload, #JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3.lazyloading { background-image: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { background-color: transparent; background-image: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container > .video-iframe-container { display: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row > .video-iframe-container { display: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .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); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { border-width: 0; border-radius: 0; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { font-size:14px;font-family:arial;height:1087px;width:1200px;position:relative;display:block; }#MZ31BrTNwckrCVXtf5zCERuo3sQ782XD { position:absolute;z-index:15011;top:301px;left:298px;width:612px;height:670px;display:block; }
#NqrtlTPbML5wf09Aiw1Ah7kR02zHwvx6 { color:#192855;display:block;width:1200px;position:absolute;font-family:poppins;font-size:22px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:39px;left:0px;height:28.5938px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TwSTsKP9sNdClX6T9c7gLFaGoaqOMwhw { color:#192855;display:block;width:1148px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:91px;left:26px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { position:absolute;display:block;z-index:15000;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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 0 15px 30px rgba(0,0,0,0.5) ;height:849px;width:657px;top:172px;left:272px;display:block; }
#rBVP93wofK9DFKIKGxwHJdqkLZpkkngv { color:#192855;display:block;width:628px;position:absolute;font-family:poppins;font-size:30px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:212px;left:290px;height:39px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { background-color: transparent; background-image: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .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); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { border-width: 0; border-radius: 0; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { font-size:14px;font-family:arial;height:124px;width:1200px;position:relative;display:block; }#LAA2BpkGVoXkHgnKhU5SNUwwSzMO7P1T { color:#121212;display:block;width:262px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:52px;left:405px;height:20.7969px;display:block; }
#yQlSXbPnIUoxRwRME7OcG6irCwWSg5Nh { color:#121212;display:block;width:205px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:52px;left:674px;height:20.7969px;display:block; }
#rGfvkw4XrRxiVnGnnE4cOoNxXhwN63dE { color:#121212;display:block;width:148px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:52px;left:888px;height:20.7969px;display:block; }
#A8WwN64xwqduQWvzI4TFCvW8iW9DOam3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36px;width:67px;top:44px;left:164px;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #s2eHhkEApepTs4CCHGq9iSJi59c07zW0 { display:block; }#s2eHhkEApepTs4CCHGq9iSJi59c07zW0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tGqMMPqrHHT2E6Tunsergqh4x0r8pysn { width:67px;height:36px;top:14px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #696cff, #3f4199);background-image: -moz-linear-gradient(180deg, #696cff, #3f4199);background-image: -ms-linear-gradient(180deg, #696cff, #3f4199);background-image: -o-linear-gradient(180deg, #696cff, #3f4199);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#696cff', endColorstr='#3f4199' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#696cff', endColorstr='#3f4199' );";background-image: linear-gradient(180deg, #696cff, #3f4199);background-size:cover !important;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:764px;height:489px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PHcKwQmpZ5IgLnGqRvT0FyKqwLrb8tdQ { width:295px;height:53px;top:364px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #KyWHsctnnLuDnkoEQTxAy0K8hWSaMEuG { display:block; }
 }@media only screen and (max-width: 1199px) { #EdoxtbwqyDkToAwyw8ae9sUTFylb6ONU { width:365px;height:264px;top:110.140625px;left:397px;display:block; }
 }@media only screen and (max-width: 1199px) { #BKSnaMo2UOQUAReWp2WJED3RFAKPEOfb { width:428px;height:78px;top:156.296875px;left:0px;font-size:30px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #tflWMiJMLNXOas4Xu02z04p7Q4eJNoau { width:140px;height:23px;top:273px;left:46px;font-size:23px;display:block; }
 }@media only screen and (max-width: 1199px) { #cS3wp4giDgQmlRuCLUW8FnoLDTE4pRh3 { width:141px;height:53.2969px;top:103px;left:0px;font-size:41px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #GPMOFDe3qdIGTI4P7eWWfaltGBtgKoNo { width:250px;height:31.1875px;top:54px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #cBNIHT5cDtpHM5Riv9ZwhhWlrZdBNF0E { width:310px;height:39px;top:110.140625px;left:129px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #S5ZSBQmC0bleLJLHDcGgJc8AGNquy3pW { width:36px;height:36px;top:266.5px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #Hf6Rp10fOgTQ1pKc7ZlhiCRZrsGtTiok { width:96px;height:23px;top:273px;left:230px;font-size:23px;display:block; }
 }@media only screen and (max-width: 1199px) { #NFP3uJTfHuwVLV9ypuX50KT6l4O4dJgf { width:36px;height:36px;top:267px;left:186px;display:block; }
 }@media only screen and (max-width: 1199px) { #rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { display:block; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { width:764px;height:816px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LtZHVhbsrV4PLwVrBuWpFuT3TSghcOQE { width:741px;height:53px;top:731px;left:11.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #S96UKtShhJTRgt0tNcrUioE0K9ACXaxP { display:block; }
 }@media only screen and (max-width: 1199px) { #GVD9rzlblrXFVcFFbZKwvzHrO9pQSw9P { width:197px;height:20.7969px;top:70px;left:392px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #k434tdMSITD0PDXCM5VcVVui1HbztQls { width:733px;height:215.156px;top:231px;left:11.5px;font-size:22px;display:block; }#k434tdMSITD0PDXCM5VcVVui1HbztQls li:before{  }
 }@media only screen and (max-width: 1199px) { #MICRGSEddZikpnP1hBmVIbZTlO4JgKVv { width:723px;height:171.5626px;top:24px;left:15px;font-size:22px;display:block; }
 }@media only screen and (max-width: 1199px) { #ThbI4H8CC68U5ounJcPtu8Jy8KORODFf { width:735px;height:28.5938px;top:484px;left:14.5px;font-size:22px;display:block; }
 }@media only screen and (max-width: 1199px) { #qXD3pVrvXdon8qPHLmfDRVTHJZSuyNdX { width:735px;height:162.969px;top:522px;left:14.5px;font-size:22px;display:block; }#qXD3pVrvXdon8qPHLmfDRVTHJZSuyNdX li:before{  }
 }@media only screen and (max-width: 1199px) { #KtfPlVHRMGUoSapr1kW4iRfT0V0lCIq9 { display:block; }#KtfPlVHRMGUoSapr1kW4iRfT0V0lCIq9 > .row .container { width:764px;height:344px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lZnTmT2AhTNF8ODJt80TWpf6rAhoA11n { width:184px;height:276px;top:25.984375px;left:13px;display:block; }
 }@media only screen and (max-width: 1199px) { #gaI81TOTmeL3HMffW1cyGMDuRT0iHTXE { width:552px;height:243.0318px;top:82.96875px;left:212px;font-size:17px;display:block; }
 }@media only screen and (max-width: 1199px) { #TgovgoOPsm4C7R0RtklrpaSIWy4yVfXy { width:259px;height:39px;top:25.984375px;left:212px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { display:block; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MZ31BrTNwckrCVXtf5zCERuo3sQ782XD { width:622px;height:684px;top:313.99983215332px;left:70.999998092651px;display:block; }
 }@media only screen and (max-width: 1199px) { #NqrtlTPbML5wf09Aiw1Ah7kR02zHwvx6 { width:764px;height:27.309px;top:48px;left:0px;font-size:21px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #TwSTsKP9sNdClX6T9c7gLFaGoaqOMwhw { width:764px;height:44.1875px;top:106.99998474121px;left:0px;font-size:17px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { width:657px;height:849px;top:172px;left:54px;display:block; }
 }@media only screen and (max-width: 1199px) { #rBVP93wofK9DFKIKGxwHJdqkLZpkkngv { width:764px;height:33.8px;top:219.99996948242px;left:0px;font-size:26px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:764px;height:210px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LAA2BpkGVoXkHgnKhU5SNUwwSzMO7P1T { width:262px;height:23.4028px;top:88.625px;left:251px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #yQlSXbPnIUoxRwRME7OcG6irCwWSg5Nh { width:205px;height:23.4028px;top:125px;left:279.5px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #rGfvkw4XrRxiVnGnnE4cOoNxXhwN63dE { width:148px;height:23.4028px;top:148.375px;left:308px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #A8WwN64xwqduQWvzI4TFCvW8iW9DOam3 { width:111px;height:58px;top:20px;left:326.5px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #s2eHhkEApepTs4CCHGq9iSJi59c07zW0 { display:block; }#s2eHhkEApepTs4CCHGq9iSJi59c07zW0 > .row .container { width:320px;height:76px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGqMMPqrHHT2E6Tunsergqh4x0r8pysn { width:67px;height:36px;top:20px;left:126px;display:block; }
 }@media only screen and (max-width: 763px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #696cff, #3f4199);background-image: -moz-linear-gradient(180deg, #696cff, #3f4199);background-image: -ms-linear-gradient(180deg, #696cff, #3f4199);background-image: -o-linear-gradient(180deg, #696cff, #3f4199);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#696cff', endColorstr='#3f4199' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#696cff', endColorstr='#3f4199' );";background-image: linear-gradient(180deg, #696cff, #3f4199);background-size:cover !important;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:320px;height:689px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHcKwQmpZ5IgLnGqRvT0FyKqwLrb8tdQ { width:298px;height:58px;top:411.96875px;left:11px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #KyWHsctnnLuDnkoEQTxAy0K8hWSaMEuG { display:block; }
 }@media only screen and (max-width: 763px) { #EdoxtbwqyDkToAwyw8ae9sUTFylb6ONU { width:226px;height:163px;top:504.96875px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #BKSnaMo2UOQUAReWp2WJED3RFAKPEOfb { width:319px;height:52px;top:142.375px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tflWMiJMLNXOas4Xu02z04p7Q4eJNoau { width:306px;height:21px;top:262px;left:7px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cS3wp4giDgQmlRuCLUW8FnoLDTE4pRh3 { width:320px;height:42.8906px;top:71.1875px;left:0px;font-size:33px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GPMOFDe3qdIGTI4P7eWWfaltGBtgKoNo { width:250px;height:31.1875px;top:20px;left:35px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cBNIHT5cDtpHM5Riv9ZwhhWlrZdBNF0E { width:320px;height:26px;top:116.375px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S5ZSBQmC0bleLJLHDcGgJc8AGNquy3pW { width:36px;height:36px;top:206px;left:142px;display:block; }
 }@media only screen and (max-width: 763px) { #Hf6Rp10fOgTQ1pKc7ZlhiCRZrsGtTiok { width:121px;height:21px;top:359px;left:99px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NFP3uJTfHuwVLV9ypuX50KT6l4O4dJgf { width:36px;height:36px;top:303px;left:142px;display:block; }
 }@media only screen and (max-width: 763px) { #rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { display:block; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { width:320px;height:879px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LtZHVhbsrV4PLwVrBuWpFuT3TSghcOQE { width:298px;height:58px;top:904.8757px;left:11px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #S96UKtShhJTRgt0tNcrUioE0K9ACXaxP { display:block; }
 }@media only screen and (max-width: 763px) { #GVD9rzlblrXFVcFFbZKwvzHrO9pQSw9P { width:197px;height:20.7969px;top:260.938px;left:61px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k434tdMSITD0PDXCM5VcVVui1HbztQls { width:274px;height:324.312px;top:260.9375px;left:23px;font-size:17px;text-align:left;text-align-last:left;display:block; }#k434tdMSITD0PDXCM5VcVVui1HbztQls li:before{  }
 }@media only screen and (max-width: 763px) { #MICRGSEddZikpnP1hBmVIbZTlO4JgKVv { width:294px;height:220.9376px;top:20px;left:13px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ThbI4H8CC68U5ounJcPtu8Jy8KORODFf { width:320px;height:22.0938px;top:607.03125px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qXD3pVrvXdon8qPHLmfDRVTHJZSuyNdX { width:290px;height:196.75px;top:653.125px;left:15px;font-size:17px;text-align:left;text-align-last:left;display:block; }#qXD3pVrvXdon8qPHLmfDRVTHJZSuyNdX li:before{  }
 }@media only screen and (max-width: 763px) { #KtfPlVHRMGUoSapr1kW4iRfT0V0lCIq9 { display:block; }#KtfPlVHRMGUoSapr1kW4iRfT0V0lCIq9 > .row .container { width:320px;height:860px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZnTmT2AhTNF8ODJt80TWpf6rAhoA11n { width:201px;height:300px;top:20px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #gaI81TOTmeL3HMffW1cyGMDuRT0iHTXE { width:300px;height:441.8748px;top:399px;left:10px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TgovgoOPsm4C7R0RtklrpaSIWy4yVfXy { width:259px;height:39px;top:340px;left:30px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { display:block; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { width:320px;height:1010px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZ31BrTNwckrCVXtf5zCERuo3sQ782XD { width:300px;height:670px;top:308.89999389648px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #NqrtlTPbML5wf09Aiw1Ah7kR02zHwvx6 { width:320px;height:46.7812px;top:20px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TwSTsKP9sNdClX6T9c7gLFaGoaqOMwhw { width:300px;height:103.984px;top:86.8px;left:10px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { width:320px;height:717px;top:285.40014648438px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rBVP93wofK9DFKIKGxwHJdqkLZpkkngv { width:320px;height:33.8px;top:231.6px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:320px;height:205px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LAA2BpkGVoXkHgnKhU5SNUwwSzMO7P1T { width:262px;height:23.3906px;top:75px;left:29px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQlSXbPnIUoxRwRME7OcG6irCwWSg5Nh { width:205px;height:23.3906px;top:118.375px;left:57px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rGfvkw4XrRxiVnGnnE4cOoNxXhwN63dE { width:148px;height:23.3906px;top:161.75px;left:86px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A8WwN64xwqduQWvzI4TFCvW8iW9DOam3 { width:67px;height:35.009009009009px;top:20px;left:126px;display:block; }
 }