.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c48ac74e-85cb-4ec9-bf96-2cdcd323bc81/shutterstock655126330.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:56.75rem;width:60rem;overflow:visible;position:relative;display:block; }#V6Zm2TXydwqqvikvqugXCyk3lrLsvFsC { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5rem;left:14.687501907349rem;height:6.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qTIxSGkVnxgRGfryp8BVLxH1KFgQoeOD { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.5rem;width:45.75rem;top:13.8203125rem;left:7.125rem;display:block; }
#KWspDaMSfhHUJHQcXPdHxKzRusqfwCxS { color:#ffffff;display:block;width:37rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:41.625rem;left:11.5rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZaNl63atZcgVFmENsEgmB4payGaWE5TP { background-color:#549efe;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.650001525879rem;left:20.000001907349rem;display:block; }
#NgbsDkWsKUKmgRqDzneRaQ7OU3i1C3eG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EbL3OkLdcQ5OmyopEZ0quMUbxRo7sTTG { position:absolute;display:block;z-index:15001;background-color:rgba(33,46,88,0.78);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:38.3125rem;top:41.045313835144rem;left:10.9375rem;display:block; }
#r74FbXQMMb92mJ8CXfuzc0AupGlfVZFC { position:absolute;display:block;z-index:15000;background-color:#212e58;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:30.5rem;top:5.8125rem;left:14.687501907349rem;display:block; }
#Wr4tCKKyQ2vdNvzw6q4tLMOt9dVRHJ8b { position:absolute;display:block;z-index:15001;background-color:#203887;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:25.6875rem;top:9.237500190735rem;left:16.96249961853rem;display:block; }
#fKJAHM7s8FCEETShOzCydRm6l0BPl70r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fKJAHM7s8FCEETShOzCydRm6l0BPl70r > .row .container { background-color: transparent; background-image: none; }#fKJAHM7s8FCEETShOzCydRm6l0BPl70r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKJAHM7s8FCEETShOzCydRm6l0BPl70r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKJAHM7s8FCEETShOzCydRm6l0BPl70r > .row .container > .video-iframe-container { display: none; }#fKJAHM7s8FCEETShOzCydRm6l0BPl70r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKJAHM7s8FCEETShOzCydRm6l0BPl70r > .row > .video-iframe-container { display: none; }#fKJAHM7s8FCEETShOzCydRm6l0BPl70r > .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); }#fKJAHM7s8FCEETShOzCydRm6l0BPl70r > .row .container { border-width: 0; border-radius: 0; }#fKJAHM7s8FCEETShOzCydRm6l0BPl70r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fKJAHM7s8FCEETShOzCydRm6l0BPl70r > .row .container { font-size:0.875rem;font-family:arial;height:71.4375rem;width:60rem;position:relative;display:block; }#L2sFeaFtv31KEudgaXtgVtUutXkJbAwS { color:#585858;display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:9.625rem;left:4.9375rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k6vu44KJRw8aclZP7dBPvcbscTdf27He { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:31.3125rem;left:4.9375rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kd8VI8fGvBWDggIX3OAacrpraQTyqiBg { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:31.3125rem;left:35.500001907349rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uxlMnwLprl2lN0t3f8ttlHbAGzTTmH9e { color:#585858;display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:9.625rem;left:35.500001907349rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#agtzrlAhVkVuCUx0iduWdxkMwqorDohT { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0.1875rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZWeCQiffa35WTeWuLvqkTaUG0vBJznNw { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.9375rem;width:32.25rem;top:12.5rem;left:-2.25rem;display:block; }
#VrJEBn6oshxRr5lBAdoPfJ2k46to5UIi { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.875rem;width:32.5rem;top:12.625rem;left:30.187501907349rem;display:block; }
#pk0XU6LnvSlnNvvNzFsLtQtrbxQ50rO5 { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:62.1875rem;left:35.4375rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oOGUfSulgrGrVWH3RxS0GxUhc4M1CuPv { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.875rem;width:32.5rem;top:43.5rem;left:30.125rem;display:block; }
#i5aSzOrPKmS9EMrWbZpp13e4KODfa2Kb { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:62.1875rem;left:4.875rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Usb8TmT24lbZsPc4eOEH0tMbnArd5IDP { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.9375rem;width:32.25rem;top:43.375rem;left:-2.3125rem;display:block; }
#ZDucO20ocX8LWChLWNIzCg3pLNUbi1GR { color:#585858;display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:39.25rem;left:4.875rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#igXK2dtP1wq7sWuR0NwiO7Wm9GB29HLV { color:#585858;display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:39.25rem;left:35.4375rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IcKNWtwOan5rrM89NQzkd04KMNiqnRhx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#IcKNWtwOan5rrM89NQzkd04KMNiqnRhx > .row .container { background-color: transparent; background-image: none; }#IcKNWtwOan5rrM89NQzkd04KMNiqnRhx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcKNWtwOan5rrM89NQzkd04KMNiqnRhx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcKNWtwOan5rrM89NQzkd04KMNiqnRhx > .row .container > .video-iframe-container { display: none; }#IcKNWtwOan5rrM89NQzkd04KMNiqnRhx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcKNWtwOan5rrM89NQzkd04KMNiqnRhx > .row > .video-iframe-container { display: none; }#IcKNWtwOan5rrM89NQzkd04KMNiqnRhx > .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); }#IcKNWtwOan5rrM89NQzkd04KMNiqnRhx > .row .container { border-width: 0; border-radius: 0; }#IcKNWtwOan5rrM89NQzkd04KMNiqnRhx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IcKNWtwOan5rrM89NQzkd04KMNiqnRhx > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:60rem;position:relative;display:block; }#T1mLi9gGWl6Qi00T1gM795ct8kwIfads { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:23.5625rem;top:4.375rem;left:2.5625rem;overflow:hidden;display:block; }
#JZkEDOwzLnTpov3STG8bmeozKfXgdEwS { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:18.3125rem;top:0.09157421875rem;left:5.6221530464012rem;overflow:hidden;display:block; }
#cTacAngaGAQuIMPfW1k7vmX3p6zZUotu { color:#000000;display:block;width:28.875rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8125rem;left:30.5625rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#waWJzl8Qok9Uaef6zVMVzTklokLSFQcc { color:#000000;display:block;width:25.625rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:14999;line-height:1.5;letter-spacing:0;top:9.5625rem;left:30.5625rem;height:15.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mzdzHqQvN8ab5IzyDt0E9BKKMV4z7p8i { background-color:#5ffbcd;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.197660446167rem;left:33.375001907349rem;display:block; }
#eKonOhoTivDsvf2NdZbBVKpo39JKk9KF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n1WsqJzG1oKm4GDbcBPZebdCk5MMAsoo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#112664;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; }#n1WsqJzG1oKm4GDbcBPZebdCk5MMAsoo > .row .container { background-color: transparent; background-image: none; }#n1WsqJzG1oKm4GDbcBPZebdCk5MMAsoo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1WsqJzG1oKm4GDbcBPZebdCk5MMAsoo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1WsqJzG1oKm4GDbcBPZebdCk5MMAsoo > .row .container > .video-iframe-container { display: none; }#n1WsqJzG1oKm4GDbcBPZebdCk5MMAsoo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1WsqJzG1oKm4GDbcBPZebdCk5MMAsoo > .row > .video-iframe-container { display: none; }#n1WsqJzG1oKm4GDbcBPZebdCk5MMAsoo > .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); }#n1WsqJzG1oKm4GDbcBPZebdCk5MMAsoo > .row .container { border-width: 0; border-radius: 0; }#n1WsqJzG1oKm4GDbcBPZebdCk5MMAsoo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n1WsqJzG1oKm4GDbcBPZebdCk5MMAsoo > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:60rem;position:relative;display:block; }#MO5KwgkikPGqRovFQFTQZZSook09mGTt { color:#ffffff;display:block;width:39.125rem;position:absolute;font-family:ubuntu;font-size:2.75rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.87353515625rem;left:20.7490234375rem;height:2.75024375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yvxLrtnmhluVdTW0PFsD5GrWoOb6R5R5 { color:#f9f9f9;display:block;width:38.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:9.124755859375rem;left:21.1865234375rem;height:17.31646875rem;font-style:normal;display:block; }
#fB3pDTmOspSri3NZrhxvdQztlPiPfK6C { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:7.68675rem;top:7.464599609375rem;left:36.466064453125rem;display:block; }
#z0c8dEAcu2Mr1uKmPLBrt4prlpQsRzvH { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.375rem;width:19.5rem;top:2.4375002384186rem;left:0rem;overflow:hidden;display:block; }
#sx1R1GkbwdQLlwGOHEHL1cqzFX7CLEwG { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:20rem;top:29.3115234375rem;left:0rem;overflow:hidden;display:block; }
#dd5bfdxQEKWrRrQ4mqwgdQfGqI63kFqZ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:19.9375rem;top:29.246337890625rem;left:19.913330078125rem;overflow:hidden;display:block; }
#y2NL8PPWquU4X7WvIk6iMfk6TC0S09PR { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:20.25rem;top:29.35693359375rem;left:39.927595966339rem;overflow:hidden;display:block; }
#T3ugLt4b5wmk6va2aWx5lKoQHowGFIrg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#T3ugLt4b5wmk6va2aWx5lKoQHowGFIrg > .row .container { background-color: transparent; background-image: none; }#T3ugLt4b5wmk6va2aWx5lKoQHowGFIrg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3ugLt4b5wmk6va2aWx5lKoQHowGFIrg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3ugLt4b5wmk6va2aWx5lKoQHowGFIrg > .row .container > .video-iframe-container { display: none; }#T3ugLt4b5wmk6va2aWx5lKoQHowGFIrg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3ugLt4b5wmk6va2aWx5lKoQHowGFIrg > .row > .video-iframe-container { display: none; }#T3ugLt4b5wmk6va2aWx5lKoQHowGFIrg > .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); }#T3ugLt4b5wmk6va2aWx5lKoQHowGFIrg > .row .container { border-width: 0; border-radius: 0; }#T3ugLt4b5wmk6va2aWx5lKoQHowGFIrg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T3ugLt4b5wmk6va2aWx5lKoQHowGFIrg > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:60rem;position:relative;display:block; }#ciN83bWJfA516NCnMQxTtAxCLDsyNhMq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4985625rem;width:23.4375rem;top:7.879638671875rem;left:33.28125rem;overflow:hidden;display:block; }
#ZXbv9DJ5J3TQXC85ZKoqiuLbfmJvWt8H { color:#000000;display:block;width:55.75rem;position:absolute;font-family:dosis;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9375066757202rem;left:2.1875rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fhVchuJc56qTE8rD1ESHmnU9GnBT0TMZ { color:#000000;display:block;width:25.625rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:14999;line-height:1.5;letter-spacing:0;top:7.879687309265rem;left:2.1875rem;height:19.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/07954b5f-5419-488c-bcd8-0c51c57c7c17/nepalpokhara.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB.adaptive-delivery-prevent-bg, #mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB.lazyload, #mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB.lazyloading { background-image: none; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row .container { background-color: transparent; background-image: none; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row .container > .video-iframe-container { display: none; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row > .video-iframe-container { display: none; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .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); }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row .container { border-width: 0; border-radius: 0; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:60rem;position:relative;display:block; }#AzZL5GyDEibv5s19VF4z8Egs7qFXpIun { color:#ffffff;display:block;width:47.625rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:3.0625rem;left:0rem;height:6.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AzwWCLToP3b3Jf0FFQkGRwI5gUPmCoR1 { color:#ffffff;display:block;width:52.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:10.8740234375rem;left:0rem;height:9.593725rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#paTlrPAZG3rktvGuHqvBNOTmVW0UfsNx { color:#ffffff;display:block;width:29.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:30.125rem;left:1.5625rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bnT8bOKrW7yGQ5QQHnGxZxJgmhWJU1rB { color:#ffffff;display:block;width:24.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:31.8125rem;left:1.5625rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RRDXWIqCwHK2I9hzThigG00xJFleBQwh { color:#ffffff;display:block;width:24.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:35.25rem;left:1.5625rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d3g4Gst7JwmH3e0QRfrhFOKwSuoPs9od { color:#ffffff;display:block;width:24.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:37.125rem;left:1.5625rem;height:2.79948125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CWoktPlt16RosbooOFbvBR8UMFBAUFRR { background-color:#32325d;background-image:url("https://images.assets-landingi.com/landend/payment/stripe_logo_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:22.625rem;left:0.0625rem;display:block; }#CWoktPlt16RosbooOFbvBR8UMFBAUFRR.adaptive-delivery-prevent-bg, #CWoktPlt16RosbooOFbvBR8UMFBAUFRR.lazyload, #CWoktPlt16RosbooOFbvBR8UMFBAUFRR.lazyloading { background-image: none; }
#UX2KJZsvK8uvy9PgZRPgz0iiBtsrDQA8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EfpxchlOscpoTNnkC48cRqgr9qElNHVw { background-color:#ffc436;background-image:url("https://images.assets-landingi.com/landend/payment/paypal_logo_new.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:22.624217987061rem;left:20.332811355591rem;display:block; }#EfpxchlOscpoTNnkC48cRqgr9qElNHVw.adaptive-delivery-prevent-bg, #EfpxchlOscpoTNnkC48cRqgr9qElNHVw.lazyload, #EfpxchlOscpoTNnkC48cRqgr9qElNHVw.lazyloading { background-image: none; }
#BMaAxqEQISoyuk0TgJPgr8AKTkkbAm4Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tVJs0T8bEItHIie37FzTUfP39spqkZSa { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:33.5rem;left:1.5625rem;height:2.5989625rem;display:block; }
#SMzt4OikDQodze7q7tfW9ORiAiGLA9lO { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:27.978126525879rem;left:1.5625rem;height:1.50024375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vRVpl8lTstfXQuxScx4wosOa5EdJOJNM { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:10.1875rem;top:32.502346038818rem;left:24.051561355591rem;overflow:hidden;display:block; }
#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .row .container { background-color: transparent; background-image: none; }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .row .container > .video-iframe-container { display: none; }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .row > .video-iframe-container { display: none; }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .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); }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .row .container { border-width: 0; border-radius: 0; }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .row .container { font-size:0.875rem;font-family:arial;height:54.4375rem;width:60rem;position:relative;display:block; }#FZHzONkr58sXZINTTm0DIWu6S5L12oqL { color:rgba(40,40,40,0.7);display:block;width:16rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:11.3125rem;left:0rem;height:1.54375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a56PK957PNJ1TtQ06det08qJUPILRA9T { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:6.9375rem;top:10.25rem;left:16.3125rem;overflow:hidden;display:block; }
#ktqaTnQlc6lKvGfXlQqqybAi5xzry8Si { color:rgba(40,40,40,0.7);display:block;width:29.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:14.875rem;left:0rem;height:20.71875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CNvTR9QvgVeQm7GH4AlLsiv4RS8AvDV8 { position:absolute;display:block;z-index:15007;background-color:#54ffc3;background-image:none;background-position:top left !important;background-repeat: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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.25rem;width:28.75rem;top:37.25rem;left:0rem;display:block; }
#UN9X7Rt8WvJbf5pX0KNFPLvcBf0QTiJm { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:38.6875rem;left:17rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vi5g0NwxB0RZqaugLggq2WzJUenOQqad { color:#282828;display:block;width:11.75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:40.1875rem;left:17.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZXNIHspIa8yasakllhJBTVlpnq3ZfSRZ { position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.0625rem;top:37.25rem;left:15rem;display:block; }
#Fe4Ti3feGaIafCafoO7x1VLkZxQF6CM9 { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:38.6875rem;left:1rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eqccu1NsoaL2KICealC3XypUhCiSRtEG { color:#282828;display:block;width:7.0625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:40.1875rem;left:1.625rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I4xti2tyeJ1HJXzZnm52iRI2M6AvWVtp { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.5rem;width:27rem;top:3.2173314094544rem;left:32.999820709229rem;overflow:hidden;display:block; }
#ZrDTSq9PeTgGGteyaFq2iVgaL8X37c3t { background-color:#ffc436;background-image:url("https://images.assets-landingi.com/landend/payment/paypal_logo_new.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:48.4375rem;left:4.375rem;display:block; }#ZrDTSq9PeTgGGteyaFq2iVgaL8X37c3t.adaptive-delivery-prevent-bg, #ZrDTSq9PeTgGGteyaFq2iVgaL8X37c3t.lazyload, #ZrDTSq9PeTgGGteyaFq2iVgaL8X37c3t.lazyloading { background-image: none; }
#AKUI6Tpru3IKD0zdTzdElZs3Zx1TM6I6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HbeQiomFc6mmFD1Oz6ckqQ2P2WrG3L32 { background-color:#32325d;background-image:url("https://images.assets-landingi.com/landend/payment/stripe_logo_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:45.125rem;left:4.375rem;display:block; }#HbeQiomFc6mmFD1Oz6ckqQ2P2WrG3L32.adaptive-delivery-prevent-bg, #HbeQiomFc6mmFD1Oz6ckqQ2P2WrG3L32.lazyload, #HbeQiomFc6mmFD1Oz6ckqQ2P2WrG3L32.lazyloading { background-image: none; }
#ITKoUEJtswnxBkfI1wybKDS6Ti1fx38B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JxSPKQZdxKhFw8PgorcGOrx3MHMdGcpH { color:#282828;display:block;width:25.8125rem;position:absolute;font-family:roboto;font-size:2.6875rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:4.3750095367432rem;left:0rem;height:5.375975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .row .container { background-color: transparent; background-image: none; }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .row .container > .video-iframe-container { display: none; }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .row > .video-iframe-container { display: none; }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .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); }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .row .container { border-width: 0; border-radius: 0; }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#dIoOx7PGo3mLGuBrQpspNXHuP64BCWWt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:21rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#hX68DJgLiIZZOXHz41TBgui8FR733tBF { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:24.375rem;top:0.048828125rem;left:19.810791015625rem;overflow:hidden;display:block; }
#uIHrxH6pR5mRaApDX6XmlhQ3JBVe3fGh { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:20.9375rem;top:-0.0625rem;left:39.2431640625rem;overflow:hidden;display:block; }
#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .row .container { background-color: transparent; background-image: none; }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .row .container > .video-iframe-container { display: none; }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .row > .video-iframe-container { display: none; }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .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); }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .row .container { border-width: 0; border-radius: 0; }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:60rem;position:relative;display:block; }#hBWJDcpvnQB6kDAl2KHT4lir5w3r0Jf2 { color:#282828;display:block;width:27.9375rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:4.375rem;left:29.750001907349rem;height:6.000975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OR8L24qxcc2o7WMaCW2Wa83buNhBxTBI { color:rgba(40,40,40,0.7);display:block;width:30.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:13.4375rem;left:29.750001907349rem;height:6.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IM7clKTzKliNXF4uRuvByaKnxuydTNT3 { color:rgba(40,40,40,0.7);display:block;width:27.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:21.5rem;left:31.875001907349rem;height:2.79948125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rdlTFmxhacKsn8b7sb0IFZy3aBf1uCni { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:21.625rem;left:29.750001907349rem;overflow:hidden;display:block; }
#wolGuzWgL4n6nJQTJKU8etasoq9IFeLd { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:25.875rem;left:29.750001907349rem;overflow:hidden;display:block; }
#ON7ZBJ7HwB2aW6iWDOXvPgoxrZqeJ8DS { color:rgba(40,40,40,0.7);display:block;width:27.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:25.75rem;left:31.875001907349rem;height:4.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wp6CfEXe6LqzBpwrEfxM5doAsZO28stw { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:30.6875rem;left:29.750001907349rem;overflow:hidden;display:block; }
#neXtdSazeCoXyf7HEAXsJCGONpJFlocT { color:rgba(40,40,40,0.7);display:block;width:27.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:30.625rem;left:31.875001907349rem;height:2.79948125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eLcgLwO0cvKEtFVl4HhR7g7eJTH2RLbU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:28.5625rem;top:4.21875rem;left:0rem;overflow:hidden;display:block; }
#NbU2e0JVWPCnLO4QPQtFGOikLJfpZe9m { background-color:#5fc0fb;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:35.875rem;left:29.750001907349rem;display:block; }
#hcWMkwDN7DV5MXtUfH0Wk8XbR5pTSr9c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QkCXuvkIVWCnLeOa407aExDll1TLzPxE { position:relative;display:block; }#QkCXuvkIVWCnLeOa407aExDll1TLzPxE { background-color: transparent; background-image: none; }#QkCXuvkIVWCnLeOa407aExDll1TLzPxE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkCXuvkIVWCnLeOa407aExDll1TLzPxE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkCXuvkIVWCnLeOa407aExDll1TLzPxE > .row .container > .video-iframe-container { display: none; }#QkCXuvkIVWCnLeOa407aExDll1TLzPxE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkCXuvkIVWCnLeOa407aExDll1TLzPxE > .row > .video-iframe-container { display: none; }#QkCXuvkIVWCnLeOa407aExDll1TLzPxE > .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); }#QkCXuvkIVWCnLeOa407aExDll1TLzPxE { border-width: 0; border-radius: 0; }#QkCXuvkIVWCnLeOa407aExDll1TLzPxE > .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; }#QkCXuvkIVWCnLeOa407aExDll1TLzPxE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:62.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UetT6oA4ToDLSHGXcR9zaM4Fa1dkbuuX { display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5625000949949rem;left:0rem;height:3.4118625rem;text-align:center;text-align-last:center;display:block; }
#DJKRumE5M5EDNdfiU7pVl0TZa1g92VI6 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:18.9375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:8.4375rem;left:0rem;overflow:hidden;display:block; }
#xh4aAWMZ2se5O9BXEl7JiSdrg0RdOMtU { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:18.8125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:8.4375005718319rem;left:20.437501907349rem;overflow:hidden;display:block; }
#arNI4ikf68is0NT1Cc36IxaBFF9o0EHh { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.4375rem;width:19.4375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:8.375rem;left:40.74951171875rem;overflow:hidden;display:block; }
#Tz9TA5q1eEuLoaCKMFBDMF9EwHOZe5gx { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.375rem;width:19.1875rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:22.3125rem;left:0rem;overflow:hidden;display:block; }
#G7nIZpTRHQVqxTc9ld6079ZgUHNs4rWE { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.125rem;width:19.0625rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:22.37451171875rem;left:20.37451171875rem;overflow:hidden;display:block; }
#lxtZSy3e4GbuZ84AL74T0Z3ZDZx0oU6d { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.0625rem;width:19.3125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:22.31201171875rem;left:40.8115234375rem;overflow:hidden;display:block; }
#nZMwX5EVzXLWi6eTHD9vkQ1vdIPkv4Wm { background-color:#5ffbcd;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:37.875001907349rem;left:20.000001907349rem;display:block; }
#dAxyT5M7HKQIBtrTUg9S0tMGakbmzomu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l0tySvFtJdf0SqW9l7Ub7RJaBksFxH5U { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1865rem;width:21.93725rem;top:44.625rem;left:38rem;overflow:hidden;display:block; }
#ntXd9DRPCuwZ9ysAWwGtS2dDfULfzJHa { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:21.375rem;top:44.6240234375rem;left:17.874267578125rem;overflow:hidden;display:block; }
#RisNAE8kgpLbWBX5JtFT7oZU6xfQMUcV { 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;box-shadow: none;height:16.1865rem;width:28.2495rem;top:44.625rem;left:0rem;overflow:hidden;display:block; }
#mcKGTL8vcc3WbRceSTMNHT0ziQA1BXZH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mcKGTL8vcc3WbRceSTMNHT0ziQA1BXZH > .row .container { background-color: transparent; background-image: none; }#mcKGTL8vcc3WbRceSTMNHT0ziQA1BXZH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcKGTL8vcc3WbRceSTMNHT0ziQA1BXZH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcKGTL8vcc3WbRceSTMNHT0ziQA1BXZH > .row .container > .video-iframe-container { display: none; }#mcKGTL8vcc3WbRceSTMNHT0ziQA1BXZH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcKGTL8vcc3WbRceSTMNHT0ziQA1BXZH > .row > .video-iframe-container { display: none; }#mcKGTL8vcc3WbRceSTMNHT0ziQA1BXZH > .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); }#mcKGTL8vcc3WbRceSTMNHT0ziQA1BXZH > .row .container { border-width: 0; border-radius: 0; }#mcKGTL8vcc3WbRceSTMNHT0ziQA1BXZH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mcKGTL8vcc3WbRceSTMNHT0ziQA1BXZH > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:60rem;position:relative;display:block; }#U6lctaSJJfQzgrmTfuu9QUmBHDBO3ELR { color:#707070;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.125rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MReqe7t5ypTavFcS1y0BuHkG9fl6T0WB { color:#4c4c4c;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oZTgthXPLQFCcrW01PmuPU39dixTZmi4 { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:24.6875rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CxcDRfJxdqR6i0ifDKOF9Ib3qp7LwuqU { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:11.4375rem;top:12.5875rem;left:3.775rem;overflow:hidden;display:block; }
#oaFIbBq5QTacM1tQnJLUB0c0aGhOFOru { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.6875rem;left:20.031251907349rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B5GctUECZOinpg211koL5oH7zApoE4GQ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5rem;top:13.25rem;left:23.812501907349rem;overflow:hidden;display:block; }
#PJup0BSnV9yVC3dWAbwVsetrFohhs5sv { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.625rem;left:40.062501907349rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DuJMWzoQo7pLbyHshkJkUaJIQhzoloAd { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:10.0625rem;top:13.243750095367rem;left:45.000001907349rem;overflow:hidden;display:block; }
#UAPBEf6hZ9lh0LhbRHWlnyKCo6B7uy3C { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:42.3125rem;left:20.6875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T4CLTBrpQITKHAtcZao4xyDlPFBmXGJ7 { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:42.25rem;left:40.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AUaNR4ndG5yvNtlFhG5mET2yoyOo6CzL { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:42.3125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CbSlC61lUOwIHTLSCmX7e6ILATEMdwxv { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:10.6875rem;top:30.875001430511rem;left:4.1492195129394rem;overflow:hidden;display:block; }
#uA1su2JDn4N0dlGrD3Jblza8UTDJkxK7 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:13.0625rem;top:29.300000667572rem;left:22.031251907349rem;overflow:hidden;display:block; }
#ZJg7Rf7NLObzfaEpEr013rMbHvK9P1PP { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:10.875rem;top:31.718751430511rem;left:44.026911071336rem;overflow:hidden;display:block; }
#KbOdTPqw2I9vV0VhgQr5eQucN5C0Vx8t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/lFG4b7IE/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KbOdTPqw2I9vV0VhgQr5eQucN5C0Vx8t.adaptive-delivery-prevent-bg, #KbOdTPqw2I9vV0VhgQr5eQucN5C0Vx8t.lazyload, #KbOdTPqw2I9vV0VhgQr5eQucN5C0Vx8t.lazyloading { background-image: none; }#KbOdTPqw2I9vV0VhgQr5eQucN5C0Vx8t > .row .container { background-color: transparent; background-image: none; }#KbOdTPqw2I9vV0VhgQr5eQucN5C0Vx8t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KbOdTPqw2I9vV0VhgQr5eQucN5C0Vx8t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KbOdTPqw2I9vV0VhgQr5eQucN5C0Vx8t > .row .container > .video-iframe-container { display: none; }#KbOdTPqw2I9vV0VhgQr5eQucN5C0Vx8t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KbOdTPqw2I9vV0VhgQr5eQucN5C0Vx8t > .row > .video-iframe-container { display: none; }#KbOdTPqw2I9vV0VhgQr5eQucN5C0Vx8t > .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); }#KbOdTPqw2I9vV0VhgQr5eQucN5C0Vx8t > .row .container { border-width: 0; border-radius: 0; }#KbOdTPqw2I9vV0VhgQr5eQucN5C0Vx8t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KbOdTPqw2I9vV0VhgQr5eQucN5C0Vx8t > .row .container { font-size:0.875rem;font-family:arial;height:112.0625rem;width:60rem;position:relative;display:block; }#sWc1N8SOEvUKy43F9UymTTzew1DyT0CN { color:#222222;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.500000285916rem;left:-0.0031242370605469rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F5hXM8zaGJxI7ocxqbgbk9430uSKyrkm { color:rgba(34,34,34,0.8);display:block;width:56.0625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.9499835968019rem;left:2.0625rem;height:97.97rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #V6Zm2TXydwqqvikvqugXCyk3lrLsvFsC { width:30.625rem;height:;top:5.5rem;left:8.5625019073488rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #qTIxSGkVnxgRGfryp8BVLxH1KFgQoeOD { width:45.75rem;height:25.5rem;top:13.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #KWspDaMSfhHUJHQcXPdHxKzRusqfwCxS { width:37rem;height:5.1953125rem;top:41.625rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZaNl63atZcgVFmENsEgmB4payGaWE5TP { width:20rem;height:4.375rem;top:49.998779296875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #NgbsDkWsKUKmgRqDzneRaQ7OU3i1C3eG { display:block; }
 }@media only screen and (max-width: 959px) { #EbL3OkLdcQ5OmyopEZ0quMUbxRo7sTTG { width:38.3125rem;height:7.0625rem;top:41rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #r74FbXQMMb92mJ8CXfuzc0AupGlfVZFC { width:30.5rem;height:2.8125rem;top:5.8125rem;left:8.5625019073488rem;display:block; }
 }@media only screen and (max-width: 959px) { #Wr4tCKKyQ2vdNvzw6q4tLMOt9dVRHJ8b { width:25.6875rem;height:2.8125rem;top:9.1875rem;left:10.83749961853rem;display:block; }
 }@media only screen and (max-width: 959px) { #fKJAHM7s8FCEETShOzCydRm6l0BPl70r { display:block; }#fKJAHM7s8FCEETShOzCydRm6l0BPl70r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #L2sFeaFtv31KEudgaXtgVtUutXkJbAwS { width:20.5625rem;height:2rem;top:9.625rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #k6vu44KJRw8aclZP7dBPvcbscTdf27He { width:20.5625rem;height:1.59911875rem;top:31.3125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Kd8VI8fGvBWDggIX3OAacrpraQTyqiBg { width:20.5625rem;height:1.59911875rem;top:31.3125rem;left:26.312501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #uxlMnwLprl2lN0t3f8ttlHbAGzTTmH9e { width:20.5625rem;height:2rem;top:9.625rem;left:26.312501907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #agtzrlAhVkVuCUx0iduWdxkMwqorDohT { width:47.75rem;height:2.92358125rem;top:5.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZWeCQiffa35WTeWuLvqkTaUG0vBJznNw { width:32.25rem;height:17.9375rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #VrJEBn6oshxRr5lBAdoPfJ2k46to5UIi { width:32.5rem;height:17.875rem;top:12.625rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #pk0XU6LnvSlnNvvNzFsLtQtrbxQ50rO5 { width:20.5rem;height:1.75rem;top:62.1875rem;left:26.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #oOGUfSulgrGrVWH3RxS0GxUhc4M1CuPv { width:32.5rem;height:17.87475rem;top:43.5rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #i5aSzOrPKmS9EMrWbZpp13e4KODfa2Kb { width:20.5rem;height:1.75rem;top:62.1875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Usb8TmT24lbZsPc4eOEH0tMbnArd5IDP { width:32.1875rem;height:17.902377150211rem;top:43.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZDucO20ocX8LWChLWNIzCg3pLNUbi1GR { width:20.5rem;height:3.9375rem;top:39.25rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #igXK2dtP1wq7sWuR0NwiO7Wm9GB29HLV { width:20.5rem;height:3.9375rem;top:39.25rem;left:26.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #IcKNWtwOan5rrM89NQzkd04KMNiqnRhx { display:block; }#IcKNWtwOan5rrM89NQzkd04KMNiqnRhx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #T1mLi9gGWl6Qi00T1gM795ct8kwIfads { top:4.375rem;left:0rem;width:22rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #JZkEDOwzLnTpov3STG8bmeozKfXgdEwS { top:2.8271484375rem;left:2.5927734375rem;width:15.3125rem;height:19.812rem;display:block; }
 }@media only screen and (max-width: 959px) { #cTacAngaGAQuIMPfW1k7vmX3p6zZUotu { top:1.8125rem;left:18.875rem;width:28.875rem;height:7.3095625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #waWJzl8Qok9Uaef6zVMVzTklokLSFQcc { top:9.5625rem;left:22.125rem;width:25.625rem;height:12.744125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #mzdzHqQvN8ab5IzyDt0E9BKKMV4z7p8i { width:20rem;height:4.375rem;top:24.810791015625rem;left:13.24951171875rem;display:block; }
 }@media only screen and (max-width: 959px) { #eKonOhoTivDsvf2NdZbBVKpo39JKk9KF { display:block; }
 }@media only screen and (max-width: 959px) { #n1WsqJzG1oKm4GDbcBPZebdCk5MMAsoo { display:block; }#n1WsqJzG1oKm4GDbcBPZebdCk5MMAsoo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #MO5KwgkikPGqRovFQFTQZZSook09mGTt { width:15.875rem;height:6.000975rem;top:2.8125rem;left:31.624755859375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 959px) { #yvxLrtnmhluVdTW0PFsD5GrWoOb6R5R5 { width:15.5625rem;height:4.196775rem;top:10.999755859375rem;left:31.99951171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #fB3pDTmOspSri3NZrhxvdQztlPiPfK6C { top:7.4375rem;left:24.125rem;width:7.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #z0c8dEAcu2Mr1uKmPLBrt4prlpQsRzvH { width:17rem;height:22.9375rem;top:5.8115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #sx1R1GkbwdQLlwGOHEHL1cqzFX7CLEwG { width:20rem;height:15.625rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #dd5bfdxQEKWrRrQ4mqwgdQfGqI63kFqZ { width:9rem;height:7.0625rem;top:6.14013671875rem;left:16.622314453125rem;display:block; }
 }@media only screen and (max-width: 959px) { #y2NL8PPWquU4X7WvIk6iMfk6TC0S09PR { width:15.9375rem;height:12.5rem;top:28.99658203125rem;left:19.638671875rem;display:block; }
 }@media only screen and (max-width: 959px) { #T3ugLt4b5wmk6va2aWx5lKoQHowGFIrg { display:block; }#T3ugLt4b5wmk6va2aWx5lKoQHowGFIrg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ciN83bWJfA516NCnMQxTtAxCLDsyNhMq { top:7.838134765625rem;left:24.270829634429rem;width:15.8125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZXbv9DJ5J3TQXC85ZKoqiuLbfmJvWt8H { top:2.9375rem;left:0rem;width:47.75rem;height:2.92358125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #fhVchuJc56qTE8rD1ESHmnU9GnBT0TMZ { top:7.874755859375rem;left:0rem;width:24.375rem;height:15.93019375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB { display:block; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #AzZL5GyDEibv5s19VF4z8Egs7qFXpIun { width:47.625rem;height:1.93725625rem;top:3.0625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #AzwWCLToP3b3Jf0FFQkGRwI5gUPmCoR1 { width:47.749rem;height:9.5947375rem;top:7.186279296875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #paTlrPAZG3rktvGuHqvBNOTmVW0UfsNx { width:29.8125rem;height:1.398925rem;top:30.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #bnT8bOKrW7yGQ5QQHnGxZxJgmhWJU1rB { width:24.125rem;height:1.398925rem;top:31.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #RRDXWIqCwHK2I9hzThigG00xJFleBQwh { width:24.125rem;height:1.398925rem;top:35.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #d3g4Gst7JwmH3e0QRfrhFOKwSuoPs9od { width:24.125rem;height:2.79785rem;top:37.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #CWoktPlt16RosbooOFbvBR8UMFBAUFRR { width:18.75rem;height:2.8125rem;top:20.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #UX2KJZsvK8uvy9PgZRPgz0iiBtsrDQA8 { display:block; }
 }@media only screen and (max-width: 959px) { #EfpxchlOscpoTNnkC48cRqgr9qElNHVw { width:18.75rem;height:2.8125rem;top:20.8125rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #BMaAxqEQISoyuk0TgJPgr8AKTkkbAm4Z { display:block; }
 }@media only screen and (max-width: 959px) { #tVJs0T8bEItHIie37FzTUfP39spqkZSa { width:19.125rem;height:2.59765rem;top:33.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #SMzt4OikDQodze7q7tfW9ORiAiGLA9lO { width:13.125rem;height:1.50024375rem;top:27.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #vRVpl8lTstfXQuxScx4wosOa5EdJOJNM { width:10.18675rem;height:3.49975625rem;top:32.674560546875rem;left:21.673583984375rem;display:block; }
 }@media only screen and (max-width: 959px) { #T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey { display:block; }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #FZHzONkr58sXZINTTm0DIWu6S5L12oqL { width:16rem;height:1.298825rem;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #a56PK957PNJ1TtQ06det08qJUPILRA9T { width:6.9375rem;height:2.25rem;top:10.25rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ktqaTnQlc6lKvGfXlQqqybAi5xzry8Si { width:28.3125rem;height:20.70920625rem;top:14.81201171875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #CNvTR9QvgVeQm7GH4AlLsiv4RS8AvDV8 { width:28.75rem;height:6.25rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #UN9X7Rt8WvJbf5pX0KNFPLvcBf0QTiJm { width:11.1875rem;height:1.298825rem;top:38.6875rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #vi5g0NwxB0RZqaugLggq2WzJUenOQqad { width:11.75rem;height:;top:40.1875rem;left:10.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZXNIHspIa8yasakllhJBTVlpnq3ZfSRZ { width:0.0625rem;height:6.25rem;top:37.25rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Fe4Ti3feGaIafCafoO7x1VLkZxQF6CM9 { width:10.0625rem;height:1.298825rem;top:38.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #eqccu1NsoaL2KICealC3XypUhCiSRtEG { width:7.0625rem;height:1.298825rem;top:40.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #I4xti2tyeJ1HJXzZnm52iRI2M6AvWVtp { width:19.8125rem;height:29.125rem;top:3.187255859375rem;left:27.606853969946rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZrDTSq9PeTgGGteyaFq2iVgaL8X37c3t { width:18.75rem;height:2.8125rem;top:48.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #AKUI6Tpru3IKD0zdTzdElZs3Zx1TM6I6 { display:block; }
 }@media only screen and (max-width: 959px) { #HbeQiomFc6mmFD1Oz6ckqQ2P2WrG3L32 { width:18.75rem;height:2.8125rem;top:45.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ITKoUEJtswnxBkfI1wybKDS6Ti1fx38B { display:block; }
 }@media only screen and (max-width: 959px) { #JxSPKQZdxKhFw8PgorcGOrx3MHMdGcpH { width:25.8125rem;height:5.375975rem;top:4.375rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i { display:block; }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #dIoOx7PGo3mLGuBrQpspNXHuP64BCWWt { width:21rem;height:16.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #hX68DJgLiIZZOXHz41TBgui8FR733tBF { width:24.375rem;height:16.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #uIHrxH6pR5mRaApDX6XmlhQ3JBVe3fGh { width:20.9375rem;height:16.1865rem;top:-0.0625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm { display:block; }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #hBWJDcpvnQB6kDAl2KHT4lir5w3r0Jf2 { width:27.9375rem;height:6.000975rem;top:4.375rem;left:19.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 959px) { #OR8L24qxcc2o7WMaCW2Wa83buNhBxTBI { width:30.3125rem;height:6.3720625rem;top:11.875rem;left:17.4365234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #IM7clKTzKliNXF4uRuvByaKnxuydTNT3 { width:21.499rem;height:4.196775rem;top:20.150146484375rem;left:26.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #rdlTFmxhacKsn8b7sb0IFZy3aBf1uCni { width:1.25rem;height:1.25rem;top:21.625rem;left:23.625001907349rem;display:block; }
 }@media only screen and (max-width: 959px) { #wolGuzWgL4n6nJQTJKU8etasoq9IFeLd { width:1.25rem;height:1.25rem;top:25.875rem;left:23.625001907349rem;display:block; }
 }@media only screen and (max-width: 959px) { #ON7ZBJ7HwB2aW6iWDOXvPgoxrZqeJ8DS { width:21.25rem;height:5.5957rem;top:25.12451171875rem;left:26.4365234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #wp6CfEXe6LqzBpwrEfxM5doAsZO28stw { width:1.25rem;height:1.25rem;top:30.6875rem;left:23.625001907349rem;display:block; }
 }@media only screen and (max-width: 959px) { #neXtdSazeCoXyf7HEAXsJCGONpJFlocT { width:21.1875rem;height:4.196775rem;top:30.625rem;left:26.4990234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #eLcgLwO0cvKEtFVl4HhR7g7eJTH2RLbU { width:21.8115rem;height:26.687rem;top:8.905029296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #NbU2e0JVWPCnLO4QPQtFGOikLJfpZe9m { width:20rem;height:4.375rem;top:36.4990234375rem;left:13.873291015625rem;display:block; }
 }@media only screen and (max-width: 959px) { #hcWMkwDN7DV5MXtUfH0Wk8XbR5pTSr9c { display:block; }
 }@media only screen and (max-width: 959px) { #QkCXuvkIVWCnLeOa407aExDll1TLzPxE { display:block; }#QkCXuvkIVWCnLeOa407aExDll1TLzPxE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UetT6oA4ToDLSHGXcR9zaM4Fa1dkbuuX { width:47.75rem;height:3.49365rem;top:2.5625rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #DJKRumE5M5EDNdfiU7pVl0TZa1g92VI6 { width:18.9375rem;height:12.625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #xh4aAWMZ2se5O9BXEl7JiSdrg0RdOMtU { width:18.8125rem;height:12.5625rem;top:8.4375rem;left:14.312501907349rem;display:block; }
 }@media only screen and (max-width: 959px) { #arNI4ikf68is0NT1Cc36IxaBFF9o0EHh { width:19.4375rem;height:12.4375rem;top:8.375rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Tz9TA5q1eEuLoaCKMFBDMF9EwHOZe5gx { width:19.1875rem;height:12.375rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #G7nIZpTRHQVqxTc9ld6079ZgUHNs4rWE { width:19.0625rem;height:12.125rem;top:22.3125rem;left:14.24951171875rem;display:block; }
 }@media only screen and (max-width: 959px) { #lxtZSy3e4GbuZ84AL74T0Z3ZDZx0oU6d { width:19.3125rem;height:12.062374588976rem;top:22.25rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #nZMwX5EVzXLWi6eTHD9vkQ1vdIPkv4Wm { width:20rem;height:4.375rem;top:36.810302734375rem;left:12.51220703125rem;display:block; }
 }@media only screen and (max-width: 959px) { #dAxyT5M7HKQIBtrTUg9S0tMGakbmzomu { display:block; }
 }@media only screen and (max-width: 959px) { #l0tySvFtJdf0SqW9l7Ub7RJaBksFxH5U { width:21.875rem;height:16.140568553488rem;top:44.625rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ntXd9DRPCuwZ9ysAWwGtS2dDfULfzJHa { width:21.375rem;height:16.25rem;top:44.5625rem;left:11.749267578125rem;display:block; }
 }@media only screen and (max-width: 959px) { #RisNAE8kgpLbWBX5JtFT7oZU6xfQMUcV { width:28.1875rem;height:16.150975017257rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #mcKGTL8vcc3WbRceSTMNHT0ziQA1BXZH { display:block; }#mcKGTL8vcc3WbRceSTMNHT0ziQA1BXZH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #U6lctaSJJfQzgrmTfuu9QUmBHDBO3ELR { width:47.75rem;height:2.92480625rem;top:8.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #MReqe7t5ypTavFcS1y0BuHkG9fl6T0WB { width:47.749rem;height:3.330075rem;top:2.952880859375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #oZTgthXPLQFCcrW01PmuPU39dixTZmi4 { width:14.75rem;height:1.86889375rem;top:24.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #CxcDRfJxdqR6i0ifDKOF9Ib3qp7LwuqU { width:11.4375rem;height:11.4375rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #oaFIbBq5QTacM1tQnJLUB0c0aGhOFOru { width:19.9375rem;height:1.9494625rem;top:24.6875rem;left:13.906251907349rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #B5GctUECZOinpg211koL5oH7zApoE4GQ { width:9.5rem;height:9.5625rem;top:13.25rem;left:17.687501907349rem;display:block; }
 }@media only screen and (max-width: 959px) { #PJup0BSnV9yVC3dWAbwVsetrFohhs5sv { width:15.8125rem;height:1.86889375rem;top:24.6240234375rem;left:31.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #DuJMWzoQo7pLbyHshkJkUaJIQhzoloAd { width:10.0625rem;height:10.0625rem;top:13.1875rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #UAPBEf6hZ9lh0LhbRHWlnyKCo6B7uy3C { width:16.875rem;height:1.86889375rem;top:42.230224609375rem;left:30.81201171875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #T4CLTBrpQITKHAtcZao4xyDlPFBmXGJ7 { width:14.875rem;height:1.86889375rem;top:42.2705078125rem;left:15.90576171875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #AUaNR4ndG5yvNtlFhG5mET2yoyOo6CzL { width:15.0625rem;height:1.86889375rem;top:42.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #CbSlC61lUOwIHTLSCmX7e6ILATEMdwxv { width:10.6875rem;height:9.5625rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #uA1su2JDn4N0dlGrD3Jblza8UTDJkxK7 { width:13.0625rem;height:13.0625rem;top:29.25rem;left:15.906251907349rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZJg7Rf7NLObzfaEpEr013rMbHvK9P1PP { width:10.875rem;height:9rem;top:31.6875rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #KbOdTPqw2I9vV0VhgQr5eQucN5C0Vx8t { display:block; }#KbOdTPqw2I9vV0VhgQr5eQucN5C0Vx8t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #sWc1N8SOEvUKy43F9UymTTzew1DyT0CN { width:47.75rem;height:4.38720625rem;top:2.5rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #F5hXM8zaGJxI7ocxqbgbk9430uSKyrkm { width:47.75rem;height:97.9375rem;top:8.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V6Zm2TXydwqqvikvqugXCyk3lrLsvFsC { width:18.3125rem;height:3.9rem;top:6.4375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTIxSGkVnxgRGfryp8BVLxH1KFgQoeOD { height:11.224489795918rem;width:20rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWspDaMSfhHUJHQcXPdHxKzRusqfwCxS { width:19.3125rem;height:9.0918125rem;top:25.8125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaNl63atZcgVFmENsEgmB4payGaWE5TP { width:20rem;height:4.375rem;top:37rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgbsDkWsKUKmgRqDzneRaQ7OU3i1C3eG { display:block; }
 }@media only screen and (max-width: 763px) { #EbL3OkLdcQ5OmyopEZ0quMUbxRo7sTTG { width:20rem;height:10.8125rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r74FbXQMMb92mJ8CXfuzc0AupGlfVZFC { width:18.9375rem;height:2.5rem;top:6.4375rem;left:0.64140629768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr4tCKKyQ2vdNvzw6q4tLMOt9dVRHJ8b { width:16.625rem;height:2.1875rem;top:8.375rem;left:2.0171874761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKJAHM7s8FCEETShOzCydRm6l0BPl70r { display:block; }#fKJAHM7s8FCEETShOzCydRm6l0BPl70r > .row .container { width:20rem;height:89.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2sFeaFtv31KEudgaXtgVtUutXkJbAwS { width:18.75rem;height:2rem;top:12.5625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k6vu44KJRw8aclZP7dBPvcbscTdf27He { width:20rem;height:1.59911875rem;top:26.8115234375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kd8VI8fGvBWDggIX3OAacrpraQTyqiBg { width:20rem;height:1.59911875rem;top:44.437255859375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uxlMnwLprl2lN0t3f8ttlHbAGzTTmH9e { width:18.75rem;height:1.9995125rem;top:30.625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #agtzrlAhVkVuCUx0iduWdxkMwqorDohT { width:20rem;height:7.3095625rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWeCQiffa35WTeWuLvqkTaUG0vBJznNw { height:11.1476875rem;width:20rem;top:15.41250038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrJEBn6oshxRr5lBAdoPfJ2k46to5UIi { height:11.0640625rem;width:20rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk0XU6LnvSlnNvvNzFsLtQtrbxQ50rO5 { width:20rem;height:1.59911875rem;top:85.255126953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOGUfSulgrGrVWH3RxS0GxUhc4M1CuPv { height:10.999846153846rem;width:20rem;top:73.033447265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5aSzOrPKmS9EMrWbZpp13e4KODfa2Kb { width:20rem;height:1.59911875rem;top:64.033203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Usb8TmT24lbZsPc4eOEH0tMbnArd5IDP { height:11.123807161296rem;width:20rem;top:52.535400390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDucO20ocX8LWChLWNIzCg3pLNUbi1GR { width:20rem;height:3.999025rem;top:47.286376953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #igXK2dtP1wq7sWuR0NwiO7Wm9GB29HLV { width:20rem;height:3.999025rem;top:67.506103515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcKNWtwOan5rrM89NQzkd04KMNiqnRhx { display:block; }#IcKNWtwOan5rrM89NQzkd04KMNiqnRhx > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1mLi9gGWl6Qi00T1gM795ct8kwIfads { width:15.875rem;height:13.125rem;top:3.311767578125rem;left:2.061767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZkEDOwzLnTpov3STG8bmeozKfXgdEwS { width:10.5rem;height:13.6875rem;top:2.42431640625rem;left:4.96826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTacAngaGAQuIMPfW1k7vmX3p6zZUotu { width:19.1875rem;height:12.182625rem;top:17.437501907349rem;left:0.81250005960463rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waWJzl8Qok9Uaef6zVMVzTklokLSFQcc { width:18.125rem;height:19.1161875rem;top:31rem;left:0.93750005960463rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzdzHqQvN8ab5IzyDt0E9BKKMV4z7p8i { width:20rem;height:4.375rem;top:51.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKonOhoTivDsvf2NdZbBVKpo39JKk9KF { display:block; }
 }@media only screen and (max-width: 763px) { #n1WsqJzG1oKm4GDbcBPZebdCk5MMAsoo { display:block; }#n1WsqJzG1oKm4GDbcBPZebdCk5MMAsoo > .row .container { width:20rem;height:129.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MO5KwgkikPGqRovFQFTQZZSook09mGTt { width:16.875rem;height:4.396975rem;top:1.875rem;left:0.999755859375rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yvxLrtnmhluVdTW0PFsD5GrWoOb6R5R5 { width:15.875rem;height:42.48046875rem;top:7.5rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #fB3pDTmOspSri3NZrhxvdQztlPiPfK6C { width:7.6875rem;height:0.3125rem;top:3.1875rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #z0c8dEAcu2Mr1uKmPLBrt4prlpQsRzvH { width:19.5625rem;height:26.4375rem;top:51.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx1R1GkbwdQLlwGOHEHL1cqzFX7CLEwG { width:20rem;height:15.625rem;top:78.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd5bfdxQEKWrRrQ4mqwgdQfGqI63kFqZ { width:20rem;height:15.625rem;top:95.2490234375rem;left:0.062255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2NL8PPWquU4X7WvIk6iMfk6TC0S09PR { width:20rem;height:15.625rem;top:111.79198251856rem;left:0.06103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ugLt4b5wmk6va2aWx5lKoQHowGFIrg { display:block; }#T3ugLt4b5wmk6va2aWx5lKoQHowGFIrg > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ciN83bWJfA516NCnMQxTtAxCLDsyNhMq { width:15.4375rem;height:12.1875rem;top:2.061767578125rem;left:2.061767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXbv9DJ5J3TQXC85ZKoqiuLbfmJvWt8H { width:16.625rem;height:4.87305rem;top:14.49951171875rem;left:0.811767578125rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fhVchuJc56qTE8rD1ESHmnU9GnBT0TMZ { width:18.125rem;height:20.70920625rem;top:20.625000476837rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB { display:block; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzZL5GyDEibv5s19VF4z8Egs7qFXpIun { width:20rem;height:3.875rem;top:2.5000004768372rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzwWCLToP3b3Jf0FFQkGRwI5gUPmCoR1 { width:20rem;height:20.78854375rem;top:7.5000004768369rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #paTlrPAZG3rktvGuHqvBNOTmVW0UfsNx { width:15.75rem;height:2.79785rem;top:39.187492370606rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnT8bOKrW7yGQ5QQHnGxZxJgmhWJU1rB { width:16.0625rem;height:2.79785rem;top:42.749992370606rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRDXWIqCwHK2I9hzThigG00xJFleBQwh { width:15.375rem;height:1.4rem;top:45.874992370606rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3g4Gst7JwmH3e0QRfrhFOKwSuoPs9od { width:15rem;height:4.196775rem;top:50.562492370606rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWoktPlt16RosbooOFbvBR8UMFBAUFRR { width:18.75rem;height:2.8125rem;top:28.937500953674rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX2KJZsvK8uvy9PgZRPgz0iiBtsrDQA8 { display:block; }
 }@media only screen and (max-width: 763px) { #EfpxchlOscpoTNnkC48cRqgr9qElNHVw { width:18.75rem;height:2.8125rem;top:32.375000953674rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMaAxqEQISoyuk0TgJPgr8AKTkkbAm4Z { display:block; }
 }@media only screen and (max-width: 763px) { #tVJs0T8bEItHIie37FzTUfP39spqkZSa { width:17.25rem;height:2.59765rem;top:48.499992370606rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMzt4OikDQodze7q7tfW9ORiAiGLA9lO { width:13.125rem;height:1.50024375rem;top:36.525779724121rem;left:3.4374997615814rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRVpl8lTstfXQuxScx4wosOa5EdJOJNM { width:10.1875rem;height:3.5rem;top:55.769523620606rem;left:4.8749997615814rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey { display:block; }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .row .container { width:20rem;height:75.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZHzONkr58sXZINTTm0DIWu6S5L12oqL { width:16rem;height:1.3rem;top:8.125rem;left:0.12500011920929rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a56PK957PNJ1TtQ06det08qJUPILRA9T { width:6.9375rem;height:2.25rem;top:7.2242107391356rem;left:11.750000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktqaTnQlc6lKvGfXlQqqybAi5xzry8Si { width:20rem;height:22.5rem;top:10.736717224121rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNvTR9QvgVeQm7GH4AlLsiv4RS8AvDV8 { width:20rem;height:6.25rem;top:58.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN9X7Rt8WvJbf5pX0KNFPLvcBf0QTiJm { width:10.125rem;height:1.3rem;top:60.25rem;left:1.6250000596046rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi5g0NwxB0RZqaugLggq2WzJUenOQqad { width:8.1875rem;height:1.3rem;top:61.8125rem;left:1.6250000596046rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXNIHspIa8yasakllhJBTVlpnq3ZfSRZ { width:0.0625rem;height:6.25rem;top:58.9375rem;left:15.000000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe4Ti3feGaIafCafoO7x1VLkZxQF6CM9 { width:8.125rem;height:1.3rem;top:60.249996185302rem;left:11.750000357628rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqccu1NsoaL2KICealC3XypUhCiSRtEG { width:4.1875rem;height:1.3rem;top:61.8125rem;left:11.987500548362rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4xti2tyeJ1HJXzZnm52iRI2M6AvWVtp { width:15.8125rem;height:23.1875rem;top:35.800001144409rem;left:1.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrDTSq9PeTgGGteyaFq2iVgaL8X37c3t { width:18.75rem;height:2.8125rem;top:70.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKUI6Tpru3IKD0zdTzdElZs3Zx1TM6I6 { display:block; }
 }@media only screen and (max-width: 763px) { #HbeQiomFc6mmFD1Oz6ckqQ2P2WrG3L32 { width:18.75rem;height:2.8125rem;top:66.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITKoUEJtswnxBkfI1wybKDS6Ti1fx38B { display:block; }
 }@media only screen and (max-width: 763px) { #JxSPKQZdxKhFw8PgorcGOrx3MHMdGcpH { width:20rem;height:4rem;top:2.9242172241211rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i { display:block; }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIoOx7PGo3mLGuBrQpspNXHuP64BCWWt { width:20rem;height:15.25rem;top:0rem;left:0.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX68DJgLiIZZOXHz41TBgui8FR733tBF { width:20rem;height:13.0625rem;top:15.9375rem;left:0.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIHrxH6pR5mRaApDX6XmlhQ3JBVe3fGh { width:20rem;height:15.5rem;top:29.437255859375rem;left:0.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm { display:block; }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .row .container { width:20rem;height:62.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBWJDcpvnQB6kDAl2KHT4lir5w3r0Jf2 { width:20rem;height:4rem;top:26.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR8L24qxcc2o7WMaCW2Wa83buNhBxTBI { width:20rem;height:7.03125rem;top:32.09375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM7clKTzKliNXF4uRuvByaKnxuydTNT3 { width:17.5rem;height:3.9375rem;top:40.375rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdlTFmxhacKsn8b7sb0IFZy3aBf1uCni { width:1.25rem;height:1.25rem;top:52.062501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wolGuzWgL4n6nJQTJKU8etasoq9IFeLd { width:1.25rem;height:1.25rem;top:45.562501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON7ZBJ7HwB2aW6iWDOXvPgoxrZqeJ8DS { width:17.5625rem;height:5.25rem;top:45.5625rem;left:1.1875000596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp6CfEXe6LqzBpwrEfxM5doAsZO28stw { width:1.25rem;height:1.25rem;top:40.375005722046rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #neXtdSazeCoXyf7HEAXsJCGONpJFlocT { width:17.6875rem;height:3.9375rem;top:52.0625rem;left:1.1250000596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLcgLwO0cvKEtFVl4HhR7g7eJTH2RLbU { width:20rem;height:24.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbU2e0JVWPCnLO4QPQtFGOikLJfpZe9m { width:20rem;height:4.375rem;top:57.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcWMkwDN7DV5MXtUfH0Wk8XbR5pTSr9c { display:block; }
 }@media only screen and (max-width: 763px) { #QkCXuvkIVWCnLeOa407aExDll1TLzPxE { display:block; }#QkCXuvkIVWCnLeOa407aExDll1TLzPxE > .row .container { width:20rem;height:137.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UetT6oA4ToDLSHGXcR9zaM4Fa1dkbuuX { width:20rem;height:5.19775625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJKRumE5M5EDNdfiU7pVl0TZa1g92VI6 { width:19.5rem;height:12.9375rem;top:7.8125rem;left:0.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh4aAWMZ2se5O9BXEl7JiSdrg0RdOMtU { width:19.4375rem;height:12.9375rem;top:20.811767578125rem;left:0.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arNI4ikf68is0NT1Cc36IxaBFF9o0EHh { width:19.5625rem;height:12.5rem;top:34.0625rem;left:0.499267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz9TA5q1eEuLoaCKMFBDMF9EwHOZe5gx { width:19.0625rem;height:12.25rem;top:47.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7nIZpTRHQVqxTc9ld6079ZgUHNs4rWE { width:19.75rem;height:12.625rem;top:60.374755859375rem;left:0.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxtZSy3e4GbuZ84AL74T0Z3ZDZx0oU6d { width:19.5625rem;height:12.5rem;top:73.6865234375rem;left:0.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZMwX5EVzXLWi6eTHD9vkQ1vdIPkv4Wm { width:20rem;height:4.375rem;top:86.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAxyT5M7HKQIBtrTUg9S0tMGakbmzomu { display:block; }
 }@media only screen and (max-width: 763px) { #l0tySvFtJdf0SqW9l7Ub7RJaBksFxH5U { width:20rem;height:14.756807426127rem;top:121.72488085938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntXd9DRPCuwZ9ysAWwGtS2dDfULfzJHa { width:20rem;height:15.205034035884rem;top:105.27100585937rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RisNAE8kgpLbWBX5JtFT7oZU6xfQMUcV { width:20rem;height:11.459312835059rem;top:92.562255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcKGTL8vcc3WbRceSTMNHT0ziQA1BXZH { display:block; }#mcKGTL8vcc3WbRceSTMNHT0ziQA1BXZH > .row .container { width:20rem;height:99.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6lctaSJJfQzgrmTfuu9QUmBHDBO3ELR { width:20rem;height:2.2753875rem;top:7.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MReqe7t5ypTavFcS1y0BuHkG9fl6T0WB { width:20rem;height:4.87305rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZTgthXPLQFCcrW01PmuPU39dixTZmi4 { width:19.9375rem;height:2.03125rem;top:21.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxcDRfJxdqR6i0ifDKOF9Ib3qp7LwuqU { width:10.4375rem;height:10.4375rem;top:10.737500190735rem;left:4.7812498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaFIbBq5QTacM1tQnJLUB0c0aGhOFOru { width:19.9375rem;height:2.03125rem;top:36.187500953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5GctUECZOinpg211koL5oH7zApoE4GQ { width:9.5rem;height:9.5625rem;top:25.999976158142rem;left:5.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJup0BSnV9yVC3dWAbwVsetrFohhs5sv { width:19.9375rem;height:2.03125rem;top:49.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuJMWzoQo7pLbyHshkJkUaJIQhzoloAd { width:9.4375rem;height:9.4375rem;top:39.9375rem;left:5.4rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAPBEf6hZ9lh0LhbRHWlnyKCo6B7uy3C { width:19.9375rem;height:2.03125rem;top:79.999221801756rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4CLTBrpQITKHAtcZao4xyDlPFBmXGJ7 { width:19.9375rem;height:2.03125rem;top:94.15625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUaNR4ndG5yvNtlFhG5mET2yoyOo6CzL { width:19.9375rem;height:2.03125rem;top:63.15625190735rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbSlC61lUOwIHTLSCmX7e6ILATEMdwxv { width:10.6875rem;height:9.5625rem;top:52.875002861023rem;left:4.6562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA1su2JDn4N0dlGrD3Jblza8UTDJkxK7 { width:14.5625rem;height:14.5625rem;top:65.368753433225rem;left:2.8992186784744rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJg7Rf7NLObzfaEpEr013rMbHvK9P1PP { width:9.6875rem;height:8.0625rem;top:84.781301498413rem;left:5.1562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbOdTPqw2I9vV0VhgQr5eQucN5C0Vx8t { display:block; }#KbOdTPqw2I9vV0VhgQr5eQucN5C0Vx8t > .row .container { width:20rem;height:212.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWc1N8SOEvUKy43F9UymTTzew1DyT0CN { width:20rem;height:2.03125rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5hXM8zaGJxI7ocxqbgbk9430uSKyrkm { width:20rem;height:201.81154375rem;top:5.6875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }