.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqIzwmV1fuUCX1xg76XpMb2RLwp6vTKl { position:relative;display:block; }#KqIzwmV1fuUCX1xg76XpMb2RLwp6vTKl { background-color: transparent; background-image: none; }#KqIzwmV1fuUCX1xg76XpMb2RLwp6vTKl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqIzwmV1fuUCX1xg76XpMb2RLwp6vTKl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqIzwmV1fuUCX1xg76XpMb2RLwp6vTKl > .row .container > .video-iframe-container { display: none; }#KqIzwmV1fuUCX1xg76XpMb2RLwp6vTKl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqIzwmV1fuUCX1xg76XpMb2RLwp6vTKl > .row > .video-iframe-container { display: none; }#KqIzwmV1fuUCX1xg76XpMb2RLwp6vTKl > .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); }#KqIzwmV1fuUCX1xg76XpMb2RLwp6vTKl { border-width: 0; border-radius: 0; }#KqIzwmV1fuUCX1xg76XpMb2RLwp6vTKl > .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; }#KqIzwmV1fuUCX1xg76XpMb2RLwp6vTKl > .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:32px;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; }#ScGrJLyIXVBwfHt5gPh44bQraL4vggL0 { color:#b5b5b5;display:block;width:116px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.59375px;left:422px;height:18.1953px;text-align:center;text-align-last:center;display:block; }
#wzrUQbo9W22J3oc2RhsOMawK00vaITFs { background-color:#2e2e2e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#wzrUQbo9W22J3oc2RhsOMawK00vaITFs > .row .container { background-color: transparent; background-image: none; }#wzrUQbo9W22J3oc2RhsOMawK00vaITFs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzrUQbo9W22J3oc2RhsOMawK00vaITFs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzrUQbo9W22J3oc2RhsOMawK00vaITFs > .row .container > .video-iframe-container { display: none; }#wzrUQbo9W22J3oc2RhsOMawK00vaITFs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzrUQbo9W22J3oc2RhsOMawK00vaITFs > .row > .video-iframe-container { display: none; }#wzrUQbo9W22J3oc2RhsOMawK00vaITFs > .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); }#wzrUQbo9W22J3oc2RhsOMawK00vaITFs > .row .container { border-width: 0; border-radius: 0; }#wzrUQbo9W22J3oc2RhsOMawK00vaITFs > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wzrUQbo9W22J3oc2RhsOMawK00vaITFs > .row .container { font-size:14px;font-family:arial;height:81px;width:960px;overflow:visible;position:relative;display:block; }#oxWm1XqO4NAVy9mwAtmfRKJmcuETSG3q { color:#ffffff;display:block;width:254px;position:absolute;font-family:poppins;font-size:28px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:22.296875px;left:353px;height:36.3984px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wDX8Hx8A3aWu7uoJdkfUHEMgL1lnuGzU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:68px;width:152px;top:6.5px;left:0px;overflow:hidden;display:block; }
#JTiCTTtWBgBX5RNyLAm7Vd5sp19AUaTR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#JTiCTTtWBgBX5RNyLAm7Vd5sp19AUaTR > .row .container { background-color: transparent; background-image: none; }#JTiCTTtWBgBX5RNyLAm7Vd5sp19AUaTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTiCTTtWBgBX5RNyLAm7Vd5sp19AUaTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTiCTTtWBgBX5RNyLAm7Vd5sp19AUaTR > .row .container > .video-iframe-container { display: none; }#JTiCTTtWBgBX5RNyLAm7Vd5sp19AUaTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTiCTTtWBgBX5RNyLAm7Vd5sp19AUaTR > .row > .video-iframe-container { display: none; }#JTiCTTtWBgBX5RNyLAm7Vd5sp19AUaTR > .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); }#JTiCTTtWBgBX5RNyLAm7Vd5sp19AUaTR > .row .container { border-width: 0; border-radius: 0; }#JTiCTTtWBgBX5RNyLAm7Vd5sp19AUaTR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTiCTTtWBgBX5RNyLAm7Vd5sp19AUaTR > .row .container { font-size:14px;font-family:arial;height:427px;width:960px;position:relative;display:block; }#uZTTxZPts8N4IFTpvkyy8VWdiMMGG0Si { color:#0f1923;display:block;width:960px;position:absolute;font-family:poppins;font-size:40px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:75px;left:0px;height:104px;font-style:normal;display:block; }
#H2Nnv9u0OP7yCTeTAOKfvyunCNDdU57E { color:#000000;display:block;width:99px;position:absolute;font-family:barlow;font-size:12px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:53px;left:0px;height:31.1875px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LSuAH5nbQVfE5zVMwcKIuEDk4ILhNrPv { color:#0f1923;display:block;width:805px;position:absolute;font-family:barlow;font-size:24px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:189px;left:0px;height:93.5625px;display:block; }
#xmVQTirORSJmCiO9Tm3HOeO0xPDIGUH9 { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:333px;left:0px; }
#IETK7ZfeGlWNbsae3nM7kUBuCBeQlQQz { box-sizing:content-box;color:#5d92ff;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:334px;left:33px; }
#rdDesEZSn3mnBVd2xq08ofaAczZtymcp { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:332px;left:65px; }
#wFGoa1VOhxlDLcJ3WQNm9h3qcxWfygoE { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:332px;left:99px; }
#BpcJzA1t35FHzWgwo6mzi4xl9Itvcrn1 { color:#0f1923;display:block;width:168px;position:absolute;font-family:barlow;font-size:14px;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:367px;left:0px;height:39.1876px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FXMTAbK0uqRGJmeDbU9FCIKu8ft3J0Zd { position:absolute;display:block;z-index:15012;height:19px;width:74px;top:388px;left:88px;display:block; }
#citeMcN0JwlEMNn7gVlQ7ydLBVop14Kc { color:#0f1923;display:block;width:116px;position:absolute;font-family:barlow;font-size:14px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:386px;left:163px;height:18.1979px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rbfp7CveR5RokuslHzRKzlAZtmapspE0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#Rbfp7CveR5RokuslHzRKzlAZtmapspE0 > .row .container { background-color: transparent; background-image: none; }#Rbfp7CveR5RokuslHzRKzlAZtmapspE0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rbfp7CveR5RokuslHzRKzlAZtmapspE0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rbfp7CveR5RokuslHzRKzlAZtmapspE0 > .row .container > .video-iframe-container { display: none; }#Rbfp7CveR5RokuslHzRKzlAZtmapspE0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rbfp7CveR5RokuslHzRKzlAZtmapspE0 > .row > .video-iframe-container { display: none; }#Rbfp7CveR5RokuslHzRKzlAZtmapspE0 > .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); }#Rbfp7CveR5RokuslHzRKzlAZtmapspE0 > .row .container { border-width: 0; border-radius: 0; }#Rbfp7CveR5RokuslHzRKzlAZtmapspE0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rbfp7CveR5RokuslHzRKzlAZtmapspE0 > .row .container { font-size:14px;font-family:arial;height:486px;width:960px;position:relative;display:block; }#GoUSr6oaZvQG18yxMLXMnIQpKTiRF9oT { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c34e3389-0de7-4f60-8bfc-f55bdade5d47/leidaatracaocomoacelerar1024x347.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:484px;width:960px;top:0px;left:0px;display:block; }#GoUSr6oaZvQG18yxMLXMnIQpKTiRF9oT.adaptive-delivery-prevent-bg, #GoUSr6oaZvQG18yxMLXMnIQpKTiRF9oT.lazyload, #GoUSr6oaZvQG18yxMLXMnIQpKTiRF9oT.lazyloading { background-image: none; }
#sLrWvoqG6RcyyT8clr2hivoyHuKPC5ve { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#sLrWvoqG6RcyyT8clr2hivoyHuKPC5ve > .row .container { background-color: transparent; background-image: none; }#sLrWvoqG6RcyyT8clr2hivoyHuKPC5ve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLrWvoqG6RcyyT8clr2hivoyHuKPC5ve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLrWvoqG6RcyyT8clr2hivoyHuKPC5ve > .row .container > .video-iframe-container { display: none; }#sLrWvoqG6RcyyT8clr2hivoyHuKPC5ve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLrWvoqG6RcyyT8clr2hivoyHuKPC5ve > .row > .video-iframe-container { display: none; }#sLrWvoqG6RcyyT8clr2hivoyHuKPC5ve > .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); }#sLrWvoqG6RcyyT8clr2hivoyHuKPC5ve > .row .container { border-width: 0; border-radius: 0; }#sLrWvoqG6RcyyT8clr2hivoyHuKPC5ve > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sLrWvoqG6RcyyT8clr2hivoyHuKPC5ve > .row .container { font-size:14px;font-family:arial;height:1370px;width:960px;position:relative;display:block; }#TDSLO2xxWaZ6fVvlPEkbGPT301PBvZhZ { color:#000000;display:block;width:200px;position:absolute;font-family:barlow;font-size:20px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:52px;left:0px;height:26px;display:block; }
#bhTUionZ809zzC7wFd17LgH0SC0U79Wv { color:#0f1923;display:block;width:487px;position:absolute;font-family:poppins;font-size:32px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:72.796875px;left:0px;height:41.5938px;font-style:normal;display:block; }
#cmv0eiPldokgamwaEMXygVnUKPSm3Q23 { color:#000000;display:block;width:647px;position:absolute;font-family:barlow;font-size:20px;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:132px;left:0px;height:384px;display:block; }
#qeMpPogmhadEAI3mUFmlguXqqT1gayXy { color:#0f1923;display:block;width:467px;position:absolute;font-family:poppins;font-size:32px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:553.796875px;left:0px;height:83.1875px;font-style:normal;display:block; }
#GeHhTczTW4AStUir0RRLVuQ1V5RTBe3M { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #d8d8d8;border-left:1px solid #d8d8d8;border-right:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:520px;width:639px;top:659px;left:0px;display:block; }
#aLpTf3gGVqlo0WFkvzrHaCu3FeaGlZaq { color:#0f1923;display:block;width:359px;position:absolute;font-family:poppins;font-size:30px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:692px;left:28px;height:78px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fu5VxQsoIM84E8myb71i3zGcovt67ReU { color:#0f1923;display:block;width:584px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:794px;left:32px;height:340px;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#fu5VxQsoIM84E8myb71i3zGcovt67ReU li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#fu5VxQsoIM84E8myb71i3zGcovt67ReU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1ecd3e85-92d5-4591-bc73-ec84d42682e1/check2.png); }
#uMQXakoRZzibtRoOw4QvGeELR6HQsCNh { color:#000000;display:block;width:647px;position:absolute;font-family:barlow;font-size:20px;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:1213px;left:0px;height:128px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W9CUUM2SIGCJtfHuXMvacnei9sOXBc9G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#W9CUUM2SIGCJtfHuXMvacnei9sOXBc9G > .row .container { background-color: transparent; background-image: none; }#W9CUUM2SIGCJtfHuXMvacnei9sOXBc9G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9CUUM2SIGCJtfHuXMvacnei9sOXBc9G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9CUUM2SIGCJtfHuXMvacnei9sOXBc9G > .row .container > .video-iframe-container { display: none; }#W9CUUM2SIGCJtfHuXMvacnei9sOXBc9G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9CUUM2SIGCJtfHuXMvacnei9sOXBc9G > .row > .video-iframe-container { display: none; }#W9CUUM2SIGCJtfHuXMvacnei9sOXBc9G > .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); }#W9CUUM2SIGCJtfHuXMvacnei9sOXBc9G > .row .container { border-width: 0; border-radius: 0; }#W9CUUM2SIGCJtfHuXMvacnei9sOXBc9G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W9CUUM2SIGCJtfHuXMvacnei9sOXBc9G > .row .container { font-size:14px;font-family:arial;height:1380px;width:960px;position:relative;display:block; }#sqbPBdflbtfhD2w1XUTs5QxNfbpuxa1Z { position:absolute;display:block;z-index:15000;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;height:427px;width:640px;top:0px;left:0px;overflow:hidden;display:block; }
#Td8hxxIUleJ3BXMTK2BWXBcM0acTk8Rr { color:#0f1923;display:block;width:645px;position:absolute;font-family:poppins;font-size:32px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:456.796875px;left:0px;height:41.5938px;font-style:normal;display:block; }
#RIr7vSIoaIZcxFTCAASp84trTVO0xA6k { color:#000000;display:block;width:647px;position:absolute;font-family:barlow;font-size:20px;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:521px;left:0px;height:224px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IdkTku7oQiU3v4csx3PO9A9G3EqhbBMi { color:#0f1923;display:block;width:550px;position:absolute;font-family:barlow;font-size:20px;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:820px;left:29px;height:458px;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#IdkTku7oQiU3v4csx3PO9A9G3EqhbBMi li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#IdkTku7oQiU3v4csx3PO9A9G3EqhbBMi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1ecd3e85-92d5-4591-bc73-ec84d42682e1/check2.png); }
#Ff1BD8sTQ0iiw6qgKfhw1JMQ6qnCaBVE { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #d8d8d8;border-left:1px solid #d8d8d8;border-right:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:580px;width:639px;top:776px;left:0px;display:block; }
#HefuvGNz0u1G3S5UTCkBkDxFMHxTqE64 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#HefuvGNz0u1G3S5UTCkBkDxFMHxTqE64 > .row .container { background-color: transparent; background-image: none; }#HefuvGNz0u1G3S5UTCkBkDxFMHxTqE64::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HefuvGNz0u1G3S5UTCkBkDxFMHxTqE64 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HefuvGNz0u1G3S5UTCkBkDxFMHxTqE64 > .row .container > .video-iframe-container { display: none; }#HefuvGNz0u1G3S5UTCkBkDxFMHxTqE64 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HefuvGNz0u1G3S5UTCkBkDxFMHxTqE64 > .row > .video-iframe-container { display: none; }#HefuvGNz0u1G3S5UTCkBkDxFMHxTqE64 > .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); }#HefuvGNz0u1G3S5UTCkBkDxFMHxTqE64 > .row .container { border-width: 0; border-radius: 0; }#HefuvGNz0u1G3S5UTCkBkDxFMHxTqE64 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HefuvGNz0u1G3S5UTCkBkDxFMHxTqE64 > .row .container { font-size:14px;font-family:arial;height:1150px;width:960px;position:relative;display:block; }#UaRSwKK1NQ1hO5x5akHMyGQgdpUPxQEZ { position:absolute;display:block;z-index:15000;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;height:382px;width:640px;top:85px;left:0px;overflow:hidden;display:block; }
#HBRZyuuc4nOutVeGmAxTDlm3JbM78gTc { color:#000000;display:block;width:647px;position:absolute;font-family:barlow;font-size:20px;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:0px;left:0px;height:64px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RwmQ0d428lMSCnWswfx3u9g5J6MHzFsW { color:#000000;display:block;width:647px;position:absolute;font-family:barlow;font-size:20px;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:488px;left:0px;height:608px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AyZ0MckPvJdVVcILFLRnoRJFkyPI7xuM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#AyZ0MckPvJdVVcILFLRnoRJFkyPI7xuM > .row .container { background-color: transparent; background-image: none; }#AyZ0MckPvJdVVcILFLRnoRJFkyPI7xuM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyZ0MckPvJdVVcILFLRnoRJFkyPI7xuM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyZ0MckPvJdVVcILFLRnoRJFkyPI7xuM > .row .container > .video-iframe-container { display: none; }#AyZ0MckPvJdVVcILFLRnoRJFkyPI7xuM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyZ0MckPvJdVVcILFLRnoRJFkyPI7xuM > .row > .video-iframe-container { display: none; }#AyZ0MckPvJdVVcILFLRnoRJFkyPI7xuM > .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); }#AyZ0MckPvJdVVcILFLRnoRJFkyPI7xuM > .row .container { border-width: 0; border-radius: 0; }#AyZ0MckPvJdVVcILFLRnoRJFkyPI7xuM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AyZ0MckPvJdVVcILFLRnoRJFkyPI7xuM > .row .container { font-size:14px;font-family:arial;height:761px;width:960px;position:relative;display:block; }#hWbJTgiTxqJeskhDEya3TqPT44lQXtyt { position:absolute;display:block;z-index:15000;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;height:362px;width:640px;top:85px;left:0px;overflow:hidden;display:block; }
#nVSeP10TEbEFWTgLkVKTJzNtGgAF0efP { color:#000000;display:block;width:647px;position:absolute;font-family:barlow;font-size:20px;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:488px;left:0px;height:224px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IbppebdCrsFyzB5xRLinT5PwG3TG07WD { color:#0f1923;display:block;width:645px;position:absolute;font-family:poppins;font-size:32px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.796875px;left:0px;height:41.599px;font-style:normal;display:block; }
#rwMp46Wc639LozXLtqb2WGOo4ZfgxIeI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#rwMp46Wc639LozXLtqb2WGOo4ZfgxIeI > .row .container { background-color: transparent; background-image: none; }#rwMp46Wc639LozXLtqb2WGOo4ZfgxIeI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwMp46Wc639LozXLtqb2WGOo4ZfgxIeI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwMp46Wc639LozXLtqb2WGOo4ZfgxIeI > .row .container > .video-iframe-container { display: none; }#rwMp46Wc639LozXLtqb2WGOo4ZfgxIeI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwMp46Wc639LozXLtqb2WGOo4ZfgxIeI > .row > .video-iframe-container { display: none; }#rwMp46Wc639LozXLtqb2WGOo4ZfgxIeI > .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); }#rwMp46Wc639LozXLtqb2WGOo4ZfgxIeI > .row .container { border-width: 0; border-radius: 0; }#rwMp46Wc639LozXLtqb2WGOo4ZfgxIeI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rwMp46Wc639LozXLtqb2WGOo4ZfgxIeI > .row .container { font-size:14px;font-family:arial;height:475px;width:960px;position:relative;display:block; }#hWn4N6igA8eU7GiNoQIluTRcAObTFIio { color:#0f1923;display:block;width:645px;position:absolute;font-family:poppins;font-size:32px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:40px;left:0px;height:124.781px;font-style:normal;display:block; }
#Ui7mHguisT5KdgsqlvmzaDXTW25kEnva { color:#000000;display:block;width:540px;position:absolute;font-family:barlow;font-size:20px;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:189px;left:0px;height:128px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TrweeImF6q5yFEIi55qFe7swFedEVEmZ { z-index:15003;top:352px;left:0px;background-color:#ff004c;background-image:none;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 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:380px;height:66px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sCyzvc4grJcm5HdEWQLKI1T3CRVaN41m { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#x5V2q7GIXmeefWeAfVZLDUgxLKdKtFcO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151515;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; }#x5V2q7GIXmeefWeAfVZLDUgxLKdKtFcO > .row .container { background-color: transparent; background-image: none; }#x5V2q7GIXmeefWeAfVZLDUgxLKdKtFcO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5V2q7GIXmeefWeAfVZLDUgxLKdKtFcO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5V2q7GIXmeefWeAfVZLDUgxLKdKtFcO > .row .container > .video-iframe-container { display: none; }#x5V2q7GIXmeefWeAfVZLDUgxLKdKtFcO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5V2q7GIXmeefWeAfVZLDUgxLKdKtFcO > .row > .video-iframe-container { display: none; }#x5V2q7GIXmeefWeAfVZLDUgxLKdKtFcO > .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); }#x5V2q7GIXmeefWeAfVZLDUgxLKdKtFcO > .row .container { border-width: 0; border-radius: 0; }#x5V2q7GIXmeefWeAfVZLDUgxLKdKtFcO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x5V2q7GIXmeefWeAfVZLDUgxLKdKtFcO > .row .container { font-size:14px;font-family:arial;height:273px;width:960px;position:relative;display:block; }#i1rGZTaR90T6AIaS7QcZou42N7phqrVl { color:#ffffff;display:block;width:630px;position:absolute;font-family:montserrat;font-size:12px;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:28px;left:165px;height:57.5625px;text-align:center;text-align-last:center;display:block; }
#mTLaT5FmTdgiKHa9JOIwDeWqIVEmLM2J { color:#ffffff;display:block;width:693px;position:absolute;font-family:montserrat;font-size:12px;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:104.21875px;left:133.5px;height:95.9375px;text-align:center;text-align-last:center;display:block; }
#IlfmrHkvQGW1z0TUc9rWQtmzJsrhS2gs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:12px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:136px;height:22px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:219px;left:332px;display:block; }
#PJMm7ZSU893uoLN3iSPRpGS0kSBxrAPV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#cw9ept4rpJ2muyTRJNte6PS6k4ndcteo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:12px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:160px;height:22px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:219px;left:468px;display:block; }
#HHyyceby4HzrGbrXccmrLblEtIJKC4Pw { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KqIzwmV1fuUCX1xg76XpMb2RLwp6vTKl { display:block; }#KqIzwmV1fuUCX1xg76XpMb2RLwp6vTKl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScGrJLyIXVBwfHt5gPh44bQraL4vggL0 { width:116px;height:18px;top:5px;left:324px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #wzrUQbo9W22J3oc2RhsOMawK00vaITFs { display:block; }#wzrUQbo9W22J3oc2RhsOMawK00vaITFs > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxWm1XqO4NAVy9mwAtmfRKJmcuETSG3q { width:254px;height:36px;top:22px;left:255px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wDX8Hx8A3aWu7uoJdkfUHEMgL1lnuGzU { width:152px;height:68px;top:6px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JTiCTTtWBgBX5RNyLAm7Vd5sp19AUaTR { display:block; }#JTiCTTtWBgBX5RNyLAm7Vd5sp19AUaTR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uZTTxZPts8N4IFTpvkyy8VWdiMMGG0Si { width:764px;height:104px;top:75px;left:0px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #H2Nnv9u0OP7yCTeTAOKfvyunCNDdU57E { width:99px;height:15px;top:53px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #LSuAH5nbQVfE5zVMwcKIuEDk4ILhNrPv { width:764px;height:124px;top:189px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xmVQTirORSJmCiO9Tm3HOeO0xPDIGUH9 { width:22px;height:22px;top:333px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IETK7ZfeGlWNbsae3nM7kUBuCBeQlQQz { width:20px;height:20px;top:334px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rdDesEZSn3mnBVd2xq08ofaAczZtymcp { width:22px;height:22px;top:332px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wFGoa1VOhxlDLcJ3WQNm9h3qcxWfygoE { width:22px;height:22px;top:332px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #BpcJzA1t35FHzWgwo6mzi4xl9Itvcrn1 { width:168px;height:39px;top:367px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #FXMTAbK0uqRGJmeDbU9FCIKu8ft3J0Zd { width:74px;height:19px;top:388px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #citeMcN0JwlEMNn7gVlQ7ydLBVop14Kc { width:116px;height:18px;top:386px;left:65px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Rbfp7CveR5RokuslHzRKzlAZtmapspE0 { display:block; }#Rbfp7CveR5RokuslHzRKzlAZtmapspE0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoUSr6oaZvQG18yxMLXMnIQpKTiRF9oT { width:764px;height:484px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sLrWvoqG6RcyyT8clr2hivoyHuKPC5ve { display:block; }#sLrWvoqG6RcyyT8clr2hivoyHuKPC5ve > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDSLO2xxWaZ6fVvlPEkbGPT301PBvZhZ { width:200px;height:26px;top:52px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bhTUionZ809zzC7wFd17LgH0SC0U79Wv { width:487px;height:41px;top:72px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #cmv0eiPldokgamwaEMXygVnUKPSm3Q23 { width:647px;height:384px;top:132px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qeMpPogmhadEAI3mUFmlguXqqT1gayXy { width:467px;height:83px;top:553px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #GeHhTczTW4AStUir0RRLVuQ1V5RTBe3M { width:639px;height:520px;top:659px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aLpTf3gGVqlo0WFkvzrHaCu3FeaGlZaq { width:359px;height:78px;top:692px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #fu5VxQsoIM84E8myb71i3zGcovt67ReU { width:584px;height:;top:794px;left:0px;font-size:20px;display:block; }#fu5VxQsoIM84E8myb71i3zGcovt67ReU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1ecd3e85-92d5-4591-bc73-ec84d42682e1/check2.png); }
 }@media only screen and (max-width: 763px) { #uMQXakoRZzibtRoOw4QvGeELR6HQsCNh { width:647px;height:128px;top:1213px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #W9CUUM2SIGCJtfHuXMvacnei9sOXBc9G { display:block; }#W9CUUM2SIGCJtfHuXMvacnei9sOXBc9G > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sqbPBdflbtfhD2w1XUTs5QxNfbpuxa1Z { width:640px;height:427px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Td8hxxIUleJ3BXMTK2BWXBcM0acTk8Rr { width:645px;height:41px;top:456px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #RIr7vSIoaIZcxFTCAASp84trTVO0xA6k { width:647px;height:224px;top:521px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #IdkTku7oQiU3v4csx3PO9A9G3EqhbBMi { width:550px;height:;top:820px;left:0px;font-size:20px;display:block; }#IdkTku7oQiU3v4csx3PO9A9G3EqhbBMi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1ecd3e85-92d5-4591-bc73-ec84d42682e1/check2.png); }
 }@media only screen and (max-width: 763px) { #Ff1BD8sTQ0iiw6qgKfhw1JMQ6qnCaBVE { width:639px;height:580px;top:776px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HefuvGNz0u1G3S5UTCkBkDxFMHxTqE64 { display:block; }#HefuvGNz0u1G3S5UTCkBkDxFMHxTqE64 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaRSwKK1NQ1hO5x5akHMyGQgdpUPxQEZ { width:640px;height:382px;top:85px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HBRZyuuc4nOutVeGmAxTDlm3JbM78gTc { width:647px;height:64px;top:0px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #RwmQ0d428lMSCnWswfx3u9g5J6MHzFsW { width:647px;height:640px;top:488px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AyZ0MckPvJdVVcILFLRnoRJFkyPI7xuM { display:block; }#AyZ0MckPvJdVVcILFLRnoRJFkyPI7xuM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWbJTgiTxqJeskhDEya3TqPT44lQXtyt { width:640px;height:362px;top:85px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nVSeP10TEbEFWTgLkVKTJzNtGgAF0efP { width:647px;height:256px;top:488px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #IbppebdCrsFyzB5xRLinT5PwG3TG07WD { width:645px;height:41px;top:21px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #rwMp46Wc639LozXLtqb2WGOo4ZfgxIeI { display:block; }#rwMp46Wc639LozXLtqb2WGOo4ZfgxIeI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWn4N6igA8eU7GiNoQIluTRcAObTFIio { width:645px;height:124px;top:40px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Ui7mHguisT5KdgsqlvmzaDXTW25kEnva { width:540px;height:128px;top:189px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TrweeImF6q5yFEIi55qFe7swFedEVEmZ { top:352px;left:0px;width:380px;height:66px;display:block; }
 }@media only screen and (max-width: 763px) { #sCyzvc4grJcm5HdEWQLKI1T3CRVaN41m { display:block; }
 }@media only screen and (max-width: 763px) { #x5V2q7GIXmeefWeAfVZLDUgxLKdKtFcO { display:block; }#x5V2q7GIXmeefWeAfVZLDUgxLKdKtFcO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1rGZTaR90T6AIaS7QcZou42N7phqrVl { width:630px;height:57px;top:28px;left:67px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #mTLaT5FmTdgiKHa9JOIwDeWqIVEmLM2J { width:693px;height:95px;top:104px;left:35.5px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #IlfmrHkvQGW1z0TUc9rWQtmzJsrhS2gs { width:136px;height:22px;top:219px;left:234px;display:block; }
 }@media only screen and (max-width: 763px) { #PJMm7ZSU893uoLN3iSPRpGS0kSBxrAPV { display:block; }
 }@media only screen and (max-width: 763px) { #cw9ept4rpJ2muyTRJNte6PS6k4ndcteo { width:160px;height:22px;top:219px;left:370px;display:block; }
 }@media only screen and (max-width: 763px) { #HHyyceby4HzrGbrXccmrLblEtIJKC4Pw { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KqIzwmV1fuUCX1xg76XpMb2RLwp6vTKl { display:block; }#KqIzwmV1fuUCX1xg76XpMb2RLwp6vTKl > .row .container { width:320px;height:21px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScGrJLyIXVBwfHt5gPh44bQraL4vggL0 { width:116px;height:16.8984px;top:3px;left:102px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #wzrUQbo9W22J3oc2RhsOMawK00vaITFs { background-color:#2e2e2e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#wzrUQbo9W22J3oc2RhsOMawK00vaITFs > .row .container { background-color: transparent; background-image: none; }#wzrUQbo9W22J3oc2RhsOMawK00vaITFs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzrUQbo9W22J3oc2RhsOMawK00vaITFs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzrUQbo9W22J3oc2RhsOMawK00vaITFs > .row .container > .video-iframe-container { display: none; }#wzrUQbo9W22J3oc2RhsOMawK00vaITFs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzrUQbo9W22J3oc2RhsOMawK00vaITFs > .row > .video-iframe-container { display: none; }#wzrUQbo9W22J3oc2RhsOMawK00vaITFs > .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); }#wzrUQbo9W22J3oc2RhsOMawK00vaITFs > .row .container { width:320px;height:94px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxWm1XqO4NAVy9mwAtmfRKJmcuETSG3q { width:200px;height:23.3984px;top:10px;left:60px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wDX8Hx8A3aWu7uoJdkfUHEMgL1lnuGzU { width:109px;height:48px;top:38px;left:105.5px;display:block; }
 }@media only screen and (max-width: 763px) { #JTiCTTtWBgBX5RNyLAm7Vd5sp19AUaTR { display:block; }#JTiCTTtWBgBX5RNyLAm7Vd5sp19AUaTR > .row .container { width:320px;height:571px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uZTTxZPts8N4IFTpvkyy8VWdiMMGG0Si { width:320px;height:220.938px;top:69.59375px;left:0px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #H2Nnv9u0OP7yCTeTAOKfvyunCNDdU57E { width:96px;height:15.5938px;top:40px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #LSuAH5nbQVfE5zVMwcKIuEDk4ILhNrPv { width:320px;height:163.734px;top:302px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xmVQTirORSJmCiO9Tm3HOeO0xPDIGUH9 { display:flex;width:22px;height:22px;top:482px;left:0px; }
 }@media only screen and (max-width: 763px) { #IETK7ZfeGlWNbsae3nM7kUBuCBeQlQQz { display:flex;width:20px;height:20px;top:483px;left:32px; }
 }@media only screen and (max-width: 763px) { #rdDesEZSn3mnBVd2xq08ofaAczZtymcp { display:flex;width:22px;height:22px;top:482px;left:66px; }
 }@media only screen and (max-width: 763px) { #wFGoa1VOhxlDLcJ3WQNm9h3qcxWfygoE { display:flex;width:22px;height:22px;top:482px;left:101px; }
 }@media only screen and (max-width: 763px) { #BpcJzA1t35FHzWgwo6mzi4xl9Itvcrn1 { width:168px;height:39.1876px;top:526px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #FXMTAbK0uqRGJmeDbU9FCIKu8ft3J0Zd { width:74px;height:19px;top:549px;left:91px;display:block; }
 }@media only screen and (max-width: 763px) { #citeMcN0JwlEMNn7gVlQ7ydLBVop14Kc { width:116px;height:18.1953px;top:544px;left:168px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Rbfp7CveR5RokuslHzRKzlAZtmapspE0 { display:block; }#Rbfp7CveR5RokuslHzRKzlAZtmapspE0 > .row .container { width:320px;height:354px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoUSr6oaZvQG18yxMLXMnIQpKTiRF9oT { width:320px;height:332px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sLrWvoqG6RcyyT8clr2hivoyHuKPC5ve { display:block; }#sLrWvoqG6RcyyT8clr2hivoyHuKPC5ve > .row .container { width:320px;height:2163px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDSLO2xxWaZ6fVvlPEkbGPT301PBvZhZ { width:200px;height:26px;top:41px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bhTUionZ809zzC7wFd17LgH0SC0U79Wv { width:320px;height:83.1875px;top:66px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #cmv0eiPldokgamwaEMXygVnUKPSm3Q23 { width:320px;height:704px;top:169.1875px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qeMpPogmhadEAI3mUFmlguXqqT1gayXy { width:320px;height:124.781px;top:893.1875px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #GeHhTczTW4AStUir0RRLVuQ1V5RTBe3M { width:318px;height:859px;top:1037.953125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aLpTf3gGVqlo0WFkvzrHaCu3FeaGlZaq { width:293px;height:78px;top:1060px;left:13.5px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #fu5VxQsoIM84E8myb71i3zGcovt67ReU { width:302px;height:700px;top:1161.953125px;left:9px;font-size:20px;display:block; }#fu5VxQsoIM84E8myb71i3zGcovt67ReU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1ecd3e85-92d5-4591-bc73-ec84d42682e1/check2.png); }
 }@media only screen and (max-width: 763px) { #uMQXakoRZzibtRoOw4QvGeELR6HQsCNh { width:320px;height:224px;top:1921px;left:0px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W9CUUM2SIGCJtfHuXMvacnei9sOXBc9G { display:block; }#W9CUUM2SIGCJtfHuXMvacnei9sOXBc9G > .row .container { width:320px;height:1780px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sqbPBdflbtfhD2w1XUTs5QxNfbpuxa1Z { width:320px;height:213.5px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Td8hxxIUleJ3BXMTK2BWXBcM0acTk8Rr { width:320px;height:83.1875px;top:253.5px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #RIr7vSIoaIZcxFTCAASp84trTVO0xA6k { width:320px;height:448px;top:351.6875px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #IdkTku7oQiU3v4csx3PO9A9G3EqhbBMi { width:300px;height:874px;top:856px;left:10px;font-size:20px;display:block; }#IdkTku7oQiU3v4csx3PO9A9G3EqhbBMi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1ecd3e85-92d5-4591-bc73-ec84d42682e1/check2.png); }
 }@media only screen and (max-width: 763px) { #Ff1BD8sTQ0iiw6qgKfhw1JMQ6qnCaBVE { width:318px;height:950px;top:824.6875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HefuvGNz0u1G3S5UTCkBkDxFMHxTqE64 { display:block; }#HefuvGNz0u1G3S5UTCkBkDxFMHxTqE64 > .row .container { width:320px;height:1350px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaRSwKK1NQ1hO5x5akHMyGQgdpUPxQEZ { width:320px;height:191px;top:165px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HBRZyuuc4nOutVeGmAxTDlm3JbM78gTc { width:320px;height:128px;top:20px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #RwmQ0d428lMSCnWswfx3u9g5J6MHzFsW { width:320px;height:960px;top:374px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AyZ0MckPvJdVVcILFLRnoRJFkyPI7xuM { display:block; }#AyZ0MckPvJdVVcILFLRnoRJFkyPI7xuM > .row .container { width:320px;height:680px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWbJTgiTxqJeskhDEya3TqPT44lQXtyt { width:320px;height:181px;top:77.59375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nVSeP10TEbEFWTgLkVKTJzNtGgAF0efP { width:320px;height:384px;top:272.59375px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #IbppebdCrsFyzB5xRLinT5PwG3TG07WD { width:320px;height:41.5938px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #rwMp46Wc639LozXLtqb2WGOo4ZfgxIeI { display:block; }#rwMp46Wc639LozXLtqb2WGOo4ZfgxIeI > .row .container { width:320px;height:530px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWn4N6igA8eU7GiNoQIluTRcAObTFIio { width:320px;height:181.953px;top:20px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Ui7mHguisT5KdgsqlvmzaDXTW25kEnva { width:320px;height:192px;top:214.5546875px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TrweeImF6q5yFEIi55qFe7swFedEVEmZ { top:426.546875px;left:8px;width:304px;height:66px;display:block; }
 }@media only screen and (max-width: 763px) { #sCyzvc4grJcm5HdEWQLKI1T3CRVaN41m { display:block; }
 }@media only screen and (max-width: 763px) { #x5V2q7GIXmeefWeAfVZLDUgxLKdKtFcO { display:block; }#x5V2q7GIXmeefWeAfVZLDUgxLKdKtFcO > .row .container { width:320px;height:431px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1rGZTaR90T6AIaS7QcZou42N7phqrVl { width:320px;height:76.75px;top:20px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #mTLaT5FmTdgiKHa9JOIwDeWqIVEmLM2J { width:320px;height:211.062px;top:116.75px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #IlfmrHkvQGW1z0TUc9rWQtmzJsrhS2gs { width:136px;height:22px;top:347.797px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #PJMm7ZSU893uoLN3iSPRpGS0kSBxrAPV { display:block; }
 }@media only screen and (max-width: 763px) { #cw9ept4rpJ2muyTRJNte6PS6k4ndcteo { width:160px;height:22px;top:389.797px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #HHyyceby4HzrGbrXccmrLblEtIJKC4Pw { display:block; }
 }