.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR { position:relative;display:none; }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR { border-width: 0; border-radius: 0; }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .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; }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .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:11.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#z1AxgBTT4Pu0X2fhGyisf3cyLGooJ5dB { color:#000000;display:block;width:23rem;position:absolute;font-family:"libre baskerville";font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0625rem;left:51.59375rem;height:1.54296875rem;font-style:italic;display:block; }
#NcNxBClwQudNMmHfAVtbspiPlXTi5Dsd { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7941d, #d75305);background-image: -moz-linear-gradient(180deg, #f7941d, #d75305);background-image: -ms-linear-gradient(180deg, #f7941d, #d75305);background-image: -o-linear-gradient(180deg, #f7941d, #d75305);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#d75305' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#d75305' );";background-image: linear-gradient(180deg, #f7941d, #d75305);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;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.5rem;left:64.15625rem;display:block; }
#U0QrdiKeuabcySW3FigNTrUBEWqNJKx4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3b478e1a-367a-4b68-98ad-e17a501b3d4c/https___appunbouncepreviewcom_publish_assets_ee2a0eb869ea4f958853e74392821d38_54ca5752mribanner_100000000000000000001o.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; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD.adaptive-delivery-prevent-bg, #lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD.lazyload, #lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD.lazyloading { background-image: none; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container { background-color: transparent; background-image: none; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container > .video-iframe-container { display: none; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row > .video-iframe-container { display: none; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .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); }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container { border-width: 0; border-radius: 0; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#MOcwsLxmF7F8JpLXM6Ql7ezp0ptNwgr0 { color:rgba(0,0,0,0);display:block;width:32.4369375rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:14.319068908691rem;left:4.2800064086914rem;height:11.6974625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kM158XSwdcXUcIPCGxTsgnPEg3D8CWSi { 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:11.5rem;width:20.6875rem;top:1.45703125rem;left:10.15625rem;overflow:hidden;display:block; }
#fbGGcFSgKofSUVT0x6WDcGv4JscZGCw1 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ed193f, #c50412);background-image: -moz-linear-gradient(180deg, #ed193f, #c50412);background-image: -ms-linear-gradient(180deg, #ed193f, #c50412);background-image: -o-linear-gradient(180deg, #ed193f, #c50412);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed193f', endColorstr='#c50412' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed193f', endColorstr='#c50412' );";background-image: linear-gradient(180deg, #ed193f, #c50412);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;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:4.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.5625rem;left:11.9375rem;display:block; }
#ni6hKT9eDO8TCbUKdzSm33Xd0q0AdSVJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZxeW7sMeQIKaD2mGgfXVfagS5DSzte2p { 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:32.6875rem;width:29rem;top:1.75rem;left:46rem;overflow:hidden;display:block; }
#G5RfXoWWLwXDbN50i5ZVmu60HkPSkn0t { color:#000000;display:block;width:22.25rem;position:absolute;font-family:pacifico;font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.5rem;left:9.375rem;height:0;text-align:center;text-align-last:center;display:none; }
#clduxWAb249EnZht2SipKn7A0rcLHsnG { position:relative;display:block; }#clduxWAb249EnZht2SipKn7A0rcLHsnG { background-color: transparent; background-image: none; }#clduxWAb249EnZht2SipKn7A0rcLHsnG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clduxWAb249EnZht2SipKn7A0rcLHsnG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clduxWAb249EnZht2SipKn7A0rcLHsnG > .row .container > .video-iframe-container { display: none; }#clduxWAb249EnZht2SipKn7A0rcLHsnG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clduxWAb249EnZht2SipKn7A0rcLHsnG > .row > .video-iframe-container { display: none; }#clduxWAb249EnZht2SipKn7A0rcLHsnG > .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); }#clduxWAb249EnZht2SipKn7A0rcLHsnG { border-width: 0; border-radius: 0; }#clduxWAb249EnZht2SipKn7A0rcLHsnG > .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; }#clduxWAb249EnZht2SipKn7A0rcLHsnG > .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:7.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mHhfgQMrZGkf2Sbe6oroFts5zqHbLBla { color:#ed193f;display:block;width:34.3125rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2.3125rem;left:20.34375rem;height:3.75rem;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; }
#C5ocBRQfqUxOtPpTKzWUvbB4hTS7CIkg { 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; }#C5ocBRQfqUxOtPpTKzWUvbB4hTS7CIkg > .row .container { background-color: transparent; background-image: none; }#C5ocBRQfqUxOtPpTKzWUvbB4hTS7CIkg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5ocBRQfqUxOtPpTKzWUvbB4hTS7CIkg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5ocBRQfqUxOtPpTKzWUvbB4hTS7CIkg > .row .container > .video-iframe-container { display: none; }#C5ocBRQfqUxOtPpTKzWUvbB4hTS7CIkg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5ocBRQfqUxOtPpTKzWUvbB4hTS7CIkg > .row > .video-iframe-container { display: none; }#C5ocBRQfqUxOtPpTKzWUvbB4hTS7CIkg > .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); }#C5ocBRQfqUxOtPpTKzWUvbB4hTS7CIkg > .row .container { border-width: 0; border-radius: 0; }#C5ocBRQfqUxOtPpTKzWUvbB4hTS7CIkg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C5ocBRQfqUxOtPpTKzWUvbB4hTS7CIkg > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;position:relative;display:block; }#Wfw8O0GWwJCh11I6uhmT06qlo3PEkrtT { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.625rem solid #1d2636;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.25) ;height:17rem;width:18.75rem;top:4.0625rem;left:3.125rem;display:block; }
#DLLIIT3MMWt0VlbTDVKJJvbP4T5RWPFp { color:#1d2636;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.3125rem;left:3.125rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DpzJEzHF1f7AEfSXgv4AgEvpSU1Ntphc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.5625rem;width:7.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:6.625rem;left:8.71875rem; }
#s64GKGNN8HnNQkgoL2caDM4aat5laIkB { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.625rem solid #1d2636;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.25) ;height:17rem;width:18.75rem;top:4.0625rem;left:28.0625rem;display:block; }
#FEqFWOXtrrWLEZsBw3gRTplB7pt03S8K { color:#1d2636;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.3125rem;left:28.125rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ThV4VOkz6F6axH3q4iRSVMi1zq3GP3kK { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.625rem solid #1d2636;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.25) ;height:17rem;width:18.75rem;top:4.0625rem;left:53.0625rem;display:block; }
#xZXrlGUsmNBmpWFUSyQFhRBSWZXcnLWx { color:#1d2636;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.3125rem;left:53.125rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BxeMfq33oaHwmJX2RtkSQV4ZhfalrsgH { box-sizing:content-box;color:#5d92ff;font-size:5.875rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:6.65625rem;left:58.75rem; }
#LiXMdgUwr7H4VLZ6Ow2BP36sr6DCFsZz { position:absolute;display:block;z-index:15016;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.9375rem;width:6.9375rem;top:6.9375rem;left:34.03125rem;overflow:hidden;display:block; }
#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp { background-color:rgba(255,255,255,0.28);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;display:block; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row .container { background-color: transparent; background-image: none; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row .container > .video-iframe-container { display: none; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row > .video-iframe-container { display: none; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .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); }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row .container { border-width: 0; border-radius: 0; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row .container { width:75rem;height:53.75rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#mXtK4dAMeuE8BIf3F1BHM0aW85qq8lXT { color:#000000;display:block;width:66.9375rem;position:absolute;font-family:oswald;font-size:3.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3rem;left:3.5rem;height:3.9000375rem;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; }
#RSzi5nFEZ00sUH4si5M14yVDcLM80OTs { position:absolute;display:block;z-index:15008;background-color:#006d95;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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.13) ;height:33.125rem;width:26.375rem;top:10.75rem;left:43.8125rem;display:none; }
#klGIDSTFmbtq2PLINqRc4a4C65K6CPAg { position:absolute;display:block;z-index:15013;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.375rem;width:16.0625rem;top:35.6875rem;left:11.3125rem;overflow:hidden;display:block; }
#IRL9l6WNJmhgW74DD3noE0x4tyJ5ltvq { 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:7.0625rem;width:15.875rem;top:36.0625rem;left:29.5625rem;overflow:hidden;display:block; }
#iZ2kgHRXOr7S1Te4v6rKMx9VPDuStUcn { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ed193f, #c50412);background-image: -moz-linear-gradient(180deg, #ed193f, #c50412);background-image: -ms-linear-gradient(180deg, #ed193f, #c50412);background-image: -o-linear-gradient(180deg, #ed193f, #c50412);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed193f', endColorstr='#c50412' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed193f', endColorstr='#c50412' );";background-image: linear-gradient(180deg, #ed193f, #c50412);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;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:4.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:45.9375rem;left:27.625rem;display:block; }
#fvqdQBHp2ZHwH6NbTdfxDcJsXvF1mzig { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#toXbTUdpG6h1RdkGOQEh02szCvonJI6c { 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:21.625rem;width:32.5rem;top:9.6015625rem;left:40.75rem;overflow:hidden;display:block; }
#lrCSzBwm0N9k6gcM0NDu1SMmw0eBhKgR { 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:7.375rem;width:11.6875rem;top:35.8125rem;left:47.5625rem;overflow:hidden;display:block; }
#ALv1omgEFggILGuHsqpwXLrzzAeae5MO { color:#000000;display:block;width:37.375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:15006;line-height:1.9;letter-spacing:0;top:9.66015625rem;left:1.28125rem;height:22.1875rem;font-style:normal;overflow:hidden;display:block; }#ALv1omgEFggILGuHsqpwXLrzzAeae5MO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ALv1omgEFggILGuHsqpwXLrzzAeae5MO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bbfa9678-cb2d-4456-bb57-96a1ce4f986b/checktickicon14163.png); }
#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2636;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; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row .container { background-color: transparent; background-image: none; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row .container > .video-iframe-container { display: none; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row > .video-iframe-container { display: none; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .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); }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row .container { border-width: 0; border-radius: 0; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;position:relative;display:block; }#RElwcFOzstktAQ4EmIdw1ean7ADAaVHg { color:#222222;display:block;width:65.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:2.0625rem;left:4.90625rem;height:18.6754375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR { position:relative;display:block; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR { background-color: transparent; background-image: none; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .row .container > .video-iframe-container { display: none; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .row > .video-iframe-container { display: none; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .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); }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR { border-width: 0; border-radius: 0; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .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; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .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:35.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xGtlfcgiKKZOBoV7IiOgmafRF2gQxOtT { 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:3.125rem;width:15.8125rem;top:0rem;left:29.375rem;overflow:hidden;display:block; }
#zT7zl9dZZSHxhIndD8uJ8saCcVoVyDaC { 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:25.25rem;width:23.3125rem;top:7.7109375rem;left:1.59375rem;overflow:hidden;display:block; }
#OSQBNwRIk37wNJr2g4UacI9yyLHN6nzs { color:#ed193f;display:block;width:44.6875rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:7.1875rem;left:28.75rem;height:4.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;display:block; }
#XRNWgUI3nRrboLXVDh9rWniZWqeXIHRU { color:#000000;display:block;width:44.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.1875rem;left:28.75rem;height:12.9882625rem;text-align:justify;text-align-last:initial;display:block; }
#a3rv4yF6biyg6rsoc1zIUaxSbSB2uIbW { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ed193f, #c50412);background-image: -moz-linear-gradient(180deg, #ed193f, #c50412);background-image: -ms-linear-gradient(180deg, #ed193f, #c50412);background-image: -o-linear-gradient(180deg, #ed193f, #c50412);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed193f', endColorstr='#c50412' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed193f', endColorstr='#c50412' );";background-image: linear-gradient(180deg, #ed193f, #c50412);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;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:4.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.875rem;left:41.75rem;display:block; }
#VT10vhsQO6HhgtNLTPN5hMF67Bqzt4Mi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 { position:relative;display:block; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 { background-color: transparent; background-image: none; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .row .container > .video-iframe-container { display: none; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .row > .video-iframe-container { display: none; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .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); }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 { border-width: 0; border-radius: 0; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .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; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .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:36.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yqGoPEhnsELOo7bbPtdNJHguLriGZ8LH { color:#ed193f;display:block;width:34.25rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2.5625rem;left:1.4375rem;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; }
#sgGT7KomQzbXK2eWsJd3yZczqTXO5hTG { color:#000000;display:block;width:37.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.125rem;left:1.4375rem;height:14.2870875rem;text-align:justify;text-align-last:initial;display:block; }
#Lv8nubqFJE30IAIpvEAuzaX6HbBZ3lob { 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:29.875rem;width:29.6875rem;top:2.5625rem;left:43.6875rem;overflow:hidden;display:block; }
#ctm4CedrrNmfxDeRwe3xAx8bhRoJLlFQ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ed193f, #c50412);background-image: -moz-linear-gradient(180deg, #ed193f, #c50412);background-image: -ms-linear-gradient(180deg, #ed193f, #c50412);background-image: -o-linear-gradient(180deg, #ed193f, #c50412);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed193f', endColorstr='#c50412' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed193f', endColorstr='#c50412' );";background-image: linear-gradient(180deg, #ed193f, #c50412);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;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:4.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.375rem;left:10.78125rem;display:block; }
#u1Q0O6dWabqzp2IDO92McebhHT82Dzw2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2636;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; }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .row .container { background-color: transparent; background-image: none; }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .row .container > .video-iframe-container { display: none; }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .row > .video-iframe-container { display: none; }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .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); }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .row .container { border-width: 0; border-radius: 0; }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:75rem;position:relative;display:block; }#IKk4ZuPXQh0GZzhqftQUrrfARFhaM8zb { color:#222222;display:block;width:65.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:2.0625rem;left:4.90625rem;height:23.34429375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HHx6uJQRiXKJ6TfuqTzSWRXNcsRKRKeg { 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; }#HHx6uJQRiXKJ6TfuqTzSWRXNcsRKRKeg > .row .container { background-color: transparent; background-image: none; }#HHx6uJQRiXKJ6TfuqTzSWRXNcsRKRKeg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHx6uJQRiXKJ6TfuqTzSWRXNcsRKRKeg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHx6uJQRiXKJ6TfuqTzSWRXNcsRKRKeg > .row .container > .video-iframe-container { display: none; }#HHx6uJQRiXKJ6TfuqTzSWRXNcsRKRKeg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHx6uJQRiXKJ6TfuqTzSWRXNcsRKRKeg > .row > .video-iframe-container { display: none; }#HHx6uJQRiXKJ6TfuqTzSWRXNcsRKRKeg > .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); }#HHx6uJQRiXKJ6TfuqTzSWRXNcsRKRKeg > .row .container { border-width: 0; border-radius: 0; }#HHx6uJQRiXKJ6TfuqTzSWRXNcsRKRKeg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HHx6uJQRiXKJ6TfuqTzSWRXNcsRKRKeg > .row .container { font-size:0.875rem;font-family:arial;height:78.875rem;width:75rem;position:relative;display:block; }#BSwAGdlyMPCQXpA43whw27mH22rrkgPs { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:11.375rem;width:18.75rem;top:12.4375rem;left:3.125rem;display:block; }
#GdOsRtdCB1r68Az4QCeE1wEWTgMOWwcg { color:#000000;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.3125rem;left:3.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RWXoomUIh5UxaxcBZXyk53kUWcJ9DJ8y { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:16.875rem;left:4.375rem;height:3.89915rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mpOX9rQxbDfa2741uFFzN62yzfQpVJ0f { 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:3.125rem;width:15.8125rem;top:0rem;left:29.59375rem;overflow:hidden;display:block; }
#uDVKUC7maCbIhinTR99ya7TpECUtoPK0 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:27.125rem;left:3.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KFmJM7WhRZyn6JqHqFyyOg5TJSDuAkCv { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:29.6875rem;left:4.375rem;height:5.1988625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C9cJlFGofmGzdBr8ExFgg63bAIVzZ1bv { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:11.375rem;width:18.75rem;top:25.25rem;left:3.125rem;display:block; }
#hwmHKsDVpI9ywrKutILtiRm1IEUkConi { color:#ed193f;display:block;width:34.25rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5.125rem;left:20.375rem;height:4.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; }
#RBepS7GARfk5BWyvmcuxcGVSaKfgewiv { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:11.375rem;width:18.75rem;top:38.0625rem;left:3.125rem;display:block; }
#DyoLAGoax9EgXG6K39LJJMOdaVXebTPG { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:42.5rem;left:4.375rem;height:5.1988625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o2AeWMwvwvcSz6KuiSO1ZTn8tEH4PVHv { color:#000000;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:39.9375rem;left:3.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eXTSh9o42bWpG7ZvMdQK2R6brQQdtGzz { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:11.375rem;width:18.75rem;top:51.0625rem;left:3.125rem;display:block; }
#zhXNWrc9m0wb0aKhycWVNzoB7z5eOnN3 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:52.9375rem;left:3.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UpBe5odcyozDAqw4Xphha2lu8ozJzq0R { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:55.5rem;left:4.375rem;height:3.89915rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dHlo7GLwOzpTuBicCAzy4seRZLnHnSiN { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:11.375rem;width:18.75rem;top:63.875rem;left:3.125rem;display:block; }
#BE4sdWNr4spt5cWt7uniHNTUgMkVWoKF { color:#000000;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:65.75rem;left:3.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xzEdiQm1687UXto7P4pk7ipbqmqSh8GN { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:68.3125rem;left:4.375rem;height:3.89915rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OOkZStaVvPTDWGOAdSzuKMdryiCqGfwB { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:11.375rem;width:18.75rem;top:12.4375rem;left:28.125rem;display:block; }
#N0MI03E3uurnEyKa9cE8LDaWDiScAPJn { color:#000000;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.3125rem;left:28.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B22Ig51zHmcR15mIveQu8Ok0EtANJUNk { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:16.875rem;left:29.375rem;height:5.1988625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o5eTdfWPLbUzsTCVi1RZugFBJwiTDIH4 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:27.125rem;left:28.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T50GCIVRkBUfw47Vp5VIbv7MZl5TENZ6 { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:29.6875rem;left:29.375rem;height:5.1988625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oAu5VwcAtfKsyiG5HLehDEAQcVT9cU73 { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:11.375rem;width:18.75rem;top:25.25rem;left:28.125rem;display:block; }
#pfyGWJaTfxdGr8XWcsRcGBWwwALvJthq { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:11.375rem;width:18.75rem;top:38.0625rem;left:28.125rem;display:block; }
#NBsFNCsk9TE7SEstQUoTZibWns8gRdq1 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:39.9375rem;left:28.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p1s0yULdxOilcZgJgPTNNbPK9ARDy3K1 { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:42.5rem;left:29.375rem;height:5.1988625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eeIWtGAOcJDpRSr3yzNcsiaQVkmKgcWJ { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:11.375rem;width:18.75rem;top:51.0625rem;left:28.125rem;display:block; }
#i3zBewbLyHUvTxPx6Ios4q8kihDHsx8K { color:#000000;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:52.9375rem;left:28.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kiCzV8mTfB3O4x3871UI6Vqa8WeJ6ihe { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:55.5rem;left:29.375rem;height:5.1988625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TuobLer28cGcoSt2gp5ttV66CbMTQ21k { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:11.375rem;width:18.75rem;top:63.875rem;left:28.125rem;display:block; }
#WzbAEKsKdJoRhqPI00iOZ4yUDSM03xoz { color:#000000;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:65.6875rem;left:28.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xqvOSrwpJmcJLCAZmIR8bUpCV7VmJhKe { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:68.25rem;left:29.375rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cD2aolMoe7UbIeipKwFheOSVJ2eSSUEB { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:11.375rem;width:18.75rem;top:12.4375rem;left:52.4375rem;display:block; }
#S98IhOCVk6UJW37Bo0meSVnTtmdqQRXw { color:#000000;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:14.3125rem;left:52.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mzuuJevylX626vbyV2ngZARha09dk9Pa { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15033;line-height:1.6;letter-spacing:0;top:16.875rem;left:53.6875rem;height:5.1988625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qPKemI7nWgpKMEoWgkZh5mqCuL3pnms2 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:27.125rem;left:52.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N66drtBozkNIwrpffMnvAD889QX6Q738 { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:29.6875rem;left:53.6875rem;height:5.1988625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ClhaRI46hP5fGvpHRp8e6l05QOcBB0AH { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:11.375rem;width:18.75rem;top:25.25rem;left:52.4375rem;display:block; }
#SMTU7deyu0UdATHQ0bmIlrBZAqTkRiGS { position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:11.375rem;width:18.75rem;top:38.0625rem;left:52.4375rem;display:block; }
#DOzmG3cgPtnZs8Oy6ACU6J3n2VCBvqZS { color:#000000;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:39.9375rem;left:52.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BERpZRh932yU0Ou5PzBvLI97OwhdTn7y { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:42.5rem;left:53.6875rem;height:5.1988625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TiRQROpy4UXxVdbKL1T6nnuJ5xTgx85b { position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:11.375rem;width:18.75rem;top:51.0625rem;left:52.4375rem;display:block; }
#wzOAdQUtloG3J4X8UwSMP8T6zX7BbqWM { color:#000000;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:52.9375rem;left:52.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y5tsC9eznUU3t4r9aedZ7uiSizTfmO09 { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:55.5rem;left:53.6875rem;height:5.1988625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KiQKIhnbDcw7ytItBg9vGNO3HtUegUeQ { position:absolute;display:block;z-index:15042;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:11.375rem;width:18.75rem;top:63.875rem;left:52.4375rem;display:block; }
#Hdt7bC4UWdQJKnIe4UoxIJkWy0HCoCI3 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:66.0625rem;left:52.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TwTCZl4wL6QIEmWTHFfzJmVIJtvLPODw { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15045;line-height:1.6;letter-spacing:0;top:68.375rem;left:53.6875rem;height:2.59943125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Baphsfqr2DigA8zS4FmIehWaxTK6WzkT { position:relative;display:block; }#Baphsfqr2DigA8zS4FmIehWaxTK6WzkT { background-color: transparent; background-image: none; }#Baphsfqr2DigA8zS4FmIehWaxTK6WzkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Baphsfqr2DigA8zS4FmIehWaxTK6WzkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Baphsfqr2DigA8zS4FmIehWaxTK6WzkT > .row .container > .video-iframe-container { display: none; }#Baphsfqr2DigA8zS4FmIehWaxTK6WzkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Baphsfqr2DigA8zS4FmIehWaxTK6WzkT > .row > .video-iframe-container { display: none; }#Baphsfqr2DigA8zS4FmIehWaxTK6WzkT > .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); }#Baphsfqr2DigA8zS4FmIehWaxTK6WzkT { border-width: 0; border-radius: 0; }#Baphsfqr2DigA8zS4FmIehWaxTK6WzkT > .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; }#Baphsfqr2DigA8zS4FmIehWaxTK6WzkT > .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:9.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eUsyaCiROUe5ygvMZBepxdEK8Zdl1yRV { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ed193f, #c50412);background-image: -moz-linear-gradient(180deg, #ed193f, #c50412);background-image: -ms-linear-gradient(180deg, #ed193f, #c50412);background-image: -o-linear-gradient(180deg, #ed193f, #c50412);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed193f', endColorstr='#c50412' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed193f', endColorstr='#c50412' );";background-image: linear-gradient(180deg, #ed193f, #c50412);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;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:4.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.4375rem;left:28.15625rem;display:block; }
#erMOCtzhyCVeNkNK5iBsm0wBPzpuVg5n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bU6tRzIvrEWWqqtUSEhaLDJhaQEp6md5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2636;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; }#bU6tRzIvrEWWqqtUSEhaLDJhaQEp6md5 > .row .container { background-color: transparent; background-image: none; }#bU6tRzIvrEWWqqtUSEhaLDJhaQEp6md5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bU6tRzIvrEWWqqtUSEhaLDJhaQEp6md5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bU6tRzIvrEWWqqtUSEhaLDJhaQEp6md5 > .row .container > .video-iframe-container { display: none; }#bU6tRzIvrEWWqqtUSEhaLDJhaQEp6md5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bU6tRzIvrEWWqqtUSEhaLDJhaQEp6md5 > .row > .video-iframe-container { display: none; }#bU6tRzIvrEWWqqtUSEhaLDJhaQEp6md5 > .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); }#bU6tRzIvrEWWqqtUSEhaLDJhaQEp6md5 > .row .container { border-width: 0; border-radius: 0; }#bU6tRzIvrEWWqqtUSEhaLDJhaQEp6md5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bU6tRzIvrEWWqqtUSEhaLDJhaQEp6md5 > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#Iem39f4iuZmSfhQDQTsBRQpwmBw1BASI { color:#222222;display:block;width:65.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:2.0625rem;left:4.90625rem;height:18.67543125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k { position:relative;display:block; }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k { background-color: transparent; background-image: none; }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k > .row .container > .video-iframe-container { display: none; }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k > .row > .video-iframe-container { display: none; }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k > .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); }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k { border-width: 0; border-radius: 0; }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k > .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; }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k > .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:45.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dcNgnKv5CfaffQX4woeK8MULza8u93aH { color:#ed193f;display:block;width:69.3125rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:6.375rem;left:2.84375rem;height:4.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; }
#dqpcFw8oPTdTgg4zNqhQZa4Em4lSyxnQ { color:#000000;display:block;width:35.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.3125rem;left:1.3125rem;height:2.59765625rem;display:block; }
#qizem7vwU5WISFDpD4dGu8dcIiOATqwa { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.4375rem;left:1.3125rem;height:14.1894375rem;display:block; }#qizem7vwU5WISFDpD4dGu8dcIiOATqwa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qizem7vwU5WISFDpD4dGu8dcIiOATqwa li:before{  }
#RvyfIKGdN3J2yCxxflCt7Lo1p8xTw78a { 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:3.125rem;width:15.8125rem;top:0rem;left:29.59375rem;overflow:hidden;display:block; }
#UqnmqkuUEyyfmwJaFS4Iptpw5RvBs0GM { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ed193f, #c50412);background-image: -moz-linear-gradient(180deg, #ed193f, #c50412);background-image: -ms-linear-gradient(180deg, #ed193f, #c50412);background-image: -o-linear-gradient(180deg, #ed193f, #c50412);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed193f', endColorstr='#c50412' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed193f', endColorstr='#c50412' );";background-image: linear-gradient(180deg, #ed193f, #c50412);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;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:4.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:38.0625rem;left:28.15625rem;display:block; }
#uZBgO9tyCJyHhmHI9Ivv2Xm7aiGIBG86 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hWJfSKx1tVoZSnVrtXNRaUr9efXHkaTE { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.4375rem;left:20rem;height:14.1894375rem;display:block; }#hWJfSKx1tVoZSnVrtXNRaUr9efXHkaTE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hWJfSKx1tVoZSnVrtXNRaUr9efXHkaTE li:before{  }
#ZU5VmgQJbX1XR5A8r2fIsQpRMSTWPBvQ { 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:21.625rem;width:32.6875rem;top:13.3125rem;left:41.224327195468rem;overflow:hidden;display:block; }
#sDQVE12sbUJJv9KckN102MiA9sDaTR6U { 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; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container { background-color: transparent; background-image: none; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container > .video-iframe-container { display: none; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row > .video-iframe-container { display: none; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .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); }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container { border-width: 0; border-radius: 0; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#mTinyie8wVm7ptkxfA9sQG1Ov7IRJmFv { position:absolute;display:block;z-index:15000;height:21.875rem;width:75rem;top:0rem;left:0rem;display:block; }
#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/37541e23-37c4-4c26-ad17-f4dc472da882/IMG_7135e15589353414501.jpg");background-position: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; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H.adaptive-delivery-prevent-bg, #KPrsIquSyVc5CgTT629CXI3TQ1Anp02H.lazyload, #KPrsIquSyVc5CgTT629CXI3TQ1Anp02H.lazyloading { background-image: none; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container { background-color: transparent; background-image: none; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,38,54,0.84); }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container > .video-iframe-container { display: none; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,38,54,0.84); }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row > .video-iframe-container { display: none; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .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); }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container { border-width: 0; border-radius: 0; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;position:relative;display:block; }#FiXPVS7yotqtgbCALU8qyaWQutFyW6pT { position:absolute;display:block;z-index:15000;background-color:#ed193f;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:25.6875rem;width:27.0625rem;top:3.9375rem;left:4.9375rem;display:block; }
#KUQFU19ty4Xt6JOpTH8gVUuyoihl70h4 { color:#ffffff;display:block;width:30rem;position:absolute;font-family:oswald;font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:6.875rem;left:38.25rem;height:2.9749625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ONh4fArBOinGimUN2T7I837wrGKwEQm6 { color:#ffffff;display:block;width:25.375rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:19.625rem;left:42.75rem;height:1.98153125rem;font-style:normal;display:block; }
#orA6XmQU9pGeKp4bbrkpJ8Vx19hNHcbk { position:absolute;display:block;z-index:15008;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.0625rem;width:3.0625rem;top:19rem;left:38.8125rem;overflow:hidden;display:block; }
#w4fEZNzJvKHMBI6pZT0MZtcOB8Eh6mb7 { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6rem;left:6.3125rem;height:1.625rem;font-style:normal;display:block; }
#WAUXW6UZMuTS1ad9H5iE3tzbIFgdRsEZ { position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.48);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.0625rem;width:25rem;top:8rem;left:5.9375rem;display:block; }
#oDWZe5JUtp5KRxqk19GTMoTvDEW81Xaq { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.1875rem;left:6.25rem;height:1.625rem;font-style:normal;display:block; }
#FBXbXqwPLGDVMg6AHM6eyA8oqRTqTCFl { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.5);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.0625rem;width:25rem;top:11.25rem;left:5.9375rem;display:block; }
#ZgJB5OCAqUuCgIXNqQhUkcpU0WEvwzoP { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.4375rem;left:6.25rem;height:1.625rem;font-style:normal;display:block; }
#I7ToGCKUSMZiMF49skREu0AZIEke7dyy { position:absolute;display:block;z-index:15011;background-color:rgba(227,227,227,0.5);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.0625rem;width:25rem;top:14.5rem;left:5.9375rem;display:block; }
#d9Ug2XiKBAzk42JpMv4LLSft3SwaAfnG { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.6875rem;left:6.25rem;height:1.625rem;font-style:normal;display:block; }
#DIa0OE21fMdg42h5TG2KvN8Ed6p82mZq { position:absolute;display:block;z-index:15014;background-color:rgba(227,227,227,0.5);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.0625rem;width:25rem;top:17.75rem;left:5.9375rem;display:block; }
#eQsgv7pmwap4HmuqRqK0T0xww7uMXDQP { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:19rem;left:6.25rem;height:1.625rem;font-style:normal;display:block; }
#sgTxeCaiGRzQnk7VM174aPeANbmrHlZk { position:absolute;display:block;z-index:15017;background-color:rgba(227,227,227,0.5);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.0625rem;width:25rem;top:21.0625rem;left:5.9375rem;display:block; }
#i0Ns43R1EswXLVxO4hua66IQ0h1nVCiL { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:22.25rem;left:6.25rem;height:1.625rem;font-style:normal;display:block; }
#nZ1E1BZ8FzTyrI0ldBNsJJG79xKslnR6 { position:absolute;display:block;z-index:15020;background-color:rgba(227,227,227,0.5);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.0625rem;width:25rem;top:24.3125rem;left:5.9375rem;display:block; }
#wGz0S8JVXq6a2QW50Ff4KAXTTDpLWWX9 { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:25.5625rem;left:6.25rem;height:1.625rem;font-style:normal;display:block; }
#U1R5eZBGAArcoRzqfhhTnv6ao4RFOzFP { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#buvepbn2qxEtbLWWJ0QKsP0J23Fw17xs { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.1875rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HrhA3Nbmo9gpMiHFOyrLuheN6RiVVPXA { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.4375rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OTwk0yTCe7oUlVQXuOiJv7y6ZKJcQ5EG { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:15.6875rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JQcQhrp3V2wIx0G7ec5qHlwwfeZfTx3a { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:19rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TN08Jc8nmKkazLiqXaTctUEQZbxhgqU9 { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:22.25rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#x9OiNyCLV8qPpi2WZFA48SRf2QWPI93l { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:25.5625rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dtBUCJhNst31Kk4EOIGCVAXe6uAVkqZw { position:absolute;display:block;z-index:15023;background-color:rgba(227,227,227,0.5);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.0625rem;width:25rem;top:27.625rem;left:5.9375rem;display:block; }
#UsuiTNHMqzKoNGpx7PmpkVeav8iq5D19 { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:23.759765625rem;left:38.1875rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#BXCznW9OKyvSJzRM21NKOh4UTKyirF9Z { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ed193f, #c50412);background-image: -moz-linear-gradient(180deg, #ed193f, #c50412);background-image: -ms-linear-gradient(180deg, #ed193f, #c50412);background-image: -o-linear-gradient(180deg, #ed193f, #c50412);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed193f', endColorstr='#c50412' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed193f', endColorstr='#c50412' );";background-image: linear-gradient(180deg, #ed193f, #c50412);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;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:4.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:12.375rem;left:43.90625rem;display:block; }
#u09OPSxKNUys5QP1CF99pDORRFyZrWqW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR { display:block; }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z1AxgBTT4Pu0X2fhGyisf3cyLGooJ5dB { top:1.0625rem;left:24.75rem;width:23rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcNxBClwQudNMmHfAVtbspiPlXTi5Dsd { width:10rem;height:2.5rem;top:3.5rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0QrdiKeuabcySW3FigNTrUBEWqNJKx4 { display:block; }
 }@media only screen and (max-width: 763px) { #lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD { display:block; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOcwsLxmF7F8JpLXM6Ql7ezp0ptNwgr0 { top:14.3125rem;left:0rem;width:32.375rem;height:11.6875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM158XSwdcXUcIPCGxTsgnPEg3D8CWSi { top:1.4375rem;left:0rem;width:20.6875rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbGGcFSgKofSUVT0x6WDcGv4JscZGCw1 { width:17.125rem;height:4.25rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni6hKT9eDO8TCbUKdzSm33Xd0q0AdSVJ { display:block; }
 }@media only screen and (max-width: 763px) { #ZxeW7sMeQIKaD2mGgfXVfagS5DSzte2p { top:1.75rem;left:18.75rem;width:29rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5RfXoWWLwXDbN50i5ZVmu60HkPSkn0t { top:21.5rem;left:0rem;width:22.25rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #clduxWAb249EnZht2SipKn7A0rcLHsnG { display:block; }#clduxWAb249EnZht2SipKn7A0rcLHsnG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHhfgQMrZGkf2Sbe6oroFts5zqHbLBla { width:34.3125rem;height:3.75rem;top:2.3125rem;left:6.71875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5ocBRQfqUxOtPpTKzWUvbB4hTS7CIkg { display:block; }#C5ocBRQfqUxOtPpTKzWUvbB4hTS7CIkg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wfw8O0GWwJCh11I6uhmT06qlo3PEkrtT { width:18.75rem;height:17rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLLIIT3MMWt0VlbTDVKJJvbP4T5RWPFp { width:18.75rem;height:2.0625rem;top:16.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpzJEzHF1f7AEfSXgv4AgEvpSU1Ntphc { top:6.625rem;left:4.15625rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s64GKGNN8HnNQkgoL2caDM4aat5laIkB { width:18.75rem;height:17rem;top:4.0625rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEqFWOXtrrWLEZsBw3gRTplB7pt03S8K { width:18.75rem;height:2.0625rem;top:16.3125rem;left:13rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThV4VOkz6F6axH3q4iRSVMi1zq3GP3kK { width:18.75rem;height:17rem;top:4.0625rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZXrlGUsmNBmpWFUSyQFhRBSWZXcnLWx { width:18.75rem;height:2.0625rem;top:16.3125rem;left:28.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxeMfq33oaHwmJX2RtkSQV4ZhfalrsgH { top:6.625rem;left:35.9375rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiXMdgUwr7H4VLZ6Ow2BP36sr6DCFsZz { top:6.9375rem;left:20.34375rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp { display:block; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXtK4dAMeuE8BIf3F1BHM0aW85qq8lXT { width:47.75rem;height:3.875rem;top:3rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSzi5nFEZ00sUH4si5M14yVDcLM80OTs { width:26.375rem;height:33.125rem;top:10.75rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #klGIDSTFmbtq2PLINqRc4a4C65K6CPAg { top:35.6875rem;left:0rem;width:16.0625rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRL9l6WNJmhgW74DD3noE0x4tyJ5ltvq { top:36.0625rem;left:15.9375rem;width:15.875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ2kgHRXOr7S1Te4v6rKMx9VPDuStUcn { width:18.6875rem;height:4.4375rem;top:45.9375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvqdQBHp2ZHwH6NbTdfxDcJsXvF1mzig { display:block; }
 }@media only screen and (max-width: 763px) { #toXbTUdpG6h1RdkGOQEh02szCvonJI6c { top:9.5625rem;left:15.25rem;width:32.5rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrCSzBwm0N9k6gcM0NDu1SMmw0eBhKgR { top:35.8125rem;left:33.9375rem;width:11.6875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALv1omgEFggILGuHsqpwXLrzzAeae5MO { width:37.375rem;height:21.5rem;top:9.625rem;left:0rem;font-size:1.75rem;display:block; }#ALv1omgEFggILGuHsqpwXLrzzAeae5MO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bbfa9678-cb2d-4456-bb57-96a1ce4f986b/checktickicon14163.png); }
 }@media only screen and (max-width: 763px) { #Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm { display:block; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RElwcFOzstktAQ4EmIdw1ean7ADAaVHg { width:47.75rem;height:18rem;top:2.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vidJdThnRy9xWm9ybKsUdqlLTenbgWwR { display:block; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGtlfcgiKKZOBoV7IiOgmafRF2gQxOtT { top:0rem;left:15.75rem;width:15.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT7zl9dZZSHxhIndD8uJ8saCcVoVyDaC { top:7.6875rem;left:0rem;width:23.3125rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSQBNwRIk37wNJr2g4UacI9yyLHN6nzs { width:44.6875rem;height:4.5rem;top:7.1875rem;left:3.0625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRNWgUI3nRrboLXVDh9rWniZWqeXIHRU { top:13.1875rem;left:2.8125rem;width:44.9375rem;height:14.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3rv4yF6biyg6rsoc1zIUaxSbSB2uIbW { width:18.6875rem;height:4.4375rem;top:28.875rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT10vhsQO6HhgtNLTPN5hMF67Bqzt4Mi { display:block; }
 }@media only screen and (max-width: 763px) { #XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 { display:block; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqGoPEhnsELOo7bbPtdNJHguLriGZ8LH { width:34.25rem;height:;top:2.5625rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgGT7KomQzbXK2eWsJd3yZczqTXO5hTG { top:9.125rem;left:0rem;width:37.375rem;height:14.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv8nubqFJE30IAIpvEAuzaX6HbBZ3lob { top:2.5625rem;left:16.4375rem;width:29.6875rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctm4CedrrNmfxDeRwe3xAx8bhRoJLlFQ { width:18.6875rem;height:4.4375rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1Q0O6dWabqzp2IDO92McebhHT82Dzw2 { display:block; }
 }@media only screen and (max-width: 763px) { #qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW { display:block; }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKk4ZuPXQh0GZzhqftQUrrfARFhaM8zb { width:47.75rem;height:22.5rem;top:2.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHx6uJQRiXKJ6TfuqTzSWRXNcsRKRKeg { display:block; }#HHx6uJQRiXKJ6TfuqTzSWRXNcsRKRKeg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSwAGdlyMPCQXpA43whw27mH22rrkgPs { width:18.75rem;height:11.375rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdOsRtdCB1r68Az4QCeE1wEWTgMOWwcg { width:18.75rem;height:1.625rem;top:14.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWXoomUIh5UxaxcBZXyk53kUWcJ9DJ8y { width:16.25rem;height:5.1875rem;top:16.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpOX9rQxbDfa2741uFFzN62yzfQpVJ0f { top:0rem;left:15.90625rem;width:15.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDVKUC7maCbIhinTR99ya7TpECUtoPK0 { width:18.75rem;height:1.625rem;top:27.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFmJM7WhRZyn6JqHqFyyOg5TJSDuAkCv { width:16.25rem;height:5.1875rem;top:29.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9cJlFGofmGzdBr8ExFgg63bAIVzZ1bv { width:18.75rem;height:11.375rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwmHKsDVpI9ywrKutILtiRm1IEUkConi { width:34.25rem;height:4.5rem;top:5.125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBepS7GARfk5BWyvmcuxcGVSaKfgewiv { width:18.75rem;height:11.375rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyoLAGoax9EgXG6K39LJJMOdaVXebTPG { width:16.25rem;height:6.4375rem;top:42.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2AeWMwvwvcSz6KuiSO1ZTn8tEH4PVHv { width:18.75rem;height:1.625rem;top:39.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXTSh9o42bWpG7ZvMdQK2R6brQQdtGzz { width:18.75rem;height:11.375rem;top:51.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhXNWrc9m0wb0aKhycWVNzoB7z5eOnN3 { width:18.75rem;height:1.625rem;top:52.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpBe5odcyozDAqw4Xphha2lu8ozJzq0R { width:16.25rem;height:5.1875rem;top:55.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHlo7GLwOzpTuBicCAzy4seRZLnHnSiN { width:18.75rem;height:11.375rem;top:63.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE4sdWNr4spt5cWt7uniHNTUgMkVWoKF { width:18.75rem;height:1.625rem;top:65.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzEdiQm1687UXto7P4pk7ipbqmqSh8GN { width:16.25rem;height:5.1875rem;top:68.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOkZStaVvPTDWGOAdSzuKMdryiCqGfwB { width:18.75rem;height:11.375rem;top:12.4375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0MI03E3uurnEyKa9cE8LDaWDiScAPJn { width:18.75rem;height:1.625rem;top:14.3125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B22Ig51zHmcR15mIveQu8Ok0EtANJUNk { width:16.25rem;height:5.1875rem;top:16.875rem;left:15.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5eTdfWPLbUzsTCVi1RZugFBJwiTDIH4 { width:18.75rem;height:1.625rem;top:27.125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T50GCIVRkBUfw47Vp5VIbv7MZl5TENZ6 { width:16.25rem;height:5.1875rem;top:29.6875rem;left:15.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAu5VwcAtfKsyiG5HLehDEAQcVT9cU73 { width:18.75rem;height:11.375rem;top:25.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfyGWJaTfxdGr8XWcsRcGBWwwALvJthq { width:18.75rem;height:11.375rem;top:38.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBsFNCsk9TE7SEstQUoTZibWns8gRdq1 { width:18.75rem;height:1.625rem;top:39.9375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1s0yULdxOilcZgJgPTNNbPK9ARDy3K1 { width:16.25rem;height:5.1875rem;top:42.5rem;left:15.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeIWtGAOcJDpRSr3yzNcsiaQVkmKgcWJ { width:18.75rem;height:11.375rem;top:51.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3zBewbLyHUvTxPx6Ios4q8kihDHsx8K { width:18.75rem;height:1.625rem;top:52.9375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiCzV8mTfB3O4x3871UI6Vqa8WeJ6ihe { width:16.25rem;height:6.4375rem;top:55.5rem;left:15.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuobLer28cGcoSt2gp5ttV66CbMTQ21k { width:18.75rem;height:11.375rem;top:63.875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzbAEKsKdJoRhqPI00iOZ4yUDSM03xoz { width:18.75rem;height:1.625rem;top:65.6875rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqvOSrwpJmcJLCAZmIR8bUpCV7VmJhKe { width:16.25rem;height:3.875rem;top:68.25rem;left:15.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD2aolMoe7UbIeipKwFheOSVJ2eSSUEB { width:18.75rem;height:11.375rem;top:12.4375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S98IhOCVk6UJW37Bo0meSVnTtmdqQRXw { width:18.75rem;height:1.625rem;top:14.3125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzuuJevylX626vbyV2ngZARha09dk9Pa { width:16.25rem;height:5.1875rem;top:16.875rem;left:31.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPKemI7nWgpKMEoWgkZh5mqCuL3pnms2 { width:18.75rem;height:1.625rem;top:27.125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N66drtBozkNIwrpffMnvAD889QX6Q738 { width:16.25rem;height:6.4375rem;top:29.6875rem;left:31.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClhaRI46hP5fGvpHRp8e6l05QOcBB0AH { width:18.75rem;height:11.375rem;top:25.25rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMTU7deyu0UdATHQ0bmIlrBZAqTkRiGS { width:18.75rem;height:11.375rem;top:38.0625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOzmG3cgPtnZs8Oy6ACU6J3n2VCBvqZS { width:18.75rem;height:1.625rem;top:39.9375rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BERpZRh932yU0Ou5PzBvLI97OwhdTn7y { width:16.25rem;height:6.4375rem;top:42.5rem;left:31.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiRQROpy4UXxVdbKL1T6nnuJ5xTgx85b { width:18.75rem;height:11.375rem;top:51.0625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzOAdQUtloG3J4X8UwSMP8T6zX7BbqWM { width:18.75rem;height:1.625rem;top:52.9375rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5tsC9eznUU3t4r9aedZ7uiSizTfmO09 { width:16.25rem;height:5.1875rem;top:55.5rem;left:31.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiQKIhnbDcw7ytItBg9vGNO3HtUegUeQ { width:18.75rem;height:11.375rem;top:63.875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hdt7bC4UWdQJKnIe4UoxIJkWy0HCoCI3 { width:18.75rem;height:1.625rem;top:66.0625rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwTCZl4wL6QIEmWTHFfzJmVIJtvLPODw { width:16.25rem;height:3.875rem;top:68.375rem;left:31.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Baphsfqr2DigA8zS4FmIehWaxTK6WzkT { display:block; }#Baphsfqr2DigA8zS4FmIehWaxTK6WzkT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUsyaCiROUe5ygvMZBepxdEK8Zdl1yRV { width:18.6875rem;height:4.4375rem;top:1.4375rem;left:14.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erMOCtzhyCVeNkNK5iBsm0wBPzpuVg5n { display:block; }
 }@media only screen and (max-width: 763px) { #bU6tRzIvrEWWqqtUSEhaLDJhaQEp6md5 { display:block; }#bU6tRzIvrEWWqqtUSEhaLDJhaQEp6md5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iem39f4iuZmSfhQDQTsBRQpwmBw1BASI { width:47.75rem;height:18rem;top:2.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k { display:block; }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dcNgnKv5CfaffQX4woeK8MULza8u93aH { width:47.75rem;height:;top:6.375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqpcFw8oPTdTgg4zNqhQZa4Em4lSyxnQ { top:13.3125rem;left:0rem;width:35.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qizem7vwU5WISFDpD4dGu8dcIiOATqwa { top:19.4375rem;left:0rem;width:16.9375rem;height:14.1875rem;font-size:1rem;display:block; }#qizem7vwU5WISFDpD4dGu8dcIiOATqwa li:before{  }
 }@media only screen and (max-width: 763px) { #RvyfIKGdN3J2yCxxflCt7Lo1p8xTw78a { top:0rem;left:15.96875rem;width:15.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqnmqkuUEyyfmwJaFS4Iptpw5RvBs0GM { width:18.6875rem;height:4.4375rem;top:38.0625rem;left:14.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZBgO9tyCJyHhmHI9Ivv2Xm7aiGIBG86 { display:block; }
 }@media only screen and (max-width: 763px) { #hWJfSKx1tVoZSnVrtXNRaUr9efXHkaTE { top:19.4375rem;left:6.375rem;width:16.9375rem;height:;font-size:1rem;display:block; }#hWJfSKx1tVoZSnVrtXNRaUr9efXHkaTE li:before{  }
 }@media only screen and (max-width: 763px) { #ZU5VmgQJbX1XR5A8r2fIsQpRMSTWPBvQ { top:13.3125rem;left:15.0625rem;width:32.6875rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDQVE12sbUJJv9KckN102MiA9sDaTR6U { display:block; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTinyie8wVm7ptkxfA9sQG1Ov7IRJmFv { top:0rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPrsIquSyVc5CgTT629CXI3TQ1Anp02H { display:block; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FiXPVS7yotqtgbCALU8qyaWQutFyW6pT { width:27.0625rem;height:25.6875rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUQFU19ty4Xt6JOpTH8gVUuyoihl70h4 { width:30rem;height:5.9375rem;top:6.875rem;left:17.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONh4fArBOinGimUN2T7I837wrGKwEQm6 { width:25.375rem;height:1.8125rem;top:19.625rem;left:22.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orA6XmQU9pGeKp4bbrkpJ8Vx19hNHcbk { width:3.0625rem;height:3.0625rem;top:19rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4fEZNzJvKHMBI6pZT0MZtcOB8Eh6mb7 { top:6rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAUXW6UZMuTS1ad9H5iE3tzbIFgdRsEZ { top:8rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDWZe5JUtp5KRxqk19GTMoTvDEW81Xaq { top:9.1875rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBXbXqwPLGDVMg6AHM6eyA8oqRTqTCFl { top:11.25rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgJB5OCAqUuCgIXNqQhUkcpU0WEvwzoP { top:12.4375rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7ToGCKUSMZiMF49skREu0AZIEke7dyy { top:14.5rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9Ug2XiKBAzk42JpMv4LLSft3SwaAfnG { top:15.6875rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIa0OE21fMdg42h5TG2KvN8Ed6p82mZq { top:17.75rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQsgv7pmwap4HmuqRqK0T0xww7uMXDQP { top:19rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgTxeCaiGRzQnk7VM174aPeANbmrHlZk { top:21.0625rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0Ns43R1EswXLVxO4hua66IQ0h1nVCiL { top:22.25rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ1E1BZ8FzTyrI0ldBNsJJG79xKslnR6 { top:24.3125rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGz0S8JVXq6a2QW50Ff4KAXTTDpLWWX9 { top:25.5625rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1R5eZBGAArcoRzqfhhTnv6ao4RFOzFP { top:6rem;left:7.75rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buvepbn2qxEtbLWWJ0QKsP0J23Fw17xs { top:9.1875rem;left:7.75rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrhA3Nbmo9gpMiHFOyrLuheN6RiVVPXA { top:12.4375rem;left:7.75rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTwk0yTCe7oUlVQXuOiJv7y6ZKJcQ5EG { top:15.6875rem;left:7.75rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQcQhrp3V2wIx0G7ec5qHlwwfeZfTx3a { top:19rem;left:7.75rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN08Jc8nmKkazLiqXaTctUEQZbxhgqU9 { top:22.25rem;left:7.75rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9OiNyCLV8qPpi2WZFA48SRf2QWPI93l { top:25.5625rem;left:7.75rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtBUCJhNst31Kk4EOIGCVAXe6uAVkqZw { top:27.625rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsuiTNHMqzKoNGpx7PmpkVeav8iq5D19 { top:23.75rem;left:14.3125rem;width:33.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXCznW9OKyvSJzRM21NKOh4UTKyirF9Z { width:18.6875rem;height:4.4375rem;top:12.375rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u09OPSxKNUys5QP1CF99pDORRFyZrWqW { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR { display:none; }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .row .container { width:20rem;height:9.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z1AxgBTT4Pu0X2fhGyisf3cyLGooJ5dB { width:16.9998125rem;height:3.0859375rem;top:1.25rem;left:1.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NcNxBClwQudNMmHfAVtbspiPlXTi5Dsd { width:10.061875rem;height:2.93728125rem;top:5.5859375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0QrdiKeuabcySW3FigNTrUBEWqNJKx4 { display:block; }
 }@media only screen and (max-width: 763px) { #lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD { display:block; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container { width:20rem;height:39.124643802643rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOcwsLxmF7F8JpLXM6Ql7ezp0ptNwgr0 { width:20rem;height:3.7358rem;top:5.4375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kM158XSwdcXUcIPCGxTsgnPEg3D8CWSi { width:10.4375rem;height:5.8125rem;top:0rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbGGcFSgKofSUVT0x6WDcGv4JscZGCw1 { width:15.875rem;height:3.3125rem;top:15.5947265625rem;left:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni6hKT9eDO8TCbUKdzSm33Xd0q0AdSVJ { display:block; }
 }@media only screen and (max-width: 763px) { #ZxeW7sMeQIKaD2mGgfXVfagS5DSzte2p { width:16.625rem;height:18.75rem;top:20.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5RfXoWWLwXDbN50i5ZVmu60HkPSkn0t { width:20rem;height:3.736325rem;top:10.61035rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #clduxWAb249EnZht2SipKn7A0rcLHsnG { display:block; }#clduxWAb249EnZht2SipKn7A0rcLHsnG > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHhfgQMrZGkf2Sbe6oroFts5zqHbLBla { width:20rem;height:7.1501875rem;top:1.505859375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #C5ocBRQfqUxOtPpTKzWUvbB4hTS7CIkg { display:block; }#C5ocBRQfqUxOtPpTKzWUvbB4hTS7CIkg > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wfw8O0GWwJCh11I6uhmT06qlo3PEkrtT { width:18.75rem;height:17rem;top:1.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLLIIT3MMWt0VlbTDVKJJvbP4T5RWPFp { width:18.75rem;height:2.11230625rem;top:14.375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DpzJEzHF1f7AEfSXgv4AgEvpSU1Ntphc { display:flex;width:7.5625rem;height:7.5625rem;top:4.8125rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #s64GKGNN8HnNQkgoL2caDM4aat5laIkB { width:18.75rem;height:17rem;top:21.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEqFWOXtrrWLEZsBw3gRTplB7pt03S8K { width:18.75rem;height:2.11230625rem;top:33.375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThV4VOkz6F6axH3q4iRSVMi1zq3GP3kK { width:18.75rem;height:17rem;top:40.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZXrlGUsmNBmpWFUSyQFhRBSWZXcnLWx { width:18.75rem;height:2.11230625rem;top:52.5rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxeMfq33oaHwmJX2RtkSQV4ZhfalrsgH { display:flex;width:7.5rem;height:7.5rem;top:42.875rem;left:6.3125rem; }
 }@media only screen and (max-width: 763px) { #LiXMdgUwr7H4VLZ6Ow2BP36sr6DCFsZz { width:6.9375rem;height:6.9375rem;top:24rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp { display:block; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row .container { width:20rem;height:82.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXtK4dAMeuE8BIf3F1BHM0aW85qq8lXT { width:20rem;height:7.1990625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSzi5nFEZ00sUH4si5M14yVDcLM80OTs { width:19.75rem;height:35.1875rem;top:45.48535rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #klGIDSTFmbtq2PLINqRc4a4C65K6CPAg { width:15.999375rem;height:7.3123125rem;top:47.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRL9l6WNJmhgW74DD3noE0x4tyJ5ltvq { width:13.311625rem;height:5.9375rem;top:57.5625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ2kgHRXOr7S1Te4v6rKMx9VPDuStUcn { width:15.374375rem;height:3.99956875rem;top:75.5rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvqdQBHp2ZHwH6NbTdfxDcJsXvF1mzig { display:block; }
 }@media only screen and (max-width: 763px) { #toXbTUdpG6h1RdkGOQEh02szCvonJI6c { width:20rem;height:13.307625rem;top:9.87109375rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #lrCSzBwm0N9k6gcM0NDu1SMmw0eBhKgR { width:11.6873125rem;height:7.374125rem;top:65.5625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALv1omgEFggILGuHsqpwXLrzzAeae5MO { width:20rem;height:20.5610625rem;top:25.1142578125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }#ALv1omgEFggILGuHsqpwXLrzzAeae5MO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bbfa9678-cb2d-4456-bb57-96a1ce4f986b/checktickicon14163.png); }
 }@media only screen and (max-width: 763px) { #Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm { display:block; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RElwcFOzstktAQ4EmIdw1ean7ADAaVHg { width:20rem;height:40.48561875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vidJdThnRy9xWm9ybKsUdqlLTenbgWwR { display:block; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .row .container { width:20rem;height:72.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGtlfcgiKKZOBoV7IiOgmafRF2gQxOtT { width:15.8125rem;height:3.125rem;top:0rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT7zl9dZZSHxhIndD8uJ8saCcVoVyDaC { width:18.4375rem;height:20rem;top:11.7353515625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSQBNwRIk37wNJr2g4UacI9yyLHN6nzs { width:20rem;height:4.7993625rem;top:5.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRNWgUI3nRrboLXVDh9rWniZWqeXIHRU { width:20rem;height:29.8730125rem;top:32.92285rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #a3rv4yF6biyg6rsoc1zIUaxSbSB2uIbW { width:18.6870625rem;height:4.43685rem;top:65.629343986512rem;left:0.65538197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT10vhsQO6HhgtNLTPN5hMF67Bqzt4Mi { display:block; }
 }@media only screen and (max-width: 763px) { #XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 { display:block; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqGoPEhnsELOo7bbPtdNJHguLriGZ8LH { width:20rem;height:2.39968125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgGT7KomQzbXK2eWsJd3yZczqTXO5hTG { width:20rem;height:24.6777rem;top:25.3974609375rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Lv8nubqFJE30IAIpvEAuzaX6HbBZ3lob { width:18.875rem;height:19rem;top:4.7822265625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctm4CedrrNmfxDeRwe3xAx8bhRoJLlFQ { width:18.6870625rem;height:4.43685rem;top:53.406034469604rem;left:0.65538197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1Q0O6dWabqzp2IDO92McebhHT82Dzw2 { display:block; }
 }@media only screen and (max-width: 763px) { #qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW { display:block; }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKk4ZuPXQh0GZzhqftQUrrfARFhaM8zb { width:20rem;height:52.48134375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHx6uJQRiXKJ6TfuqTzSWRXNcsRKRKeg { display:block; }#HHx6uJQRiXKJ6TfuqTzSWRXNcsRKRKeg > .row .container { width:20rem;height:197.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSwAGdlyMPCQXpA43whw27mH22rrkgPs { width:18.75rem;height:11.25rem;top:8.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdOsRtdCB1r68Az4QCeE1wEWTgMOWwcg { width:17.5625rem;height:1.298825rem;top:10.1875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWXoomUIh5UxaxcBZXyk53kUWcJ9DJ8y { width:16.25rem;height:5.19965625rem;top:12.5625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpOX9rQxbDfa2741uFFzN62yzfQpVJ0f { width:15.8125rem;height:3.125rem;top:0rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDVKUC7maCbIhinTR99ya7TpECUtoPK0 { width:18.75rem;height:1.298825rem;top:23.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFmJM7WhRZyn6JqHqFyyOg5TJSDuAkCv { width:16.25rem;height:5.19965625rem;top:25.75rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9cJlFGofmGzdBr8ExFgg63bAIVzZ1bv { width:18.75rem;height:11.375rem;top:21.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwmHKsDVpI9ywrKutILtiRm1IEUkConi { width:20rem;height:2.39968125rem;top:4.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBepS7GARfk5BWyvmcuxcGVSaKfgewiv { width:18.75rem;height:11.375rem;top:33.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyoLAGoax9EgXG6K39LJJMOdaVXebTPG { width:16.25rem;height:6.499rem;top:37.5625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2AeWMwvwvcSz6KuiSO1ZTn8tEH4PVHv { width:18.75rem;height:1.298825rem;top:35.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXTSh9o42bWpG7ZvMdQK2R6brQQdtGzz { width:18.75rem;height:11.375rem;top:46.3984375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhXNWrc9m0wb0aKhycWVNzoB7z5eOnN3 { width:18.75rem;height:1.298825rem;top:48.2734375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpBe5odcyozDAqw4Xphha2lu8ozJzq0R { width:16.25rem;height:5.19965625rem;top:50.8359375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHlo7GLwOzpTuBicCAzy4seRZLnHnSiN { width:18.75rem;height:11.375rem;top:58.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE4sdWNr4spt5cWt7uniHNTUgMkVWoKF { width:18.75rem;height:1.298825rem;top:60.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzEdiQm1687UXto7P4pk7ipbqmqSh8GN { width:16.25rem;height:5.19965625rem;top:63.375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOkZStaVvPTDWGOAdSzuKMdryiCqGfwB { width:18.75rem;height:11.375rem;top:71.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0MI03E3uurnEyKa9cE8LDaWDiScAPJn { width:18.75rem;height:1.298825rem;top:73.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B22Ig51zHmcR15mIveQu8Ok0EtANJUNk { width:16.25rem;height:5.19965625rem;top:76.0625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5eTdfWPLbUzsTCVi1RZugFBJwiTDIH4 { width:18.75rem;height:1.298825rem;top:86.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T50GCIVRkBUfw47Vp5VIbv7MZl5TENZ6 { width:16.25rem;height:5.19965625rem;top:88.75rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAu5VwcAtfKsyiG5HLehDEAQcVT9cU73 { width:18.75rem;height:11.375rem;top:84.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfyGWJaTfxdGr8XWcsRcGBWwwALvJthq { width:18.75rem;height:11.375rem;top:97.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBsFNCsk9TE7SEstQUoTZibWns8gRdq1 { width:18.75rem;height:1.298825rem;top:98.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1s0yULdxOilcZgJgPTNNbPK9ARDy3K1 { width:16.25rem;height:5.19965625rem;top:101.5rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeIWtGAOcJDpRSr3yzNcsiaQVkmKgcWJ { width:18.75rem;height:11.375rem;top:109.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3zBewbLyHUvTxPx6Ios4q8kihDHsx8K { width:18.75rem;height:1.298825rem;top:111.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiCzV8mTfB3O4x3871UI6Vqa8WeJ6ihe { width:16.25rem;height:6.499rem;top:113.375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuobLer28cGcoSt2gp5ttV66CbMTQ21k { width:18.75rem;height:11.375rem;top:122.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzbAEKsKdJoRhqPI00iOZ4yUDSM03xoz { width:18.75rem;height:1.298825rem;top:124.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqvOSrwpJmcJLCAZmIR8bUpCV7VmJhKe { width:16.25rem;height:3.8997375rem;top:126.625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD2aolMoe7UbIeipKwFheOSVJ2eSSUEB { width:18.75rem;height:11.375rem;top:134.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S98IhOCVk6UJW37Bo0meSVnTtmdqQRXw { width:18.75rem;height:1.298825rem;top:136.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzuuJevylX626vbyV2ngZARha09dk9Pa { width:16.25rem;height:5.19965625rem;top:139.3125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPKemI7nWgpKMEoWgkZh5mqCuL3pnms2 { width:18.75rem;height:1.298825rem;top:149.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N66drtBozkNIwrpffMnvAD889QX6Q738 { width:16.25rem;height:6.499rem;top:151.875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClhaRI46hP5fGvpHRp8e6l05QOcBB0AH { width:18.75rem;height:11.375rem;top:147.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMTU7deyu0UdATHQ0bmIlrBZAqTkRiGS { width:18.75rem;height:11.375rem;top:160rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOzmG3cgPtnZs8Oy6ACU6J3n2VCBvqZS { width:18.75rem;height:1.298825rem;top:161.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BERpZRh932yU0Ou5PzBvLI97OwhdTn7y { width:16.25rem;height:5.19965625rem;top:164.4375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiRQROpy4UXxVdbKL1T6nnuJ5xTgx85b { width:18.75rem;height:11.375rem;top:172.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzOAdQUtloG3J4X8UwSMP8T6zX7BbqWM { width:18.75rem;height:1.298825rem;top:174.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5tsC9eznUU3t4r9aedZ7uiSizTfmO09 { width:16.25rem;height:5.19965625rem;top:176.9375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiQKIhnbDcw7ytItBg9vGNO3HtUegUeQ { width:18.75rem;height:11.375rem;top:185.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hdt7bC4UWdQJKnIe4UoxIJkWy0HCoCI3 { width:18.75rem;height:1.298825rem;top:187.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwTCZl4wL6QIEmWTHFfzJmVIJtvLPODw { width:16.25rem;height:3.8997375rem;top:189.75rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Baphsfqr2DigA8zS4FmIehWaxTK6WzkT { display:block; }#Baphsfqr2DigA8zS4FmIehWaxTK6WzkT > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUsyaCiROUe5ygvMZBepxdEK8Zdl1yRV { width:18.6875rem;height:4.4375rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #erMOCtzhyCVeNkNK5iBsm0wBPzpuVg5n { display:block; }
 }@media only screen and (max-width: 763px) { #bU6tRzIvrEWWqqtUSEhaLDJhaQEp6md5 { display:block; }#bU6tRzIvrEWWqqtUSEhaLDJhaQEp6md5 > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iem39f4iuZmSfhQDQTsBRQpwmBw1BASI { width:20rem;height:41.98509375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k { display:block; }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dcNgnKv5CfaffQX4woeK8MULza8u93aH { width:20rem;height:2.39968125rem;top:5.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqpcFw8oPTdTgg4zNqhQZa4Em4lSyxnQ { width:20rem;height:5.1953125rem;top:24.23828125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qizem7vwU5WISFDpD4dGu8dcIiOATqwa { width:17.0625rem;height:14.1894375rem;top:30.375rem;left:0.9375rem;font-size:1rem;display:block; }#qizem7vwU5WISFDpD4dGu8dcIiOATqwa li:before{  }
 }@media only screen and (max-width: 763px) { #RvyfIKGdN3J2yCxxflCt7Lo1p8xTw78a { width:15.8125rem;height:3.125rem;top:0rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqnmqkuUEyyfmwJaFS4Iptpw5RvBs0GM { width:18.6870625rem;height:4.43685rem;top:62.911244392394rem;left:0.65538197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZBgO9tyCJyHhmHI9Ivv2Xm7aiGIBG86 { display:block; }
 }@media only screen and (max-width: 763px) { #hWJfSKx1tVoZSnVrtXNRaUr9efXHkaTE { width:16.9375rem;height:14.1894375rem;top:45.8125rem;left:0.9375rem;font-size:1rem;display:block; }#hWJfSKx1tVoZSnVrtXNRaUr9efXHkaTE li:before{  }
 }@media only screen and (max-width: 763px) { #ZU5VmgQJbX1XR5A8r2fIsQpRMSTWPBvQ { width:20rem;height:13.2305rem;top:9.619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDQVE12sbUJJv9KckN102MiA9sDaTR6U { display:block; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTinyie8wVm7ptkxfA9sQG1Ov7IRJmFv { width:20rem;height:21.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPrsIquSyVc5CgTT629CXI3TQ1Anp02H { display:block; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FiXPVS7yotqtgbCALU8qyaWQutFyW6pT { width:20rem;height:27.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUQFU19ty4Xt6JOpTH8gVUuyoihl70h4 { width:20rem;height:3.60085rem;top:29.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ONh4fArBOinGimUN2T7I837wrGKwEQm6 { width:18.375rem;height:1.298825rem;top:44.849182128906rem;left:1.4993491768837rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #orA6XmQU9pGeKp4bbrkpJ8Vx19hNHcbk { width:3.25rem;height:3.25rem;top:40.3496125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4fEZNzJvKHMBI6pZT0MZtcOB8Eh6mb7 { width:9.5625rem;height:1.462675rem;top:3.3125rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAUXW6UZMuTS1ad9H5iE3tzbIFgdRsEZ { width:18.125rem;height:0.0625rem;top:5.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDWZe5JUtp5KRxqk19GTMoTvDEW81Xaq { width:9.5625rem;height:1.462675rem;top:6.5rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBXbXqwPLGDVMg6AHM6eyA8oqRTqTCFl { width:18.125rem;height:0.0625rem;top:8.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgJB5OCAqUuCgIXNqQhUkcpU0WEvwzoP { width:9.5625rem;height:1.462675rem;top:9.75rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7ToGCKUSMZiMF49skREu0AZIEke7dyy { width:18.125rem;height:0.0625rem;top:11.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9Ug2XiKBAzk42JpMv4LLSft3SwaAfnG { width:9.5625rem;height:1.462675rem;top:13rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIa0OE21fMdg42h5TG2KvN8Ed6p82mZq { width:18.125rem;height:0.0625rem;top:15.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQsgv7pmwap4HmuqRqK0T0xww7uMXDQP { width:9.5625rem;height:1.462675rem;top:16.3125rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgTxeCaiGRzQnk7VM174aPeANbmrHlZk { width:18.125rem;height:0.0625rem;top:18.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0Ns43R1EswXLVxO4hua66IQ0h1nVCiL { width:9.5625rem;height:1.462675rem;top:19.5625rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ1E1BZ8FzTyrI0ldBNsJJG79xKslnR6 { width:18.125rem;height:0.0625rem;top:21.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGz0S8JVXq6a2QW50Ff4KAXTTDpLWWX9 { width:9.5625rem;height:1.462675rem;top:22.875rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1R5eZBGAArcoRzqfhhTnv6ao4RFOzFP { width:9.5625rem;height:1.462675rem;top:3.3125rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buvepbn2qxEtbLWWJ0QKsP0J23Fw17xs { width:9.5625rem;height:1.462675rem;top:6.5rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrhA3Nbmo9gpMiHFOyrLuheN6RiVVPXA { width:9.5625rem;height:1.462675rem;top:9.75rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTwk0yTCe7oUlVQXuOiJv7y6ZKJcQ5EG { width:9.5625rem;height:1.462675rem;top:13rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQcQhrp3V2wIx0G7ec5qHlwwfeZfTx3a { width:9.5625rem;height:1.462675rem;top:16.3125rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN08Jc8nmKkazLiqXaTctUEQZbxhgqU9 { width:9.5625rem;height:1.462675rem;top:19.5625rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9OiNyCLV8qPpi2WZFA48SRf2QWPI93l { width:9.5625rem;height:1.462675rem;top:22.875rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtBUCJhNst31Kk4EOIGCVAXe6uAVkqZw { width:18.125rem;height:0.0625rem;top:24.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsuiTNHMqzKoNGpx7PmpkVeav8iq5D19 { width:19.4998125rem;height:1.54385625rem;top:47.761503219604rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BXCznW9OKyvSJzRM21NKOh4UTKyirF9Z { width:18.6875rem;height:4.4375rem;top:34.6621125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u09OPSxKNUys5QP1CF99pDORRFyZrWqW { display:block; }
 }