.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vllss6tdmBcAKkI7epQvvGp658DRX7WD { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Vllss6tdmBcAKkI7epQvvGp658DRX7WD > .row .container { background-color: transparent; background-image: none; }#Vllss6tdmBcAKkI7epQvvGp658DRX7WD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vllss6tdmBcAKkI7epQvvGp658DRX7WD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vllss6tdmBcAKkI7epQvvGp658DRX7WD > .row .container > .video-iframe-container { display: none; }#Vllss6tdmBcAKkI7epQvvGp658DRX7WD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vllss6tdmBcAKkI7epQvvGp658DRX7WD > .row > .video-iframe-container { display: none; }#Vllss6tdmBcAKkI7epQvvGp658DRX7WD > .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); }#Vllss6tdmBcAKkI7epQvvGp658DRX7WD > .row .container { border-width: 0; border-radius: 0; }#Vllss6tdmBcAKkI7epQvvGp658DRX7WD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Vllss6tdmBcAKkI7epQvvGp658DRX7WD > .row .container { font-size:14px;font-family:arial;height:116px;width:1200px;overflow:visible;position:relative;display:block; }#lXkZbQN7yLurdH5GieLsEZSBKAkOZVWA { 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:57.9948px;width:200px;top:20.993057250977px;left:11.977432250977px;overflow:hidden;display:block; }
#eGSiHGdnPfJm5anJ2xbTiywesSiAutJU { color:#000000;display:block;width:85px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:44.5px;left:362.00003051758px;height:25.9983px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XW8TLloFionQfW5nPT5TnK5xGBFx5fOe { color:#000000;display:block;width:224px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:45px;left:486.00003051758px;height:25.9983px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KfNOZTJHd0er9r2DHw8QT1a0yNpODXxA { color:#000000;display:block;width:175.984px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:45px;left:731px;height:25.9983px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GngWzxRkhBM2gQabgO23nag108V1VB2d { color:#e00800;display:block;width:204px;position:absolute;font-family:dosis;font-size:11px;font-weight:300;z-index:15004;line-height:.9;letter-spacing:0;top:83.998268127441px;left:10.998260498047px;height:19.7917px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZvBPCmQRz3o5Z8OL2E9hnqHBRKBSZRnK { position:relative;display:block; }#ZvBPCmQRz3o5Z8OL2E9hnqHBRKBSZRnK { background-color: transparent; background-image: none; }#ZvBPCmQRz3o5Z8OL2E9hnqHBRKBSZRnK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvBPCmQRz3o5Z8OL2E9hnqHBRKBSZRnK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvBPCmQRz3o5Z8OL2E9hnqHBRKBSZRnK > .row .container > .video-iframe-container { display: none; }#ZvBPCmQRz3o5Z8OL2E9hnqHBRKBSZRnK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvBPCmQRz3o5Z8OL2E9hnqHBRKBSZRnK > .row > .video-iframe-container { display: none; }#ZvBPCmQRz3o5Z8OL2E9hnqHBRKBSZRnK > .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); }#ZvBPCmQRz3o5Z8OL2E9hnqHBRKBSZRnK { border-width: 0; border-radius: 0; }#ZvBPCmQRz3o5Z8OL2E9hnqHBRKBSZRnK > .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; }#ZvBPCmQRz3o5Z8OL2E9hnqHBRKBSZRnK > .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:5345px;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; }#wLcssHqQEB60slhUCp6aScmGJ7gTOS1y { color:#000000;display:block;width:542px;position:absolute;font-family:ubuntu;font-size:40px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:36px;left:329px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TblMydQxVM1bPI1T7am3RnVcO1Umlw5I { color:#000000;display:block;width:1120px;position:absolute;font-family:arial;font-size:18px;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:146px;left:43px;height:1004.5395px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#o9GkP3fOC9f8uzSUazlOqdlVxsPutneJ { color:#000000;display:block;width:542px;position:absolute;font-family:ubuntu;font-size:40px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1238px;left:329px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oIuS8O9sVktRs36hp3D4hNyP3TqqXquq { color:#000000;display:block;width:1137px;position:absolute;font-family:arial;font-size:18px;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:1315px;left:30px;height:1296.181px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#ShS57h3GMtd37t3ihyxxIclxTPbg9x9T { color:#000000;display:block;width:1119px;position:absolute;font-family:arial;font-size:17px;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:2786px;left:40px;height:2477.8131px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#cd3cMLWQ86TOssaeWGSBuE7ZpexPy2dd { color:#000000;display:block;width:542px;position:absolute;font-family:ubuntu;font-size:40px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2693px;left:329px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eWzheRRwNTg5hSkIwim7yVsfW3beWrG1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#eWzheRRwNTg5hSkIwim7yVsfW3beWrG1 > .row .container { background-color: transparent; background-image: none; }#eWzheRRwNTg5hSkIwim7yVsfW3beWrG1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWzheRRwNTg5hSkIwim7yVsfW3beWrG1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWzheRRwNTg5hSkIwim7yVsfW3beWrG1 > .row .container > .video-iframe-container { display: none; }#eWzheRRwNTg5hSkIwim7yVsfW3beWrG1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWzheRRwNTg5hSkIwim7yVsfW3beWrG1 > .row > .video-iframe-container { display: none; }#eWzheRRwNTg5hSkIwim7yVsfW3beWrG1 > .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); }#eWzheRRwNTg5hSkIwim7yVsfW3beWrG1 > .row .container { border-width: 0; border-radius: 0; }#eWzheRRwNTg5hSkIwim7yVsfW3beWrG1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eWzheRRwNTg5hSkIwim7yVsfW3beWrG1 > .row .container { font-size:14px;font-family:arial;height:344px;width:1200px;position:relative;display:block; }#uW7BVUICRgpJlPTHLwkXVSFtOuKguJd2 { color:#f3f3f3;display:block;width:150px;position:absolute;font-family:ubuntu;font-size:26px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:15px;left:552.00003051758px;height:33.7934px;display:block; }
#ph2guloyZ8lDxuncbRkiNXrSaPsgt1lv { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:65.987503051758px;left:541.00003051758px; }
#ph2guloyZ8lDxuncbRkiNXrSaPsgt1lv > img { max-width: 100%;max-height:100%; width:35px; height:35px; }#I0kcImzaXVtPMURNwCi1Py2ZXDI2uRaR { color:#f3f3f3;display:block;width:150px;position:absolute;font-family:ubuntu;font-size:26px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15px;left:954px;height:33.7934px;display:block; }
#V8pQz3ozk1Rnzn0PmqKVcdmbwX6nNGiV { color:#ffffff;display:block;width:200px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:15004;line-height:2.4;letter-spacing:0;top:66px;left:956px;height:38.3941px;display:block; }
#XnB6FXBSbuEAhirTLdyB9T6BcRI9sruw { 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:61.9965px;width:210px;top:162.95138549805px;left:95.477432250977px;overflow:hidden;display:block; }
#noGhGezqNeEGLWyRqZ2ltMST1ed2sUgC { color:#f3f3f3;display:block;width:289px;position:absolute;font-family:ubuntu;font-size:26px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:48.796875px;left:56px;height:67.5868px;display:block; }
#nkrZ6siK6HhLzfDdeVgibdWPJrzqFlrH { color:#e00800;display:block;width:316px;position:absolute;font-family:dosis;font-size:16px;font-weight:300;z-index:15003;line-height:.9;letter-spacing:0;top:237.796875px;left:56px;height:28.7847px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qATbnMKuFveCQw6fKbTdkbODGEhrhNHF { color:#ffffff;display:block;width:917px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:310px;left:159.5px;height:23.9931px;display:block; }
#ktEa9z1uDPTGMtLB4tm8zkceHE7tankK { color:#ffffff;display:block;width:200px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:15005;line-height:2.4;letter-spacing:0;top:108.609375px;left:956px;height:38.3941px;display:block; }
#JvmqUxothym2syKq1x87MX8A3wXvUlVz { color:#ffffff;display:block;width:200px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:15006;line-height:2.4;letter-spacing:0;top:152.796875px;left:958px;height:38.3941px;display:block; }
#snilvGpbp81AhMTITWZanMZyr1n0zUaq { color:#ffffff;display:block;width:200px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15px;left:56px;height:20.7969px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Vllss6tdmBcAKkI7epQvvGp658DRX7WD { display:block; }#Vllss6tdmBcAKkI7epQvvGp658DRX7WD > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXkZbQN7yLurdH5GieLsEZSBKAkOZVWA { top:20px;left:0px;width:200px;height:57.9948px;display:block; }
 }@media only screen and (max-width: 763px) { #eGSiHGdnPfJm5anJ2xbTiywesSiAutJU { top:44px;left:144.00003051758px;width:85px;height:26px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XW8TLloFionQfW5nPT5TnK5xGBFx5fOe { top:45px;left:267.99827575684px;width:223px;height:25px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KfNOZTJHd0er9r2DHw8QT1a0yNpODXxA { top:45px;left:513px;width:175px;height:26px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GngWzxRkhBM2gQabgO23nag108V1VB2d { top:83px;left:0px;width:203px;height:9px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #ZvBPCmQRz3o5Z8OL2E9hnqHBRKBSZRnK { display:none; }#ZvBPCmQRz3o5Z8OL2E9hnqHBRKBSZRnK > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wLcssHqQEB60slhUCp6aScmGJ7gTOS1y { top:36px;left:111px;width:542px;height:52px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #TblMydQxVM1bPI1T7am3RnVcO1Umlw5I { top:146px;left:0px;width:764px;height:1004px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #o9GkP3fOC9f8uzSUazlOqdlVxsPutneJ { top:1238px;left:111px;width:542px;height:52px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #oIuS8O9sVktRs36hp3D4hNyP3TqqXquq { top:1315px;left:0px;width:764px;height:1296px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ShS57h3GMtd37t3ihyxxIclxTPbg9x9T { top:2785px;left:0px;width:764px;height:2477px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #cd3cMLWQ86TOssaeWGSBuE7ZpexPy2dd { top:2693px;left:111px;width:542px;height:52px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #eWzheRRwNTg5hSkIwim7yVsfW3beWrG1 { display:block; }#eWzheRRwNTg5hSkIwim7yVsfW3beWrG1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uW7BVUICRgpJlPTHLwkXVSFtOuKguJd2 { top:15px;left:334.00003051758px;width:150px;height:33px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ph2guloyZ8lDxuncbRkiNXrSaPsgt1lv { top:65px;left:323.00003051758px;width:35px;height:35px;display:block; }
#ph2guloyZ8lDxuncbRkiNXrSaPsgt1lv > img { max-width: 100%;max-height:100%; width:35px; height:35px; } }@media only screen and (max-width: 763px) { #I0kcImzaXVtPMURNwCi1Py2ZXDI2uRaR { top:15px;left:614px;width:150px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #V8pQz3ozk1Rnzn0PmqKVcdmbwX6nNGiV { top:66px;left:564px;width:200px;height:38px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XnB6FXBSbuEAhirTLdyB9T6BcRI9sruw { top:162px;left:0px;width:210px;height:61.9965px;display:block; }
 }@media only screen and (max-width: 763px) { #noGhGezqNeEGLWyRqZ2ltMST1ed2sUgC { top:48px;left:0px;width:289px;height:67px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #nkrZ6siK6HhLzfDdeVgibdWPJrzqFlrH { top:237px;left:0px;width:316px;height:14px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qATbnMKuFveCQw6fKbTdkbODGEhrhNHF { top:310px;left:0px;width:764px;height:23px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ktEa9z1uDPTGMtLB4tm8zkceHE7tankK { top:108px;left:564px;width:200px;height:38px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JvmqUxothym2syKq1x87MX8A3wXvUlVz { top:152px;left:564px;width:200px;height:38px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #snilvGpbp81AhMTITWZanMZyr1n0zUaq { top:15px;left:0px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Vllss6tdmBcAKkI7epQvvGp658DRX7WD { position:relative;z-index:auto;display:block; }#Vllss6tdmBcAKkI7epQvvGp658DRX7WD > .row .container { width:320px;height:145px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXkZbQN7yLurdH5GieLsEZSBKAkOZVWA { width:196.997px;height:57.9948px;top:10.425347328186px;left:69.531257629395px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eGSiHGdnPfJm5anJ2xbTiywesSiAutJU { width:53px;height:20.7969px;top:111px;left:0px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XW8TLloFionQfW5nPT5TnK5xGBFx5fOe { width:175px;height:20.7969px;top:110px;left:56px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KfNOZTJHd0er9r2DHw8QT1a0yNpODXxA { width:87px;height:20.7899px;top:110px;left:233px;font-size:16px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #GngWzxRkhBM2gQabgO23nag108V1VB2d { width:204px;height:9.89583px;top:76.88542175293px;left:61.996528625488px;font-size:11px;text-align:center;text-align-last:center;color:#271212;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZvBPCmQRz3o5Z8OL2E9hnqHBRKBSZRnK { background-color:#ffffff;background-image:none;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; }#ZvBPCmQRz3o5Z8OL2E9hnqHBRKBSZRnK > .row .container { background-color: transparent; background-image: none; }#ZvBPCmQRz3o5Z8OL2E9hnqHBRKBSZRnK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvBPCmQRz3o5Z8OL2E9hnqHBRKBSZRnK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvBPCmQRz3o5Z8OL2E9hnqHBRKBSZRnK > .row .container > .video-iframe-container { display: none; }#ZvBPCmQRz3o5Z8OL2E9hnqHBRKBSZRnK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvBPCmQRz3o5Z8OL2E9hnqHBRKBSZRnK > .row > .video-iframe-container { display: none; }#ZvBPCmQRz3o5Z8OL2E9hnqHBRKBSZRnK > .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); }#ZvBPCmQRz3o5Z8OL2E9hnqHBRKBSZRnK > .row .container { border-width: 0; border-radius: 0; }#ZvBPCmQRz3o5Z8OL2E9hnqHBRKBSZRnK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZvBPCmQRz3o5Z8OL2E9hnqHBRKBSZRnK > .row .container { width:320px;height:11843px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLcssHqQEB60slhUCp6aScmGJ7gTOS1y { width:320px;height:45.5px;top:27.3828125px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #TblMydQxVM1bPI1T7am3RnVcO1Umlw5I { width:320px;height:2138.6995px;top:110.3671875px;left:0px;font-size:18px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #o9GkP3fOC9f8uzSUazlOqdlVxsPutneJ { width:320px;height:41.5938px;top:2300.6671875px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #oIuS8O9sVktRs36hp3D4hNyP3TqqXquq { width:320px;height:3629.3055px;top:2362.2609875px;left:0px;font-size:18px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ShS57h3GMtd37t3ihyxxIclxTPbg9x9T { width:320px;height:5628.6084px;top:6170.0625px;left:0px;font-size:17px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #cd3cMLWQ86TOssaeWGSBuE7ZpexPy2dd { width:320px;height:83.1771px;top:6044.875px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #eWzheRRwNTg5hSkIwim7yVsfW3beWrG1 { display:block; }#eWzheRRwNTg5hSkIwim7yVsfW3beWrG1 > .row .container { width:320px;height:735px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uW7BVUICRgpJlPTHLwkXVSFtOuKguJd2 { width:320px;height:38.9931px;top:298px;left:0px;font-size:30px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ph2guloyZ8lDxuncbRkiNXrSaPsgt1lv { display:flex;width:31px;height:31px;top:358px;left:6px; }
#ph2guloyZ8lDxuncbRkiNXrSaPsgt1lv > img { max-width: 100%;max-height:100%; width:31px; height:31px; } }@media only screen and (max-width: 763px) { #I0kcImzaXVtPMURNwCi1Py2ZXDI2uRaR { width:181px;height:36.3984px;top:428px;left:0px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V8pQz3ozk1Rnzn0PmqKVcdmbwX6nNGiV { width:200px;height:38.3984px;top:473px;left:17px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XnB6FXBSbuEAhirTLdyB9T6BcRI9sruw { width:210.998px;height:60.9983px;top:70.529518127441px;left:54.487854003906px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #noGhGezqNeEGLWyRqZ2ltMST1ed2sUgC { width:320px;height:65px;top:191px;left:0px;font-size:25px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nkrZ6siK6HhLzfDdeVgibdWPJrzqFlrH { width:319px;height:14.3924px;top:144px;left:0px;font-size:16px;text-align:center;text-align-last:center;color:#e00800;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qATbnMKuFveCQw6fKbTdkbODGEhrhNHF { width:320px;height:71.9792px;top:619px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ktEa9z1uDPTGMtLB4tm8zkceHE7tankK { width:200px;height:38.3984px;top:511px;left:17px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JvmqUxothym2syKq1x87MX8A3wXvUlVz { width:200px;height:38.3984px;top:550px;left:17px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #snilvGpbp81AhMTITWZanMZyr1n0zUaq { width:200px;height:20.7969px;top:20.5625px;left:60px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }