.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#cAvqieZkeiJukOp4hul1oTGIFZMW6kLv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#cAvqieZkeiJukOp4hul1oTGIFZMW6kLv > .row .container { background-color: transparent; background-image: none; }#cAvqieZkeiJukOp4hul1oTGIFZMW6kLv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAvqieZkeiJukOp4hul1oTGIFZMW6kLv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAvqieZkeiJukOp4hul1oTGIFZMW6kLv > .row .container > .video-iframe-container { display: none; }#cAvqieZkeiJukOp4hul1oTGIFZMW6kLv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAvqieZkeiJukOp4hul1oTGIFZMW6kLv > .row > .video-iframe-container { display: none; }#cAvqieZkeiJukOp4hul1oTGIFZMW6kLv > .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); }#cAvqieZkeiJukOp4hul1oTGIFZMW6kLv > .row .container { border-width: 0; border-radius: 0; }#cAvqieZkeiJukOp4hul1oTGIFZMW6kLv > .row > .video-iframe-container {  }#cAvqieZkeiJukOp4hul1oTGIFZMW6kLv > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#ebaxCRtVhGHaTWBvcvxVeZZfC4gCW1M4 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:10.4375rem;top:0.59375rem;left:32.281251907349rem;overflow:hidden;display:block; }
#G6oi0NJJNMRL9I4k331kgTtwSkxTTffa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#951114;background-image:none;position:relative;display:block; }#G6oi0NJJNMRL9I4k331kgTtwSkxTTffa > .row .container { background-color: transparent; background-image: none; }#G6oi0NJJNMRL9I4k331kgTtwSkxTTffa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6oi0NJJNMRL9I4k331kgTtwSkxTTffa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6oi0NJJNMRL9I4k331kgTtwSkxTTffa > .row .container > .video-iframe-container { display: none; }#G6oi0NJJNMRL9I4k331kgTtwSkxTTffa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6oi0NJJNMRL9I4k331kgTtwSkxTTffa > .row > .video-iframe-container { display: none; }#G6oi0NJJNMRL9I4k331kgTtwSkxTTffa > .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); }#G6oi0NJJNMRL9I4k331kgTtwSkxTTffa > .row .container { border-width: 0; border-radius: 0; }#G6oi0NJJNMRL9I4k331kgTtwSkxTTffa > .row > .video-iframe-container {  }#G6oi0NJJNMRL9I4k331kgTtwSkxTTffa > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0.544375rem;padding-right:0.488125rem;padding-bottom:0.544375rem;padding-left:0.488125rem;display:block;align-items:center;width:2.92875rem;min-width:2.92875rem;height:2.92625rem;position:relative;font-family:"open sans";font-size:2.178125rem;font-weight:700;line-height:46.82px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.34rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.905rem;height:1.156875rem;position:relative;font-family:"open sans";font-size:0.816875rem;font-weight:400;line-height:18.51px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:19.625rem;height:5.51171875rem;padding-top:0.680625rem;padding-right:0.6975rem;padding-bottom:0.680625rem;padding-left:0.6975rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:26.989061355591rem;z-index:100000; }
#fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #EzWPZh0xwlbAECgCVbgBg0TXoTHgcVEF { display:flex;position:relative;top:0rem;left:0rem; }
#fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #F2RdMOeB55lv5x9f9tvwSsGeR8Cqd9PZ { width:auto; }
#fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #VgiXMdG6hzIpTEpGBvrbCiOyC2m0z8Fs {  }
#fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #mr5ds3bzbr2DqkhAprZSJGmRrWSnWThV { display:flex;position:relative;top:0rem;left:0rem; }
#fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #srAgGaw6Zl1w7s5ml5F9DT5sDsk85Ug6 {  }
#fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #qUQHD3rodos4dirp0TTTUTskwAkSqaR7 {  }
#fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #pgeR3gKDbEvrDnpLyczJa5Rf6O8i9w6a { display:flex;position:relative;top:0rem;left:0rem; }
#fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #UePPr7aaR8Ryybvlt4ETcDeLZqdvECor {  }
#fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #Jdnf72rlWEGDbD4lhxe5cvALodD0OGeT {  }
#fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #oLIfKR0HrVBoKfTRp6GsD3oRnf5xmynr { display:flex;position:relative;top:0rem;left:0rem; }
#fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #ARKEonysdGMM0S8rt0NnJgBOSIUqAeua {  }
#fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #vmVMqVLKGOA6v2XSgTFn4M60DsKvZWk9 {  }
#T8gMXeweMaUNPPyvyJ4Vqp52lVG5atgW { background-color:transparent;background-image:url("https://images.assets-landingi.com/vqDAUejnwKw/unsplash/victor-freitas-vqDAUejnwKw-photo-1521804906057-1df8fdb718b7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#T8gMXeweMaUNPPyvyJ4Vqp52lVG5atgW.adaptive-delivery-prevent-bg, #T8gMXeweMaUNPPyvyJ4Vqp52lVG5atgW.lazyload, #T8gMXeweMaUNPPyvyJ4Vqp52lVG5atgW.lazyloading { background-image: none; }#T8gMXeweMaUNPPyvyJ4Vqp52lVG5atgW > .row .container { background-color: transparent; background-image: none; }#T8gMXeweMaUNPPyvyJ4Vqp52lVG5atgW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.5); }#T8gMXeweMaUNPPyvyJ4Vqp52lVG5atgW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8gMXeweMaUNPPyvyJ4Vqp52lVG5atgW > .row .container > .video-iframe-container { display: none; }#T8gMXeweMaUNPPyvyJ4Vqp52lVG5atgW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.5); }#T8gMXeweMaUNPPyvyJ4Vqp52lVG5atgW > .row > .video-iframe-container { display: none; }#T8gMXeweMaUNPPyvyJ4Vqp52lVG5atgW > .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); }#T8gMXeweMaUNPPyvyJ4Vqp52lVG5atgW > .row .container { border-width: 0; border-radius: 0; }#T8gMXeweMaUNPPyvyJ4Vqp52lVG5atgW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#T8gMXeweMaUNPPyvyJ4Vqp52lVG5atgW > .row > .video-iframe-container {  }#T8gMXeweMaUNPPyvyJ4Vqp52lVG5atgW > .row .container { width:75rem;height:54.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#kSMTQZsGfGvh7CFiaO3k1sHzyZEBvIAG { display:block;width:72.3125rem;position:absolute;font-family:"open sans";font-size:3.5rem;font-weight:300;z-index:100000;line-height:1.1;letter-spacing:0;top:2.0625rem;left:2.6875rem;height:11.5488125rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DeNiJ2WxbIwwMX7DKyyTNJTleQfDVTDT { display:block;width:53.9375rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:15.5625rem;left:2.1875rem;height:2.925rem;color:#00c2ca;font-style:normal;display:block; }
#sRDxWWCqEycMxdMG47IwW0I4pdkHTVzD { display:block;width:30.8125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:20.25rem;left:2.1875rem;height:;color:#951114;font-style:normal;display:block; }#sRDxWWCqEycMxdMG47IwW0I4pdkHTVzD li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#sRDxWWCqEycMxdMG47IwW0I4pdkHTVzD li:before{  }
#xuVidLzKXvVkNrGGyrXMMPpiO8ywmsaw { display:block;width:9.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:50.25rem;left:32.8125rem;height:1.4625rem;color:#000000;font-style:normal;display:block; }
#GQVA8UIS4cg0weBVcM2bZIGwH97ZVD9h { background-color:#951114;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4375rem;height:4.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:45.4375rem;left:26.3125rem;display:block; }
#TavdxKUq030uEI2i7KR7ZbuLPtwKlqby { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#qPxxVFrT8VPh6733v17BfOcO4E096BJH { display:block;width:30.8125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:20.25rem;left:40.750001907349rem;height:;color:#951114;font-style:normal;display:block; }#qPxxVFrT8VPh6733v17BfOcO4E096BJH li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#qPxxVFrT8VPh6733v17BfOcO4E096BJH li:before{  }
#TWawGOht7S89BlEAMcczBOlpAfhlT2Su { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TWawGOht7S89BlEAMcczBOlpAfhlT2Su > .row .container { background-color: transparent; background-image: none; }#TWawGOht7S89BlEAMcczBOlpAfhlT2Su::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWawGOht7S89BlEAMcczBOlpAfhlT2Su > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWawGOht7S89BlEAMcczBOlpAfhlT2Su > .row .container > .video-iframe-container { display: none; }#TWawGOht7S89BlEAMcczBOlpAfhlT2Su > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWawGOht7S89BlEAMcczBOlpAfhlT2Su > .row > .video-iframe-container { display: none; }#TWawGOht7S89BlEAMcczBOlpAfhlT2Su > .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); }#TWawGOht7S89BlEAMcczBOlpAfhlT2Su > .row .container { border-width: 0; border-radius: 0; }#TWawGOht7S89BlEAMcczBOlpAfhlT2Su > .row > .video-iframe-container {  }#TWawGOht7S89BlEAMcczBOlpAfhlT2Su > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#Oa34qTwoG8NXbQ3DsGT78NSDObl7Z880 { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:10.625rem;left:2.5rem;height:1.95rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#XhTLEkCq2H1WLAREHwQA2wULhnQER6iz { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#951114;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:100000;top:4.0625rem;left:9.0625rem;display:block; }
#P2mArtWdltU9Jr36h0QoO5ITE3U521tI { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:5.3125rem;left:10.3125rem;display:block; }
#eahPNMngLm3vWt1AxXSb2yK0eTq9PJy7 { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100003;line-height:1.4;letter-spacing:0;top:13.25rem;left:2.5rem;height:2.798825rem;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#p2fPREF11EuqDzd9nMD7pHSdAkr3bXEb { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100007;line-height:1.4;letter-spacing:0;top:13.25rem;left:28.125rem;height:2.798825rem;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#yK0dFJ6F5Q8ZEXzpQPKNLUDhMc9FOsAZ { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:10.625rem;left:28.125rem;height:1.95rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#ZU0rpXFPrnuhQQ1tkb0st14ZTlK29DaP { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#951114;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:100004;top:4.0625rem;left:34.6875rem;display:block; }
#UNkFOA4zdTKc9dyKeF06GOSAed7d8lTH { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:5.3125rem;left:35.9375rem;display:block; }
#aELf7hgdFEnXBnqfoHczJCHZtX1WVuIs { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100011;line-height:1.4;letter-spacing:0;top:13.25rem;left:53.75rem;height:2.798825rem;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#xB7hW8aHBTvCeuk8CLpPmGaxbXJDh8lb { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:10.625rem;left:53.75rem;height:1.95rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#GrGGRlyT8WaWkufAaNvT2T0I5SOJq8Wr { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#951114;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:100008;top:4.0625rem;left:60.3125rem;display:block; }
#PlNKC1zH9GApyqlobHdRTXa7d8mG8Qcv { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:5.3125rem;left:61.5625rem;display:block; }
#dhAkLZObT7UWTMRCViVzogFCRyPp6DGD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#dhAkLZObT7UWTMRCViVzogFCRyPp6DGD > .row .container { background-color: transparent; background-image: none; }#dhAkLZObT7UWTMRCViVzogFCRyPp6DGD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhAkLZObT7UWTMRCViVzogFCRyPp6DGD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhAkLZObT7UWTMRCViVzogFCRyPp6DGD > .row .container > .video-iframe-container { display: none; }#dhAkLZObT7UWTMRCViVzogFCRyPp6DGD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhAkLZObT7UWTMRCViVzogFCRyPp6DGD > .row > .video-iframe-container { display: none; }#dhAkLZObT7UWTMRCViVzogFCRyPp6DGD > .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); }#dhAkLZObT7UWTMRCViVzogFCRyPp6DGD > .row .container { border-width: 0; border-radius: 0; }#dhAkLZObT7UWTMRCViVzogFCRyPp6DGD > .row > .video-iframe-container {  }#dhAkLZObT7UWTMRCViVzogFCRyPp6DGD > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#o4Cv2Tcu8JimCb66hoos7M5lgc04HqV4 { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:3.7375rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#JVfN7HeT6gvOMPmlHDGTR6LcPTvFEULb { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.875rem;width:24.9375rem;top:10.437499046326rem;left:0rem;overflow:hidden;display:block; }
#H5pyyIcSbLNz6zMLV5gIFckWHnBDIFhT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#H5pyyIcSbLNz6zMLV5gIFckWHnBDIFhT > .row .container { background-color: transparent; background-image: none; }#H5pyyIcSbLNz6zMLV5gIFckWHnBDIFhT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5pyyIcSbLNz6zMLV5gIFckWHnBDIFhT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5pyyIcSbLNz6zMLV5gIFckWHnBDIFhT > .row .container > .video-iframe-container { display: none; }#H5pyyIcSbLNz6zMLV5gIFckWHnBDIFhT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5pyyIcSbLNz6zMLV5gIFckWHnBDIFhT > .row > .video-iframe-container { display: none; }#H5pyyIcSbLNz6zMLV5gIFckWHnBDIFhT > .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); }#H5pyyIcSbLNz6zMLV5gIFckWHnBDIFhT > .row .container { border-width: 0; border-radius: 0; }#H5pyyIcSbLNz6zMLV5gIFckWHnBDIFhT > .row > .video-iframe-container {  }#H5pyyIcSbLNz6zMLV5gIFckWHnBDIFhT > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#IFR65BbDvGeDzLCDlRrW520ViDZtdH2J { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.875rem;width:24.9375rem;top:0rem;left:25.000001907349rem;overflow:hidden;display:block; }
#Es5nOTCFG21uvlpCffs0zLKo1UnSU3CS { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.875rem;width:24.9375rem;top:0rem;left:50.062501907349rem;overflow:hidden;display:block; }
#OkovUhu9h52kMspNbkkR5D1VQWTFXTqJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#951114;background-image:none;position:relative;display:block; }#OkovUhu9h52kMspNbkkR5D1VQWTFXTqJ > .row .container { background-color: transparent; background-image: none; }#OkovUhu9h52kMspNbkkR5D1VQWTFXTqJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkovUhu9h52kMspNbkkR5D1VQWTFXTqJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkovUhu9h52kMspNbkkR5D1VQWTFXTqJ > .row .container > .video-iframe-container { display: none; }#OkovUhu9h52kMspNbkkR5D1VQWTFXTqJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkovUhu9h52kMspNbkkR5D1VQWTFXTqJ > .row > .video-iframe-container { display: none; }#OkovUhu9h52kMspNbkkR5D1VQWTFXTqJ > .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); }#OkovUhu9h52kMspNbkkR5D1VQWTFXTqJ > .row .container { border-width: 0; border-radius: 0; }#OkovUhu9h52kMspNbkkR5D1VQWTFXTqJ > .row > .video-iframe-container {  }#OkovUhu9h52kMspNbkkR5D1VQWTFXTqJ > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:75rem;position:relative;display:block; }#TasTMJtdtdOTpoGcRrs31DIi5RDf3FRf { display:block;width:51.75rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:4.1875rem;left:12.6875rem;height:3.7375rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#RgntNcdGzlDN78zvZWJvMfI7WGQuZ3in { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#951114;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4375rem;height:4.1875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:13.375rem;left:26.28125rem;display:block; }
#UOmpmWZzIOgOaevzCwi5AtuBTQT9D04O { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#QZcTi69OLwFlbDHa0sTgzEl66WTic6VN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3f3f3f;background-image:none;position:relative;display:block; }#QZcTi69OLwFlbDHa0sTgzEl66WTic6VN > .row .container { background-color: transparent; background-image: none; }#QZcTi69OLwFlbDHa0sTgzEl66WTic6VN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZcTi69OLwFlbDHa0sTgzEl66WTic6VN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZcTi69OLwFlbDHa0sTgzEl66WTic6VN > .row .container > .video-iframe-container { display: none; }#QZcTi69OLwFlbDHa0sTgzEl66WTic6VN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZcTi69OLwFlbDHa0sTgzEl66WTic6VN > .row > .video-iframe-container { display: none; }#QZcTi69OLwFlbDHa0sTgzEl66WTic6VN > .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); }#QZcTi69OLwFlbDHa0sTgzEl66WTic6VN > .row .container { border-width: 0; border-radius: 0; }#QZcTi69OLwFlbDHa0sTgzEl66WTic6VN > .row > .video-iframe-container {  }#QZcTi69OLwFlbDHa0sTgzEl66WTic6VN > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:75rem;position:relative;display:block; }#tHOTIvgPmWgBKknFvaRQo7Zvgz0nn8PN { color:#000000;display:block;width:6.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.3125rem;left:31.375rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#lopiy84OVgHH8UxIvdRwlR8G7VNL0byI { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:7.3125rem;left:39.125rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#ypWQRQx5m9c9T8HaDI5EVW9dfFDoAPzt { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:9.9992179870606rem;left:0rem;height:4.87305625rem;text-align:center;text-align-last:center;display:block; }
#BTcKE612E2Pa1bTRCVTGlnMWg8zsHNr5 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:9.875rem;top:1.5rem;left:32.5625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cAvqieZkeiJukOp4hul1oTGIFZMW6kLv { display:block; }#cAvqieZkeiJukOp4hul1oTGIFZMW6kLv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebaxCRtVhGHaTWBvcvxVeZZfC4gCW1M4 { top:0.5625rem;left:18.656251907349rem;width:10.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6oi0NJJNMRL9I4k331kgTtwSkxTTffa { display:block; }#G6oi0NJJNMRL9I4k331kgTtwSkxTTffa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C { display:flex;width:18rem;height:5.0625rem;top:0rem;left:13.145311355591rem; }
 }@media only screen and (max-width: 763px) { #fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #EzWPZh0xwlbAECgCVbgBg0TXoTHgcVEF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #F2RdMOeB55lv5x9f9tvwSsGeR8Cqd9PZ {  }
 }@media only screen and (max-width: 763px) { #fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #VgiXMdG6hzIpTEpGBvrbCiOyC2m0z8Fs {  }
 }@media only screen and (max-width: 763px) { #fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #mr5ds3bzbr2DqkhAprZSJGmRrWSnWThV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #srAgGaw6Zl1w7s5ml5F9DT5sDsk85Ug6 {  }
 }@media only screen and (max-width: 763px) { #fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #qUQHD3rodos4dirp0TTTUTskwAkSqaR7 {  }
 }@media only screen and (max-width: 763px) { #fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #pgeR3gKDbEvrDnpLyczJa5Rf6O8i9w6a { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #UePPr7aaR8Ryybvlt4ETcDeLZqdvECor {  }
 }@media only screen and (max-width: 763px) { #fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #Jdnf72rlWEGDbD4lhxe5cvALodD0OGeT {  }
 }@media only screen and (max-width: 763px) { #fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #oLIfKR0HrVBoKfTRp6GsD3oRnf5xmynr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #ARKEonysdGMM0S8rt0NnJgBOSIUqAeua {  }
 }@media only screen and (max-width: 763px) { #fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #vmVMqVLKGOA6v2XSgTFn4M60DsKvZWk9 {  }
 }@media only screen and (max-width: 763px) { #T8gMXeweMaUNPPyvyJ4Vqp52lVG5atgW { display:block; }#T8gMXeweMaUNPPyvyJ4Vqp52lVG5atgW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSMTQZsGfGvh7CFiaO3k1sHzyZEBvIAG { width:47.75rem;height:11.5rem;top:2.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeNiJ2WxbIwwMX7DKyyTNJTleQfDVTDT { width:47.75rem;height:2.875rem;top:15.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRDxWWCqEycMxdMG47IwW0I4pdkHTVzD { width:30.8125rem;height:;top:20.25rem;left:0rem;font-size:1.125rem;display:block; }#sRDxWWCqEycMxdMG47IwW0I4pdkHTVzD li:before{  }
 }@media only screen and (max-width: 763px) { #xuVidLzKXvVkNrGGyrXMMPpiO8ywmsaw { width:9.4375rem;height:1.4375rem;top:50.25rem;left:19.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQVA8UIS4cg0weBVcM2bZIGwH97ZVD9h { width:22.4375rem;height:4.1875rem;top:45.4375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TavdxKUq030uEI2i7KR7ZbuLPtwKlqby { display:block; }
 }@media only screen and (max-width: 763px) { #qPxxVFrT8VPh6733v17BfOcO4E096BJH { width:30.8125rem;height:;top:20.25rem;left:16.9375rem;font-size:1.125rem;display:block; }#qPxxVFrT8VPh6733v17BfOcO4E096BJH li:before{  }
 }@media only screen and (max-width: 763px) { #TWawGOht7S89BlEAMcczBOlpAfhlT2Su { display:block; }#TWawGOht7S89BlEAMcczBOlpAfhlT2Su > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oa34qTwoG8NXbQ3DsGT78NSDObl7Z880 { width:18.75rem;height:1.9375rem;top:10.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhTLEkCq2H1WLAREHwQA2wULhnQER6iz { width:5.625rem;height:5.625rem;top:4.125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2mArtWdltU9Jr36h0QoO5ITE3U521tI { width:3.125rem;height:3.125rem;top:5.375rem;left:6.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eahPNMngLm3vWt1AxXSb2yK0eTq9PJy7 { width:18.75rem;height:2.75rem;top:13.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2fPREF11EuqDzd9nMD7pHSdAkr3bXEb { width:18.75rem;height:2.75rem;top:13.25rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK0dFJ6F5Q8ZEXzpQPKNLUDhMc9FOsAZ { width:15.9375rem;height:1.9375rem;top:10.625rem;left:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU0rpXFPrnuhQQ1tkb0st14ZTlK29DaP { width:5.625rem;height:5.625rem;top:4.125rem;left:21.041666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNkFOA4zdTKc9dyKeF06GOSAed7d8lTH { width:3.125rem;height:3.125rem;top:5.375rem;left:22.291666666667rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aELf7hgdFEnXBnqfoHczJCHZtX1WVuIs { width:18.75rem;height:2.75rem;top:13.25rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB7hW8aHBTvCeuk8CLpPmGaxbXJDh8lb { width:15.9375rem;height:1.9375rem;top:10.6875rem;left:31.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrGGRlyT8WaWkufAaNvT2T0I5SOJq8Wr { width:5.625rem;height:5.625rem;top:4.1875rem;left:37.020833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlNKC1zH9GApyqlobHdRTXa7d8mG8Qcv { width:3.125rem;height:3.125rem;top:5.4375rem;left:38.270833333333rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhAkLZObT7UWTMRCViVzogFCRyPp6DGD { display:block; }#dhAkLZObT7UWTMRCViVzogFCRyPp6DGD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4Cv2Tcu8JimCb66hoos7M5lgc04HqV4 { width:47.75rem;height:3.6875rem;top:3.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVfN7HeT6gvOMPmlHDGTR6LcPTvFEULb { top:10.375rem;left:0rem;width:24.9375rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5pyyIcSbLNz6zMLV5gIFckWHnBDIFhT { display:block; }#H5pyyIcSbLNz6zMLV5gIFckWHnBDIFhT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFR65BbDvGeDzLCDlRrW520ViDZtdH2J { top:0rem;left:6.8125rem;width:24.9375rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es5nOTCFG21uvlpCffs0zLKo1UnSU3CS { top:0rem;left:22.6875rem;width:24.9375rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkovUhu9h52kMspNbkkR5D1VQWTFXTqJ { display:block; }#OkovUhu9h52kMspNbkkR5D1VQWTFXTqJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TasTMJtdtdOTpoGcRrs31DIi5RDf3FRf { width:47.75rem;height:3.6875rem;top:4.1875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgntNcdGzlDN78zvZWJvMfI7WGQuZ3in { width:22.4375rem;height:4.1875rem;top:13.375rem;left:12.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOmpmWZzIOgOaevzCwi5AtuBTQT9D04O { display:block; }
 }@media only screen and (max-width: 763px) { #QZcTi69OLwFlbDHa0sTgzEl66WTic6VN { display:block; }#QZcTi69OLwFlbDHa0sTgzEl66WTic6VN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHOTIvgPmWgBKknFvaRQo7Zvgz0nn8PN { top:7.3125rem;left:17.75rem;width:6.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lopiy84OVgHH8UxIvdRwlR8G7VNL0byI { top:7.3125rem;left:25.5rem;width:4.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypWQRQx5m9c9T8HaDI5EVW9dfFDoAPzt { top:9.9375rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTcKE612E2Pa1bTRCVTGlnMWg8zsHNr5 { top:1.5rem;left:18.9375rem;width:9.875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cAvqieZkeiJukOp4hul1oTGIFZMW6kLv { display:block; }#cAvqieZkeiJukOp4hul1oTGIFZMW6kLv > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebaxCRtVhGHaTWBvcvxVeZZfC4gCW1M4 { width:6.125rem;height:2.5625rem;top:0.8125rem;left:6.9374998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6oi0NJJNMRL9I4k331kgTtwSkxTTffa { display:block; }#G6oi0NJJNMRL9I4k331kgTtwSkxTTffa > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C { display:flex;width:18rem;height:5.0625rem;top:0.50546884536743rem;left:0.30156254768372rem; }
 }@media only screen and (max-width: 763px) { #fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #EzWPZh0xwlbAECgCVbgBg0TXoTHgcVEF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #F2RdMOeB55lv5x9f9tvwSsGeR8Cqd9PZ {  }
 }@media only screen and (max-width: 763px) { #fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #VgiXMdG6hzIpTEpGBvrbCiOyC2m0z8Fs {  }
 }@media only screen and (max-width: 763px) { #fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #mr5ds3bzbr2DqkhAprZSJGmRrWSnWThV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #srAgGaw6Zl1w7s5ml5F9DT5sDsk85Ug6 {  }
 }@media only screen and (max-width: 763px) { #fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #qUQHD3rodos4dirp0TTTUTskwAkSqaR7 {  }
 }@media only screen and (max-width: 763px) { #fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #pgeR3gKDbEvrDnpLyczJa5Rf6O8i9w6a { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #UePPr7aaR8Ryybvlt4ETcDeLZqdvECor {  }
 }@media only screen and (max-width: 763px) { #fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #Jdnf72rlWEGDbD4lhxe5cvALodD0OGeT {  }
 }@media only screen and (max-width: 763px) { #fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #oLIfKR0HrVBoKfTRp6GsD3oRnf5xmynr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #ARKEonysdGMM0S8rt0NnJgBOSIUqAeua {  }
 }@media only screen and (max-width: 763px) { #fdcK2HzbOaVi4rEcXn7SDEbfHu3qzF8C #vmVMqVLKGOA6v2XSgTFn4M60DsKvZWk9 {  }
 }@media only screen and (max-width: 763px) { #T8gMXeweMaUNPPyvyJ4Vqp52lVG5atgW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b1584808-d975-40d3-8bdc-519c4f3873db/Untitleddesign.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#T8gMXeweMaUNPPyvyJ4Vqp52lVG5atgW.adaptive-delivery-prevent-bg, #T8gMXeweMaUNPPyvyJ4Vqp52lVG5atgW.lazyload, #T8gMXeweMaUNPPyvyJ4Vqp52lVG5atgW.lazyloading { background-image: none; }#T8gMXeweMaUNPPyvyJ4Vqp52lVG5atgW > .row .container { background-color: transparent; background-image: none; }#T8gMXeweMaUNPPyvyJ4Vqp52lVG5atgW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(69,69,69,0.6); }#T8gMXeweMaUNPPyvyJ4Vqp52lVG5atgW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8gMXeweMaUNPPyvyJ4Vqp52lVG5atgW > .row .container > .video-iframe-container { display: none; }#T8gMXeweMaUNPPyvyJ4Vqp52lVG5atgW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(69,69,69,0.6); }#T8gMXeweMaUNPPyvyJ4Vqp52lVG5atgW > .row > .video-iframe-container { display: none; }#T8gMXeweMaUNPPyvyJ4Vqp52lVG5atgW > .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); }#T8gMXeweMaUNPPyvyJ4Vqp52lVG5atgW > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSMTQZsGfGvh7CFiaO3k1sHzyZEBvIAG { width:20rem;height:6.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeNiJ2WxbIwwMX7DKyyTNJTleQfDVTDT { width:20rem;height:0;top:11.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sRDxWWCqEycMxdMG47IwW0I4pdkHTVzD { width:20rem;height:14.7375rem;top:10.1875rem;left:0rem;font-size:1.125rem;display:block; }#sRDxWWCqEycMxdMG47IwW0I4pdkHTVzD li:before{  }
 }@media only screen and (max-width: 763px) { #xuVidLzKXvVkNrGGyrXMMPpiO8ywmsaw { width:11rem;height:1.38125rem;top:46.5rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQVA8UIS4cg0weBVcM2bZIGwH97ZVD9h { width:15.625rem;height:3.75rem;top:41.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TavdxKUq030uEI2i7KR7ZbuLPtwKlqby { display:block; }
 }@media only screen and (max-width: 763px) { #qPxxVFrT8VPh6733v17BfOcO4E096BJH { width:20rem;height:12.525rem;top:26.006249427796rem;left:0rem;font-size:1.125rem;display:block; }#qPxxVFrT8VPh6733v17BfOcO4E096BJH li:before{  }
 }@media only screen and (max-width: 763px) { #TWawGOht7S89BlEAMcczBOlpAfhlT2Su { display:block; }#TWawGOht7S89BlEAMcczBOlpAfhlT2Su > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oa34qTwoG8NXbQ3DsGT78NSDObl7Z880 { width:18.75rem;height:1.95rem;top:10.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhTLEkCq2H1WLAREHwQA2wULhnQER6iz { width:5.625rem;height:5.625rem;top:3.125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2mArtWdltU9Jr36h0QoO5ITE3U521tI { width:3.125rem;height:3.125rem;top:4.375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eahPNMngLm3vWt1AxXSb2yK0eTq9PJy7 { width:18.75rem;height:2.8rem;top:13.375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p2fPREF11EuqDzd9nMD7pHSdAkr3bXEb { width:18.75rem;height:2.8rem;top:29.375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yK0dFJ6F5Q8ZEXzpQPKNLUDhMc9FOsAZ { width:18.75rem;height:1.95rem;top:26.1875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZU0rpXFPrnuhQQ1tkb0st14ZTlK29DaP { width:5.625rem;height:5.625rem;top:19.3125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNkFOA4zdTKc9dyKeF06GOSAed7d8lTH { width:3.125rem;height:3.125rem;top:20.5625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aELf7hgdFEnXBnqfoHczJCHZtX1WVuIs { width:18.75rem;height:2.8rem;top:44.75rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xB7hW8aHBTvCeuk8CLpPmGaxbXJDh8lb { width:18.75rem;height:1.95rem;top:41.5625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GrGGRlyT8WaWkufAaNvT2T0I5SOJq8Wr { width:5.625rem;height:5.625rem;top:34.6875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlNKC1zH9GApyqlobHdRTXa7d8mG8Qcv { width:3.125rem;height:3.125rem;top:35.9375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhAkLZObT7UWTMRCViVzogFCRyPp6DGD { display:block; }#dhAkLZObT7UWTMRCViVzogFCRyPp6DGD > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4Cv2Tcu8JimCb66hoos7M5lgc04HqV4 { width:20rem;height:2.275rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVfN7HeT6gvOMPmlHDGTR6LcPTvFEULb { width:20rem;height:16.741854636591rem;top:6.025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5pyyIcSbLNz6zMLV5gIFckWHnBDIFhT { display:block; }#H5pyyIcSbLNz6zMLV5gIFckWHnBDIFhT > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFR65BbDvGeDzLCDlRrW520ViDZtdH2J { width:20rem;height:16.741854636591rem;top:1.2500033378601rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es5nOTCFG21uvlpCffs0zLKo1UnSU3CS { width:20rem;height:16.741854636591rem;top:19.177343845367rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkovUhu9h52kMspNbkkR5D1VQWTFXTqJ { display:block; }#OkovUhu9h52kMspNbkkR5D1VQWTFXTqJ > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TasTMJtdtdOTpoGcRrs31DIi5RDf3FRf { width:20rem;height:5.3625rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgntNcdGzlDN78zvZWJvMfI7WGQuZ3in { width:19rem;height:4.1875rem;top:9.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOmpmWZzIOgOaevzCwi5AtuBTQT9D04O { display:block; }
 }@media only screen and (max-width: 763px) { #QZcTi69OLwFlbDHa0sTgzEl66WTic6VN { display:block; }#QZcTi69OLwFlbDHa0sTgzEl66WTic6VN > .row .container { width:20rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHOTIvgPmWgBKknFvaRQo7Zvgz0nn8PN { width:6.125rem;height:1.1375rem;top:5.25rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lopiy84OVgHH8UxIvdRwlR8G7VNL0byI { width:4.6875rem;height:1.1375rem;top:7.625rem;left:7.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypWQRQx5m9c9T8HaDI5EVW9dfFDoAPzt { width:18.75rem;height:15.6rem;top:10.125rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTcKE612E2Pa1bTRCVTGlnMWg8zsHNr5 { width:5.9375rem;height:2.4375rem;top:1.41015625rem;left:7.0312498807906rem;display:block; }
 }