.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 {
  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;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f0f0f0;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;z-index:auto;display:block; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container { background-color: transparent; background-image: none; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container > .video-iframe-container { display: none; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row > .video-iframe-container { display: none; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .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); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container { border-width: 0; border-radius: 0; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container { font-size:14px;font-family:arial;height:672px;width:960px;position:relative;display:block; }#IgpP9RESOLVWuvFqvw9dLgH3Hq3HUeNQ { position:absolute;display:block;z-index:15009;height:470px;width:412px;top:169.890625px;left:548px;display:block; }
#Ov4ZcTHbMrQUM2Qph7IRTGXohdOoX2vt { display:block;width:907px;position:absolute;font-family:poppins;font-size:28px;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:78.984375px;left:26px;height:33.6px;color:#ef2847;display:block; }
#H1gPrhvGWptU4U7uTPJddJeVx4nkDGwF { position:absolute;display:block;z-index:15011;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:518px;width:518px;top:133.890625px;left:0px;overflow:hidden;display:block; }
#ahXKq617AN0evCkQxXA6vN7lk90pybdm { color:#df1616;display:block;width:159px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:133.890625px;left:664px;height:26px;display:block; }
#e9VtmE3zHFmzNUMCK3scInen9SV2ymui { position:absolute;display:block;z-index:15003;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:41px;width:141px;top:0px;left:14px;overflow:hidden;display:block; }
#nQ2iPztqHqNtgdUtDTtakT0N9CtAAtuO { color:#000000;display:block;width:234px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:19.09375px;left:192px;height:20.8px;display:block; }
#Q0Zw3uM10L13oVtoTiCmXPeg4xaW72Ad { color:#000000;display:block;width:180px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.84375px;left:641px;height:32.5px;display:block; }
#xfR9ffyz6f2asohLFHm6ztzOQbFkmecz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f0ee;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; }#xfR9ffyz6f2asohLFHm6ztzOQbFkmecz > .row .container { background-color: transparent; background-image: none; }#xfR9ffyz6f2asohLFHm6ztzOQbFkmecz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfR9ffyz6f2asohLFHm6ztzOQbFkmecz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfR9ffyz6f2asohLFHm6ztzOQbFkmecz > .row .container > .video-iframe-container { display: none; }#xfR9ffyz6f2asohLFHm6ztzOQbFkmecz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfR9ffyz6f2asohLFHm6ztzOQbFkmecz > .row > .video-iframe-container { display: none; }#xfR9ffyz6f2asohLFHm6ztzOQbFkmecz > .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); }#xfR9ffyz6f2asohLFHm6ztzOQbFkmecz > .row .container { border-width: 0; border-radius: 0; }#xfR9ffyz6f2asohLFHm6ztzOQbFkmecz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xfR9ffyz6f2asohLFHm6ztzOQbFkmecz > .row .container { font-size:14px;font-family:arial;height:576px;width:960px;position:relative;display:block; }#eL4z4ZgbLrripqI0VLW8MWiAqN055s71 { color:#100b0b;display:block;width:903px;position:absolute;font-family:poppins;font-size:19px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.1875px;left:28px;height:49.4px;text-align:center;text-align-last:center;display:block; }
#sWAUOKkH25nHWD3HCGh5HV3GKP4ilpKq { position:absolute;display:block;z-index:15004;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;height:500px;width:960px;top:76px;left:0px;overflow:hidden;display:block; }
#va5M9aF1OfX3cgirVPtJ9zXc13cp4TPE { border-top:1px solid #3774dc;border-left:1px solid #3774dc;border-right:1px solid #3774dc;border-bottom:1px solid #3774dc;background-color:#f7f0ee;background-image:none;position:relative;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }#va5M9aF1OfX3cgirVPtJ9zXc13cp4TPE > .row .container { background-color: transparent; background-image: none; }#va5M9aF1OfX3cgirVPtJ9zXc13cp4TPE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#va5M9aF1OfX3cgirVPtJ9zXc13cp4TPE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#va5M9aF1OfX3cgirVPtJ9zXc13cp4TPE > .row .container > .video-iframe-container { display: none; }#va5M9aF1OfX3cgirVPtJ9zXc13cp4TPE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#va5M9aF1OfX3cgirVPtJ9zXc13cp4TPE > .row > .video-iframe-container { display: none; }#va5M9aF1OfX3cgirVPtJ9zXc13cp4TPE > .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); }#va5M9aF1OfX3cgirVPtJ9zXc13cp4TPE > .row .container { border-width: 0; border-radius: 0; }#va5M9aF1OfX3cgirVPtJ9zXc13cp4TPE > .row > .video-iframe-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }#va5M9aF1OfX3cgirVPtJ9zXc13cp4TPE > .row .container { font-size:14px;font-family:arial;height:712px;width:960px;position:relative;display:block; }#ymx0b4hENVPXTJCiMh90dII2xtgu8TTa { display:block;width:960px;position:absolute;font-family:poppins;font-size:30px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:32.96875px;left:0px;height:39px;font-style:normal;color:#2b3493;text-align:center;text-align-last:center;display:block; }
#nX8lylNOVh5z7ZfIKruCvVk5XJVMGNUR { position:absolute;display:block;z-index:15001;background-color:#0b1e7a;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 4px 4px 10px #dc3e37 ;height:248px;width:295px;top:117.421875px;left:10px;display:block; }
#cnWLur2kXBAeZ3XO5U7VMdiTKRqJrvU7 { color:#ffffff;display:block;width:276px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:169.54545593262px;left:19.5px;height:112px;text-align:center;text-align-last:center;display:block; }
#KzvZSbWBhITiEvr2uVy4CmJzyRlGFaVg { position:absolute;display:block;z-index:15002;background-color:#0b1e7a;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 4px 4px 10px #dc3e37 ;height:244px;width:295px;top:117.421875px;left:332px;display:block; }
#EV5B9em65NyttMoTmMnNRhc6K2au5TKb { position:absolute;display:block;z-index:15003;background-color:#0b1e7a;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 4px 4px 10px #dc3e37 ;height:247px;width:295px;top:117.421875px;left:643px;display:block; }
#uo7AADeCf64EkaZlyf8E8BFz02VR85EL { color:#ffffff;display:block;width:242px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:147.54545593262px;left:669.50001525879px;height:156px;text-align:center;text-align-last:center;display:block; }
#shQUTC0LSi3OqEEoqNlzp0TgkIHiTpdA { position:absolute;display:block;z-index:15002;background-color:#0b1e7a;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 4px 4px 10px #dc3e37 ;height:229px;width:295px;top:387.40625px;left:10px;display:block; }
#pzrKOhb3plyDily3NO7nTMv4AvKu5QZ7 { color:#ffffff;display:block;width:241px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:410.8977355957px;left:37px;height:182px;text-align:center;text-align-last:center;display:block; }
#yMqyGDRiCbHVkctwGopJniDCCgawJRlo { position:absolute;display:block;z-index:15003;background-color:#0b1e7a;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 2px 2px 5px #dc3e37 ;height:229px;width:295px;top:387.40625px;left:332px;display:block; }
#WbydhVkXu6PIA954natrnSzFhwMrZX4x { color:#ffffff;display:block;width:241.966px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:449.8977355957px;left:359.01136779785px;height:104px;text-align:center;text-align-last:center;display:block; }
#C0gksKMtROUo8MhxU5ncs6PHT0oZG4Xi { position:absolute;display:block;z-index:15004;background-color:#0b1e7a;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 4px 4px 10px #dc3e37 ;height:228px;width:295px;top:389.40625px;left:643px;display:block; }
#TGQRJ6orT2dakdZ57bTXFydoN9gtnaMX { color:#ffffff;display:block;width:241.966px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:171.42045593262px;left:359.01136779785px;height:140px;text-align:center;text-align-last:center;display:block; }
#qNZwtDG3GeWzxchinzQ9RfsG5ruxMHrg { background-color:#ef2847;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:47.9844px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:640.9375px;left:380px;display:block; }
#X6RLI8OfTZPMU26GR4lZx96ghzRDIsXC { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#ZM9MCF6rRLE0pwrfUcfRf6nosDkEE3cy { color:#ffffff;display:block;width:205px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:431.8977355957px;left:688.00001525879px;height:140px;text-align:center;text-align-last:center;display:block; }
#DOiXvOOf2ahwsG8kFzCXgcGpoRz4q3UD { position:relative;display:block; }#DOiXvOOf2ahwsG8kFzCXgcGpoRz4q3UD { background-color: transparent; background-image: none; }#DOiXvOOf2ahwsG8kFzCXgcGpoRz4q3UD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOiXvOOf2ahwsG8kFzCXgcGpoRz4q3UD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOiXvOOf2ahwsG8kFzCXgcGpoRz4q3UD > .row .container > .video-iframe-container { display: none; }#DOiXvOOf2ahwsG8kFzCXgcGpoRz4q3UD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOiXvOOf2ahwsG8kFzCXgcGpoRz4q3UD > .row > .video-iframe-container { display: none; }#DOiXvOOf2ahwsG8kFzCXgcGpoRz4q3UD > .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); }#DOiXvOOf2ahwsG8kFzCXgcGpoRz4q3UD { border-width: 0; border-radius: 0; }#DOiXvOOf2ahwsG8kFzCXgcGpoRz4q3UD > .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; }#DOiXvOOf2ahwsG8kFzCXgcGpoRz4q3UD > .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:501px;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; }#hTt3RrB03uoS5a58u1aVgW7KLaHPloHA { 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:498px;width:960px;top:1.52587890625E-5px;left:0px;overflow:hidden;display:block; }
#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(247,240,238,0.93);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; }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF > .row .container { background-color: transparent; background-image: none; }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF > .row .container > .video-iframe-container { display: none; }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF > .row > .video-iframe-container { display: none; }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF > .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); }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF > .row .container { border-width: 0; border-radius: 0; }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF > .row .container { font-size:14px;font-family:arial;height:932px;width:960px;position:relative;display:block; }#IVEZP4l2rS7HfHg7O01pL9KRCt2GTdme { display:block;width:960px;position:absolute;font-family:ubuntu;font-size:30px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:29.756943702698px;left:0px;height:39px;font-style:normal;color:#070203;text-align:center;text-align-last:center;display:block; }
#Sn226rxqxztnTX3e1Ffq1naU24TemdM2 { color:#070606;display:block;width:416px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:183.59375px;left:0px;height:46.8px;display:block; }
#BpNHSHETTmQGCl24q5i3n9S3s0gHvzrB { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:120.62152099609px;left:496px;height:0;display:block; }
#lm2QrUhlGwhJ2DrPvvsNyEQ2arWENvAA { color:#040303;display:block;width:193px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:108.921875px;left:496px;height:23.4px;display:block; }
#CcW8ihmpX0mwX6bF7yvKWQTrycEkpTku { color:#170409;display:block;width:174px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:108.875px;left:776px;height:23.4px;display:block; }
#CJm07tO91URwg7ICTmyteVeM3XOMMv0F { color:#090808;display:block;width:425px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:261px;left:0px;height:46.8px;display:block; }
#X0Lqp7FqeaUTS2ty0zFB0Jh88hmTlcwv { color:#0e0b0c;display:block;width:426px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:324.953125px;left:0px;height:46.8px;display:block; }
#RJs8SNlzUHIzfievatTJZJPUsDlU14A3 { color:#0e0508;display:block;width:440px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:392.796875px;left:0px;height:46.8px;display:block; }
#IbSaFNwoaG9SEdT1T8IL200STi0O6SAn { color:#040303;display:block;width:429px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:459.65625px;left:0px;height:46.8px;display:block; }
#E2rypqQupmhuI56qIWFcRTwQTvxFX3is { color:#090607;display:block;width:444px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:533.703125px;left:0px;height:46.8px;display:block; }
#pUEMQDmyuebRmT9mVTxV06I6KTZou6Sb { color:#0b0808;display:block;width:451px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:604.515625px;left:0px;height:46.8px;display:block; }
#UHfK1gIsUBGrHLnS6U41TZyt4wN5Ow79 { color:#050304;display:block;width:456px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:684.5px;left:0px;height:46.8px;display:block; }
#GkfUM1SPZ2wiCfvyVpf6ayyUu28v3Quf { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9844px;width:36.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:324.953125px;left:554px; }
#KneAyDVfPVlcEnu8kphSlTSHZyBI7Itx { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9844px;width:36.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:324.953125px;left:840px; }
#xcMpT3HXrRTpTL9N1Q03hwO9SA6p3OZ1 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9688px;width:36.9688px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:397.6875px;left:554px; }
#TlcOpLDGnKpK39ANRTQMmXBfbcRkKU68 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9688px;width:36.9688px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:464.546875px;left:554px; }
#qeyidmQDhzpvlELM25iFK3TvbnbRxs5s { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9688px;width:36.9688px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:533.703125px;left:554px; }
#DTxlWvnt3O9ZD6xgNH6LEouJeKFastdP { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9688px;width:36.9688px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:589.71875px;left:554px; }
#RGqnbHkMq7hltRKAwDPIV4eCnbWzTuS7 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9688px;width:36.9688px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:689.390625px;left:554px; }
#pTsOB3hIR2gE4STPt5Tl9bPXLokgwkGt { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9688px;width:36.9688px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:767.5px;left:554px; }
#lCk7lRr5mm0CV3PwLUQg3xqfLh2TVUso { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9688px;width:36.9688px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:852.390625px;left:554px; }
#duunNLDIA5XdLHZ9fOPSpL4tCGMuiKUK { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9688px;width:36.9688px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:397.6875px;left:840px; }
#UftiP1mokKJdlttSF8o52TmibtAqzsWF { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9688px;width:36.9688px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:464.546875px;left:840px; }
#SWKWmVqHRWWvl8LZyEo3EDU2J21PaypW { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9688px;width:36.9688px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:533.703125px;left:840px; }
#ATc0nhoIULUuZR7bgR6zRFPdrSUGhvih { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9688px;width:36.9688px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:589.71875px;left:840px; }
#t2poHhyK58rRNb9GZFRurByoPVUNlhlJ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9688px;width:36.9688px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:689.390625px;left:840px; }
#KVmRV6ekQdRoENyxmD3xpuKpipJ5WnHb { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9688px;width:36.9688px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:767.5px;left:840px; }
#rF56VKs9ttvZVIwzE1bTZoCAUmnOGl2H { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9688px;width:36.9688px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:852.390625px;left:840px; }
#sXhNIRCT3lbCDCV3rcBx1u4yOETAJ5H4 { color:#0c090a;display:block;width:466px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:767.5px;left:0px;height:46.8px;display:block; }
#OlfKrlDVm26AVeMQBPuIZeJlq834lNFo { color:#0b0808;display:block;width:460px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:847.5px;left:0px;height:46.8px;display:block; }
#rVXamJ5Puo9mKaiEhdSVFrxHTBJ1caM9 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9844px;width:36.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:261px;left:554px; }
#lJuWfteoChiOd63XWoxotAuCQEoRO6Tv { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9844px;width:36.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:188.46875px;left:554px; }
#yAJIO0PbtokUAqJqvKdsmWuKx0nR6M9Z { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9844px;width:36.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:265.875px;left:840px; }
#qL3CwJq54A00E3ol1ypTsg0GlSyA3KBu { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9844px;width:36.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:188.46875px;left:840px; }
#RTI6hS99MhOA0rcNZbVweiqW8EoEUAEB { border-top:2px solid #3774dc;border-left:2px solid #3774dc;border-right:2px solid #3774dc;border-bottom:2px solid #3774dc;background-color:#f7f0ee;background-image:none;position:relative;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;z-index:auto;display:block; }#RTI6hS99MhOA0rcNZbVweiqW8EoEUAEB > .row .container { background-color: transparent; background-image: none; }#RTI6hS99MhOA0rcNZbVweiqW8EoEUAEB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTI6hS99MhOA0rcNZbVweiqW8EoEUAEB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTI6hS99MhOA0rcNZbVweiqW8EoEUAEB > .row .container > .video-iframe-container { display: none; }#RTI6hS99MhOA0rcNZbVweiqW8EoEUAEB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTI6hS99MhOA0rcNZbVweiqW8EoEUAEB > .row > .video-iframe-container { display: none; }#RTI6hS99MhOA0rcNZbVweiqW8EoEUAEB > .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); }#RTI6hS99MhOA0rcNZbVweiqW8EoEUAEB > .row .container { border-width: 0; border-radius: 0; }#RTI6hS99MhOA0rcNZbVweiqW8EoEUAEB > .row > .video-iframe-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }#RTI6hS99MhOA0rcNZbVweiqW8EoEUAEB > .row .container { font-size:14px;font-family:arial;height:157px;width:960px;position:relative;display:block; }#sTM5J75AweNHoZwpSynN9GxGZ4rapcfZ { color:#090505;display:block;width:773px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:15.181823730469px;left:108.50001525879px;height:51px;text-align:center;text-align-last:center;display:block; }
#DhTLFI7wvQJfDWvbRmkDqFpedENwOXXk { background-color:#ef2847;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:47.9844px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:87.6875px;left:395px;display:block; }
#oTg25dZ3fwFeT5TlRH56BiVpFKsutm1B { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/386138df2dfce9921e2895ffd96ed8b6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc { display:block; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IgpP9RESOLVWuvFqvw9dLgH3Hq3HUeNQ { top:169px;left:352px;width:412px;height:470px;display:block; }
 }@media only screen and (max-width: 763px) { #Ov4ZcTHbMrQUM2Qph7IRTGXohdOoX2vt { width:419px;height:130px;top:67px;left:0px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #H1gPrhvGWptU4U7uTPJddJeVx4nkDGwF { top:133px;left:0px;width:518px;height:518px;display:block; }
 }@media only screen and (max-width: 763px) { #ahXKq617AN0evCkQxXA6vN7lk90pybdm { top:133px;left:566px;width:159px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #e9VtmE3zHFmzNUMCK3scInen9SV2ymui { top:0px;left:0px;width:141px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #nQ2iPztqHqNtgdUtDTtakT0N9CtAAtuO { top:19px;left:94px;width:234px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Q0Zw3uM10L13oVtoTiCmXPeg4xaW72Ad { top:15px;left:543px;width:180px;height:33px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #xfR9ffyz6f2asohLFHm6ztzOQbFkmecz { display:block; }#xfR9ffyz6f2asohLFHm6ztzOQbFkmecz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eL4z4ZgbLrripqI0VLW8MWiAqN055s71 { top:10px;left:0px;width:764px;height:49px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #sWAUOKkH25nHWD3HCGh5HV3GKP4ilpKq { top:76px;left:0px;width:764px;height:397.91666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #va5M9aF1OfX3cgirVPtJ9zXc13cp4TPE { display:block; }#va5M9aF1OfX3cgirVPtJ9zXc13cp4TPE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymx0b4hENVPXTJCiMh90dII2xtgu8TTa { width:764px;height:36px;top:80px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nX8lylNOVh5z7ZfIKruCvVk5XJVMGNUR { top:117px;left:0px;width:295px;height:248px;display:block; }
 }@media only screen and (max-width: 763px) { #cnWLur2kXBAeZ3XO5U7VMdiTKRqJrvU7 { top:169px;left:0px;width:276px;height:112px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #KzvZSbWBhITiEvr2uVy4CmJzyRlGFaVg { top:117px;left:234px;width:295px;height:244px;display:block; }
 }@media only screen and (max-width: 763px) { #EV5B9em65NyttMoTmMnNRhc6K2au5TKb { top:117px;left:469px;width:295px;height:247px;display:block; }
 }@media only screen and (max-width: 763px) { #uo7AADeCf64EkaZlyf8E8BFz02VR85EL { top:147px;left:522px;width:242px;height:156px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #shQUTC0LSi3OqEEoqNlzp0TgkIHiTpdA { top:387px;left:0px;width:295px;height:229px;display:block; }
 }@media only screen and (max-width: 763px) { #pzrKOhb3plyDily3NO7nTMv4AvKu5QZ7 { top:410px;left:0px;width:241px;height:182px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #yMqyGDRiCbHVkctwGopJniDCCgawJRlo { top:387px;left:234px;width:295px;height:229px;display:block; }
 }@media only screen and (max-width: 763px) { #WbydhVkXu6PIA954natrnSzFhwMrZX4x { top:449px;left:261.01136779785px;width:241px;height:104px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #C0gksKMtROUo8MhxU5ncs6PHT0oZG4Xi { top:389px;left:469px;width:295px;height:228px;display:block; }
 }@media only screen and (max-width: 763px) { #TGQRJ6orT2dakdZ57bTXFydoN9gtnaMX { top:171px;left:261.01136779785px;width:241px;height:140px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #qNZwtDG3GeWzxchinzQ9RfsG5ruxMHrg { width:270px;height:65px;top:150px;left:247px;display:block; }
 }@media only screen and (max-width: 763px) { #X6RLI8OfTZPMU26GR4lZx96ghzRDIsXC { display:block; }
 }@media only screen and (max-width: 763px) { #ZM9MCF6rRLE0pwrfUcfRf6nosDkEE3cy { top:431px;left:559px;width:205px;height:140px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #DOiXvOOf2ahwsG8kFzCXgcGpoRz4q3UD { display:block; }#DOiXvOOf2ahwsG8kFzCXgcGpoRz4q3UD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTt3RrB03uoS5a58u1aVgW7KLaHPloHA { top:0px;left:0px;width:764px;height:396.325px;display:block; }
 }@media only screen and (max-width: 763px) { #aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF { display:block; }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVEZP4l2rS7HfHg7O01pL9KRCt2GTdme { width:764px;height:36px;top:80px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Sn226rxqxztnTX3e1Ffq1naU24TemdM2 { top:183px;left:0px;width:416px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BpNHSHETTmQGCl24q5i3n9S3s0gHvzrB { top:120px;left:398px;width:200px;height:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lm2QrUhlGwhJ2DrPvvsNyEQ2arWENvAA { top:108px;left:398px;width:193px;height:23px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CcW8ihmpX0mwX6bF7yvKWQTrycEkpTku { top:108px;left:590px;width:174px;height:23px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CJm07tO91URwg7ICTmyteVeM3XOMMv0F { top:261px;left:0px;width:425px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #X0Lqp7FqeaUTS2ty0zFB0Jh88hmTlcwv { top:324px;left:0px;width:426px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RJs8SNlzUHIzfievatTJZJPUsDlU14A3 { top:392px;left:0px;width:440px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #IbSaFNwoaG9SEdT1T8IL200STi0O6SAn { top:459px;left:0px;width:429px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #E2rypqQupmhuI56qIWFcRTwQTvxFX3is { top:533px;left:0px;width:444px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #pUEMQDmyuebRmT9mVTxV06I6KTZou6Sb { top:604px;left:0px;width:451px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #UHfK1gIsUBGrHLnS6U41TZyt4wN5Ow79 { top:684px;left:0px;width:456px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #GkfUM1SPZ2wiCfvyVpf6ayyUu28v3Quf { top:324px;left:456px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #KneAyDVfPVlcEnu8kphSlTSHZyBI7Itx { top:324px;left:728px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #xcMpT3HXrRTpTL9N1Q03hwO9SA6p3OZ1 { top:397px;left:456px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #TlcOpLDGnKpK39ANRTQMmXBfbcRkKU68 { top:464px;left:456px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #qeyidmQDhzpvlELM25iFK3TvbnbRxs5s { top:533px;left:456px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #DTxlWvnt3O9ZD6xgNH6LEouJeKFastdP { top:589px;left:456px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #RGqnbHkMq7hltRKAwDPIV4eCnbWzTuS7 { top:689px;left:456px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #pTsOB3hIR2gE4STPt5Tl9bPXLokgwkGt { top:767px;left:456px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #lCk7lRr5mm0CV3PwLUQg3xqfLh2TVUso { top:852px;left:456px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #duunNLDIA5XdLHZ9fOPSpL4tCGMuiKUK { top:397px;left:728px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #UftiP1mokKJdlttSF8o52TmibtAqzsWF { top:464px;left:728px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #SWKWmVqHRWWvl8LZyEo3EDU2J21PaypW { top:533px;left:728px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #ATc0nhoIULUuZR7bgR6zRFPdrSUGhvih { top:589px;left:728px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #t2poHhyK58rRNb9GZFRurByoPVUNlhlJ { top:689px;left:728px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #KVmRV6ekQdRoENyxmD3xpuKpipJ5WnHb { top:767px;left:728px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #rF56VKs9ttvZVIwzE1bTZoCAUmnOGl2H { top:852px;left:728px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #sXhNIRCT3lbCDCV3rcBx1u4yOETAJ5H4 { top:767px;left:0px;width:466px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OlfKrlDVm26AVeMQBPuIZeJlq834lNFo { top:847px;left:0px;width:460px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rVXamJ5Puo9mKaiEhdSVFrxHTBJ1caM9 { top:261px;left:456px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #lJuWfteoChiOd63XWoxotAuCQEoRO6Tv { top:188px;left:456px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #yAJIO0PbtokUAqJqvKdsmWuKx0nR6M9Z { top:265px;left:728px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #qL3CwJq54A00E3ol1ypTsg0GlSyA3KBu { top:188px;left:728px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #RTI6hS99MhOA0rcNZbVweiqW8EoEUAEB { display:block; }#RTI6hS99MhOA0rcNZbVweiqW8EoEUAEB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTM5J75AweNHoZwpSynN9GxGZ4rapcfZ { top:15px;left:0px;width:764px;height:51px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #DhTLFI7wvQJfDWvbRmkDqFpedENwOXXk { width:270px;height:65px;top:150px;left:247px;display:block; }
 }@media only screen and (max-width: 763px) { #oTg25dZ3fwFeT5TlRH56BiVpFKsutm1B { display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/386138df2dfce9921e2895ffd96ed8b6.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc { position:relative;z-index:auto;display:block; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container { width:320px;height:1122px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IgpP9RESOLVWuvFqvw9dLgH3Hq3HUeNQ { width:320px;height:367.969px;top:611.34375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ov4ZcTHbMrQUM2Qph7IRTGXohdOoX2vt { width:320px;height:93.6px;top:125px;left:0px;font-size:26px;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #H1gPrhvGWptU4U7uTPJddJeVx4nkDGwF { width:320px;height:320px;top:228.046875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ahXKq617AN0evCkQxXA6vN7lk90pybdm { width:144px;height:26px;top:567.109375px;left:97px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #e9VtmE3zHFmzNUMCK3scInen9SV2ymui { width:141px;height:41px;top:0px;left:89.499998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #nQ2iPztqHqNtgdUtDTtakT0N9CtAAtuO { width:234px;height:20.8px;top:67px;left:52px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Q0Zw3uM10L13oVtoTiCmXPeg4xaW72Ad { width:130px;height:20.8px;top:97.1875px;left:104px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xfR9ffyz6f2asohLFHm6ztzOQbFkmecz { display:block; }#xfR9ffyz6f2asohLFHm6ztzOQbFkmecz > .row .container > .video-iframe-container { border-top-left-radius:23px;border-top-right-radius:23px;border-bottom-left-radius:23px;border-bottom-right-radius:23px; }#xfR9ffyz6f2asohLFHm6ztzOQbFkmecz > .row .container { width:320px;height:368px;border-top-left-radius:23px;border-top-right-radius:23px;border-bottom-left-radius:23px;border-bottom-right-radius:23px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eL4z4ZgbLrripqI0VLW8MWiAqN055s71 { width:320px;height:132.6px;top:24.046875px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #sWAUOKkH25nHWD3HCGh5HV3GKP4ilpKq { width:320px;height:166px;top:186.63636016846px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #va5M9aF1OfX3cgirVPtJ9zXc13cp4TPE { display:block; }#va5M9aF1OfX3cgirVPtJ9zXc13cp4TPE > .row .container { width:320px;height:1568px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymx0b4hENVPXTJCiMh90dII2xtgu8TTa { width:320px;height:39px;top:20px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nX8lylNOVh5z7ZfIKruCvVk5XJVMGNUR { width:295px;height:238px;top:79px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #cnWLur2kXBAeZ3XO5U7VMdiTKRqJrvU7 { width:240.977px;height:147px;top:124.50001525879px;left:39.51136302948px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #KzvZSbWBhITiEvr2uVy4CmJzyRlGFaVg { width:295px;height:226px;top:337px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #EV5B9em65NyttMoTmMnNRhc6K2au5TKb { width:295px;height:208px;top:583px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #uo7AADeCf64EkaZlyf8E8BFz02VR85EL { width:244px;height:156px;top:609.00003051758px;left:37.999999046326px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #shQUTC0LSi3OqEEoqNlzp0TgkIHiTpdA { width:295px;height:226px;top:811px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #pzrKOhb3plyDily3NO7nTMv4AvKu5QZ7 { width:260px;height:191.1px;top:828.46594238281px;left:29.999999046326px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #yMqyGDRiCbHVkctwGopJniDCCgawJRlo { width:295px;height:213px;top:1057px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #WbydhVkXu6PIA954natrnSzFhwMrZX4x { width:240.977px;height:136.5px;top:1095.2614135742px;left:39.51136302948px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #C0gksKMtROUo8MhxU5ncs6PHT0oZG4Xi { width:295px;height:191px;top:1290px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #TGQRJ6orT2dakdZ57bTXFydoN9gtnaMX { width:249px;height:147px;top:376.50001525879px;left:35.499999046326px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #qNZwtDG3GeWzxchinzQ9RfsG5ruxMHrg { width:200px;height:47px;top:1501px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #X6RLI8OfTZPMU26GR4lZx96ghzRDIsXC { display:block; }
 }@media only screen and (max-width: 763px) { #ZM9MCF6rRLE0pwrfUcfRf6nosDkEE3cy { width:242px;height:154px;top:1308.5114440918px;left:38.999999046326px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #DOiXvOOf2ahwsG8kFzCXgcGpoRz4q3UD { display:block; }#DOiXvOOf2ahwsG8kFzCXgcGpoRz4q3UD > .row .container { width:320px;height:168px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTt3RrB03uoS5a58u1aVgW7KLaHPloHA { width:320px;height:166px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF { display:block; }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF > .row .container { width:320px;height:1660px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVEZP4l2rS7HfHg7O01pL9KRCt2GTdme { width:320px;height:26px;top:39.984375px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Sn226rxqxztnTX3e1Ffq1naU24TemdM2 { width:255px;height:70.2px;top:167.78125px;left:32.5px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BpNHSHETTmQGCl24q5i3n9S3s0gHvzrB { width:200px;height:0;top:164.184px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lm2QrUhlGwhJ2DrPvvsNyEQ2arWENvAA { width:155px;height:41.6px;top:104.75px;left:0px;font-size:16px;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CcW8ihmpX0mwX6bF7yvKWQTrycEkpTku { width:128.984px;height:41.6px;top:104.75px;left:178.59375px;font-size:16px;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CJm07tO91URwg7ICTmyteVeM3XOMMv0F { width:320px;height:70.2px;top:326.96875px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X0Lqp7FqeaUTS2ty0zFB0Jh88hmTlcwv { width:306.969px;height:70.2px;top:482.171875px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RJs8SNlzUHIzfievatTJZJPUsDlU14A3 { width:320px;height:46.8px;top:646.578125px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IbSaFNwoaG9SEdT1T8IL200STi0O6SAn { width:289px;height:70.2px;top:784.90625px;left:15.5px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E2rypqQupmhuI56qIWFcRTwQTvxFX3is { width:316.984px;height:46.8px;top:949.796875px;left:3.015625px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pUEMQDmyuebRmT9mVTxV06I6KTZou6Sb { width:320px;height:46.8px;top:1082.171875px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UHfK1gIsUBGrHLnS6U41TZyt4wN5Ow79 { width:320px;height:70.2px;top:1226.8125px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GkfUM1SPZ2wiCfvyVpf6ayyUu28v3Quf { display:flex;width:35.9844px;height:35.9844px;top:262.734375px;left:60px; }
 }@media only screen and (max-width: 763px) { #KneAyDVfPVlcEnu8kphSlTSHZyBI7Itx { display:flex;width:35.9844px;height:35.9844px;top:262.734375px;left:230.984375px; }
 }@media only screen and (max-width: 763px) { #xcMpT3HXrRTpTL9N1Q03hwO9SA6p3OZ1 { display:flex;width:35.9896px;height:35.9896px;top:422.18751144409px;left:60.000000953674px; }
 }@media only screen and (max-width: 763px) { #TlcOpLDGnKpK39ANRTQMmXBfbcRkKU68 { display:flex;width:35.9844px;height:35.9844px;top:577.578125px;left:60px; }
 }@media only screen and (max-width: 763px) { #qeyidmQDhzpvlELM25iFK3TvbnbRxs5s { display:flex;width:35.9844px;height:35.9844px;top:727.375px;left:60px; }
 }@media only screen and (max-width: 763px) { #DTxlWvnt3O9ZD6xgNH6LEouJeKFastdP { display:flex;width:35.9844px;height:35.9844px;top:882.78125px;left:60px; }
 }@media only screen and (max-width: 763px) { #RGqnbHkMq7hltRKAwDPIV4eCnbWzTuS7 { display:flex;width:35.9896px;height:35.9896px;top:1020.2083740234px;left:60.000000953674px; }
 }@media only screen and (max-width: 763px) { #pTsOB3hIR2gE4STPt5Tl9bPXLokgwkGt { display:flex;width:35.9844px;height:35.9844px;top:1156.59375px;left:60px; }
 }@media only screen and (max-width: 763px) { #lCk7lRr5mm0CV3PwLUQg3xqfLh2TVUso { display:flex;width:35.9844px;height:35.9844px;top:1321.984375px;left:60px; }
 }@media only screen and (max-width: 763px) { #duunNLDIA5XdLHZ9fOPSpL4tCGMuiKUK { display:flex;width:35.9896px;height:35.9896px;top:422.18751144409px;left:230.98959445953px; }
 }@media only screen and (max-width: 763px) { #UftiP1mokKJdlttSF8o52TmibtAqzsWF { display:flex;width:35.9844px;height:35.9844px;top:577.578125px;left:230.984375px; }
 }@media only screen and (max-width: 763px) { #SWKWmVqHRWWvl8LZyEo3EDU2J21PaypW { display:flex;width:35.9844px;height:35.9844px;top:727.375px;left:225px; }
 }@media only screen and (max-width: 763px) { #ATc0nhoIULUuZR7bgR6zRFPdrSUGhvih { display:flex;width:35.9844px;height:35.9844px;top:882.78125px;left:225px; }
 }@media only screen and (max-width: 763px) { #t2poHhyK58rRNb9GZFRurByoPVUNlhlJ { display:flex;width:35.9844px;height:35.9844px;top:1020.203125px;left:225px; }
 }@media only screen and (max-width: 763px) { #KVmRV6ekQdRoENyxmD3xpuKpipJ5WnHb { display:flex;width:35.9844px;height:35.9844px;top:1156.59375px;left:225px; }
 }@media only screen and (max-width: 763px) { #rF56VKs9ttvZVIwzE1bTZoCAUmnOGl2H { display:flex;width:35.9844px;height:35.9844px;top:1321.984375px;left:225px; }
 }@media only screen and (max-width: 763px) { #sXhNIRCT3lbCDCV3rcBx1u4yOETAJ5H4 { width:320px;height:70.2px;top:1382.109375px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OlfKrlDVm26AVeMQBPuIZeJlq834lNFo { width:320px;height:70.2px;top:1527.109375px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rVXamJ5Puo9mKaiEhdSVFrxHTBJ1caM9 { display:flex;width:36px;height:36px;top:1608.28125px;left:60px; }
 }@media only screen and (max-width: 763px) { #lJuWfteoChiOd63XWoxotAuCQEoRO6Tv { display:flex;width:36px;height:36px;top:1470.28125px;left:60px; }
 }@media only screen and (max-width: 763px) { #yAJIO0PbtokUAqJqvKdsmWuKx0nR6M9Z { display:flex;width:36px;height:36px;top:1608.28125px;left:225px; }
 }@media only screen and (max-width: 763px) { #qL3CwJq54A00E3ol1ypTsg0GlSyA3KBu { display:flex;width:36px;height:36px;top:1470.28125px;left:225px; }
 }@media only screen and (max-width: 763px) { #RTI6hS99MhOA0rcNZbVweiqW8EoEUAEB { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #0072ff, #ffddba);background-image: -moz-linear-gradient(45deg, #0072ff, #ffddba);background-image: -ms-linear-gradient(45deg, #0072ff, #ffddba);background-image: -o-linear-gradient(45deg, #0072ff, #ffddba);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072ff', endColorstr='#ffddba' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072ff', endColorstr='#ffddba' );";background-image: linear-gradient(45deg, #0072ff, #ffddba);background-size:auto !important;display:block; }#RTI6hS99MhOA0rcNZbVweiqW8EoEUAEB > .row .container { background-color: transparent; background-image: none; }#RTI6hS99MhOA0rcNZbVweiqW8EoEUAEB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTI6hS99MhOA0rcNZbVweiqW8EoEUAEB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTI6hS99MhOA0rcNZbVweiqW8EoEUAEB > .row .container > .video-iframe-container { display: none; }#RTI6hS99MhOA0rcNZbVweiqW8EoEUAEB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTI6hS99MhOA0rcNZbVweiqW8EoEUAEB > .row > .video-iframe-container { display: none; }#RTI6hS99MhOA0rcNZbVweiqW8EoEUAEB > .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); }#RTI6hS99MhOA0rcNZbVweiqW8EoEUAEB > .row .container { width:320px;height:260px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTM5J75AweNHoZwpSynN9GxGZ4rapcfZ { width:320px;height:153px;top:20px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DhTLFI7wvQJfDWvbRmkDqFpedENwOXXk { width:200px;height:47px;top:193px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #oTg25dZ3fwFeT5TlRH56BiVpFKsutm1B { display:block; }
 }