.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.86); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.86); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:56.9375rem;width:75rem;position:relative;display:block; }#DhlSq61fIdsz8IIcwOIDDZlV4TtAO6CG { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9rem;width:14.8125rem;top:6.0625rem;left:5.5625rem;overflow:hidden;display:block; }
#mIXATotTDxNTxVwA9UmHGkJkO1M9ODNu { box-sizing:content-box;color:#ffb901;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:34.25rem;left:12.9375rem;display:block; }
#sy89Cc8A8UMauf6TShAHTRg5fDtoypdw { box-sizing:content-box;color:#ffb901;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:34.25rem;left:14.625rem;display:block; }
#w4JiiSmXxiQLGHVyDaaOoZF2nDyxiVdF { box-sizing:content-box;color:#ffb901;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15036;top:34.25rem;left:16.375rem;display:block; }
#AQ4AH0cBmvOdhHimEZhPovN2PGPS7uPK { box-sizing:content-box;color:#ffb901;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:34.25rem;left:18.125rem;display:block; }
#OGcX8AowdAvMNUfg0X718IkBihcfR8WF { box-sizing:content-box;color:#ffb901;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:34.25rem;left:19.875rem;display:block; }
#C5bcghSVTXVg7oHZ0DN5TdFdSG71MKQz { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:1.9375rem;top:34.125rem;left:0rem;overflow:hidden;display:block; }
#waUlInDfhC2UpNK9E1hqWnFH2xKtOy0x { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:34.4375rem;left:2.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#JzSKzkxRdC95Wvn42kdqcT6x7vIMP0Or { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:2.0625rem;width:2.0625rem;top:10rem;left:0rem;overflow:hidden;display:block; }
#Xh4bIM2InXk6WixUelGftRv5cRWDq0KZ { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:28.6875rem;left:0rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#KaVNZCPcWI89p4TkWS5TanbDodA8hVTM { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:25rem;top:15rem;left:0rem;overflow:hidden;display:block; }
#LRatuahF8D0deIDCrJbJ1RdV388WXqsT { background-color:#ffffff;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:4.1875rem;text-decoration:none;z-index:15085;text-align:center;text-align-last:center;top:41.8125rem;left:0rem;display:block; }
#CwCdCtyyhmXfqhkX31GkhNHapeitPmx9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pMTok2qCImfMU64nH7Q45A47JIxdZrXQ { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:32.3125rem;left:0rem;height:1.29980625rem;display:block; }
#oCGSTy5EV6VlZh48mbZfGSWdpTBtKc2B { color:#ffffff;display:block;width:2.8125rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #3fc100;top:32.25rem;left:6.375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eLX80Akb1ksE8G8IlcGZFSf2XuvnTiCk { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;top:32.3125rem;left:10.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#Dn1UXXSFDpkkKwqpybXxqC8pUULhpBDk { position:absolute;display:block;z-index:15088;background-color:transparent;background-image:none;border-top:0.0625rem solid #c8c8c8;border-left:0.0625rem solid #c8c8c8;border-right:0.0625rem solid #c8c8c8;border-bottom:0.0625rem solid #c8c8c8;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:1.4375rem;width:1.875rem;top:32.1875rem;left:15.8125rem;display:block; }
#XJca4BRrJx2RX4Rdo6p4kWsgTVixTkXW { color:#ffffff;display:block;width:1.125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:32.5rem;left:16.25rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#guhOQqAmLgGTF4ldO3RMNPQtEsP1ilwH { color:#ffffff;display:block;width:33.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15088;line-height:1.3;letter-spacing:0;top:37.4375rem;left:0rem;height:2.5996125rem;font-style:normal;display:block; }
#KqHDGF9b7UcUw04DIkvU0eh4Q23wlQqt { box-sizing:content-box;color:#ffffff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:48.5rem;left:0rem;display:block; }
#uiHTzitgWvsfIHOlSM5JG5bd0POzIUlC { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:"montserrat up";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:2.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:48.5rem;left:2.5625rem;display:block; }
#giwLb7KzrDrXVtgtrPiaIuFDi60N2cxn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FkLKIMsnGQRRkzFMS13fJDJCopaFEOUQ { background-color:rgba(255,255,255,0.27);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:4.1875rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:41.8125rem;left:14.6875rem;display:block; }
#xmM3v49HmzydgeH4TbgX5Jnz2yCoAEJM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hK1rIytZpUfAMSRxWRQrxb56ArTXMwdn { background-color:rgba(255,255,255,0.27);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:4.1875rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:41.8125rem;left:14.6875rem;display:none; }
#JW16ryy55TrTPqXQ3CKqMSJ7W5egJMk0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y7uqMeXIsdXDfmZ2pi2TrT5aNIoyQJww { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0c0c;background-image:none;position:relative;display:block; }#y7uqMeXIsdXDfmZ2pi2TrT5aNIoyQJww > .row .container { background-color: transparent; background-image: none; }#y7uqMeXIsdXDfmZ2pi2TrT5aNIoyQJww::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7uqMeXIsdXDfmZ2pi2TrT5aNIoyQJww > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7uqMeXIsdXDfmZ2pi2TrT5aNIoyQJww > .row .container > .video-iframe-container { display: none; }#y7uqMeXIsdXDfmZ2pi2TrT5aNIoyQJww > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7uqMeXIsdXDfmZ2pi2TrT5aNIoyQJww > .row > .video-iframe-container { display: none; }#y7uqMeXIsdXDfmZ2pi2TrT5aNIoyQJww > .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); }#y7uqMeXIsdXDfmZ2pi2TrT5aNIoyQJww > .row .container { border-width: 0; border-radius: 0; }#y7uqMeXIsdXDfmZ2pi2TrT5aNIoyQJww > .row > .video-iframe-container {  }#y7uqMeXIsdXDfmZ2pi2TrT5aNIoyQJww > .row .container { font-size:0.875rem;font-family:arial;height:56.75rem;width:75rem;position:relative;display:block; }#enwMT0GeUxvSlFhC05et4r8PQTcg58TQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:13.25rem;width:23.625rem;top:4.375rem;left:0rem;overflow:hidden;display:block; }
#TXJTgJ465d0L6dd4UwQypLN4O6pRn3Lm { position:absolute;display:block;z-index:15001;background-color:#333333;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:8.75rem;width:23.875rem;top:17.625rem;left:0rem;display:block; }
#oWwfKwHpeRSDI9gaaUIDindlTms4irnx { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.880859375rem;left:0.65625rem;height:1.29980625rem;font-style:normal;display:block; }
#dEReNGMQzNQrbUKNU0q5oNxXCzziwUKf { position:absolute;display:block;z-index:15011;background-color:#333333;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:8.75rem;width:23.875rem;top:17.625rem;left:51.125rem;display:block; }
#ZocRAkSlWsO7I4RsWwAP8E1nytqX5Wxd { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:22.0625rem;left:51.8125rem;height:;font-style:normal;display:block; }
#Zm3v5C88Rbr0vkO2srFQib5bBiE3PRyo { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.875rem;left:51.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#ciMc6SCIqi0eyMU0EToBTVh1bipl3oTI { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:13.3125rem;width:23.75rem;top:4.375rem;left:51.125rem;overflow:hidden;display:block; }
#TMR87Bc7Hd3qNpsrJ2CwbyAMkMpgTq3k { position:absolute;display:block;z-index:15021;background-color:#333333;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:8.75rem;width:23.875rem;top:17.625rem;left:25.5625rem;display:block; }
#mtOnrWU8FybEz7H3NWaaPSUfzZI0bKmA { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:18.875rem;left:26.25rem;height:2.5996125rem;font-style:normal;display:block; }
#o6DEFKCH0k0nOZNk6i0QKtvFnPkedAMh { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:13.375rem;width:23.875rem;top:4.375rem;left:25.5625rem;overflow:hidden;display:block; }
#fXqsJpNLG6ZbMiHX1tKK7ZG1kM3PI0eF { position:absolute;display:block;z-index:15031;background-color:#333333;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:8.75rem;width:23.875rem;top:42.125rem;left:38.375rem;display:block; }
#tILCx1XmHG7OEoy5gGi1qeIGT9Iec1mn { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:43.375rem;left:39.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#hGf00DrJIAZf21zQVDTGdJbrZKz9Pqee { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:13.375rem;width:23.875rem;top:28.875rem;left:38.375rem;overflow:hidden;display:block; }
#e3BkmTg32M7Oxr2SBGG9rohM021ILV4T { position:absolute;display:block;z-index:15041;background-color:#333333;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:8.75rem;width:23.875rem;top:42.125rem;left:12.8125rem;display:block; }
#IMKtisXFdGZKTwxzbRa39uVDJqHmup3f { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:43.375rem;left:13.625rem;height:2.5996125rem;font-style:normal;display:block; }
#OE4aaVcyAeTTNlEGr2al341xTG0w4Xq0 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:13.375rem;width:23.875rem;top:28.875rem;left:12.8125rem;overflow:hidden;display:block; }
#BJIDDeKuHxZ4x8ToSIwTgRgrZTZwq6qT { position:absolute;display:block;z-index:15117;background-color:#ed2025;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:1.375rem;width:4.5rem;top:36.25rem;left:56.1875rem;display:block; }
#otwXq7ct1HBy99QhqKneBrBX0ULlLWf1 { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:36.4375rem;left:56.5625rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LJAZAxEhNkQHPe1QV1gRmaSNebb53wBL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15119;top:36.25rem;left:54.5rem; }
#ZmJ3uIfu9KT1sNpH2K49fU8wz4KdDf6g { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:22.6875rem;left:0.65625rem;height:2.2734375rem;display:block; }
#OJClVTT7CXPq36HatsE74ptAgkTgOFLf { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15121;line-height:1.3;letter-spacing:0;top:22.6875rem;left:26.34375rem;height:1.13671875rem;display:block; }
#ks6OQvZT1QMgaWsNn2WrRyiroyNpVfSu { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:23.255859375rem;left:51.90625rem;height:1.13671875rem;display:block; }
#gvAVorEgh9kdiITmzghwA7vW0ObS5szI { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:47.125rem;left:13.5625rem;height:2.2734375rem;display:block; }
#lgKqMyASsag8eK7edUgudDFbOocOcR0L { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:47.125rem;left:39.125rem;height:1.13671875rem;display:block; }
#QIKVbI6foHTBURT9eKHLyDCoBDETEars { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:37.75rem;left:55.59375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PAX3m9rwzo8TZPzpCna2DZeXwTWUa9aP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PAX3m9rwzo8TZPzpCna2DZeXwTWUa9aP > .row .container { background-color: transparent; background-image: none; }#PAX3m9rwzo8TZPzpCna2DZeXwTWUa9aP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAX3m9rwzo8TZPzpCna2DZeXwTWUa9aP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAX3m9rwzo8TZPzpCna2DZeXwTWUa9aP > .row .container > .video-iframe-container { display: none; }#PAX3m9rwzo8TZPzpCna2DZeXwTWUa9aP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAX3m9rwzo8TZPzpCna2DZeXwTWUa9aP > .row > .video-iframe-container { display: none; }#PAX3m9rwzo8TZPzpCna2DZeXwTWUa9aP > .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); }#PAX3m9rwzo8TZPzpCna2DZeXwTWUa9aP > .row .container { border-width: 0; border-radius: 0; }#PAX3m9rwzo8TZPzpCna2DZeXwTWUa9aP > .row > .video-iframe-container {  }#PAX3m9rwzo8TZPzpCna2DZeXwTWUa9aP > .row .container { font-size:0.875rem;font-family:arial;height:51.9375rem;width:75rem;position:relative;display:block; }#bipgRXTBl2hhkcs1l6mIx6IXr61sMO4F { position:absolute;display:block;z-index:15012;height:36.9375rem;width:55.9375rem;top:8.5625rem;left:0rem;display:block; }
#wMQnl5THzuP15rmECmRpik8xbEverKTo { color:#313131;display:block;width:36.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yvGFl1e9lRL94yBPagvcWubhHZXFu4pO { position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;border-top:0;border-left:0.1875rem solid #000000;border-right:0;border-bottom:0;height:39.625rem;width:0.5rem;top:8.5625rem;left:58.375rem;display:block; }
#nBqDrGvphqleITHs0eiKF50qaZpE5Zh3 { color:#313131;display:block;width:15.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.40625rem;left:59.4375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wdXAXvpRovsldmIK7bDKewkftkTopSCw { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:15.375rem;top:8.5625rem;left:59.5rem;display:block; }
#TNIEGKul8kIkwCzENDkuLXD9NWKNnTRm { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:15.375rem;top:18.25rem;left:59.625rem;display:block; }
#pMsM0XzC0EThFlZlkEKOaaznHuC03hN2 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:15.375rem;top:27.875rem;left:59.625rem;display:block; }
#NNW3ipowKEpFHedwnDFpatTT4d9df3sE { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:15.375rem;top:37.5rem;left:59.625rem;display:block; }
#u3ykrr2yq7wisH3WCqQshMRrRWnpHlWv { background-color:transparent;background-image:none;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"muli black";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:2.6875rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:3.78125rem;left:45.125rem;display:block; }
#lrAH6tlybMfrF7fGZ5NTJfeN6acqqfJV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wUVUgeBdr0SqbLCcllFeQl8VPwETA70c { box-sizing:content-box;color:#000000;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:3.625rem;left:41.75rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhlSq61fIdsz8IIcwOIDDZlV4TtAO6CG { width:14.8125rem;height:9rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIXATotTDxNTxVwA9UmHGkJkO1M9ODNu { width:2.125rem;height:2.125rem;top:23.6875rem;left:19.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy89Cc8A8UMauf6TShAHTRg5fDtoypdw { width:2.125rem;height:2.125rem;top:23.6875rem;left:21.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4JiiSmXxiQLGHVyDaaOoZF2nDyxiVdF { width:2.125rem;height:2.125rem;top:23.6875rem;left:23.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ4AH0cBmvOdhHimEZhPovN2PGPS7uPK { width:2.125rem;height:2.125rem;top:23.6875rem;left:25.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGcX8AowdAvMNUfg0X718IkBihcfR8WF { width:2.125rem;height:2.125rem;top:23.6875rem;left:28rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5bcghSVTXVg7oHZ0DN5TdFdSG71MKQz { width:1.9375rem;height:2rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #waUlInDfhC2UpNK9E1hqWnFH2xKtOy0x { width:13.4375rem;height:1.25rem;top:34.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzSKzkxRdC95Wvn42kdqcT6x7vIMP0Or { width:2.0625rem;height:2.0625rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh4bIM2InXk6WixUelGftRv5cRWDq0KZ { width:31.75rem;height:1.9375rem;top:28.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaVNZCPcWI89p4TkWS5TanbDodA8hVTM { width:25rem;height:12.5rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRatuahF8D0deIDCrJbJ1RdV388WXqsT { width:13.4375rem;height:4.1875rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwCdCtyyhmXfqhkX31GkhNHapeitPmx9 { display:block; }
 }@media only screen and (max-width: 763px) { #pMTok2qCImfMU64nH7Q45A47JIxdZrXQ { width:5.5625rem;height:1.25rem;top:32.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCGSTy5EV6VlZh48mbZfGSWdpTBtKc2B { width:2.8125rem;height:1.4375rem;top:32.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLX80Akb1ksE8G8IlcGZFSf2XuvnTiCk { width:7.5rem;height:1.25rem;top:32.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn1UXXSFDpkkKwqpybXxqC8pUULhpBDk { width:1.875rem;height:1.4375rem;top:32.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJca4BRrJx2RX4Rdo6p4kWsgTVixTkXW { width:1.125rem;height:0.9375rem;top:32.5rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #guhOQqAmLgGTF4ldO3RMNPQtEsP1ilwH { width:33.875rem;height:2.5625rem;top:37.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqHDGF9b7UcUw04DIkvU0eh4Q23wlQqt { width:2.0625rem;height:2.0625rem;top:48.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiHTzitgWvsfIHOlSM5JG5bd0POzIUlC { width:10.0625rem;height:2.125rem;top:48.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #giwLb7KzrDrXVtgtrPiaIuFDi60N2cxn { display:block; }
 }@media only screen and (max-width: 763px) { #FkLKIMsnGQRRkzFMS13fJDJCopaFEOUQ { width:23rem;height:4.1875rem;top:41.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmM3v49HmzydgeH4TbgX5Jnz2yCoAEJM { display:block; }
 }@media only screen and (max-width: 763px) { #hK1rIytZpUfAMSRxWRQrxb56ArTXMwdn { width:23rem;height:4.1875rem;top:41.8125rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JW16ryy55TrTPqXQ3CKqMSJ7W5egJMk0 { display:block; }
 }@media only screen and (max-width: 763px) { #y7uqMeXIsdXDfmZ2pi2TrT5aNIoyQJww { display:block; }#y7uqMeXIsdXDfmZ2pi2TrT5aNIoyQJww > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #enwMT0GeUxvSlFhC05et4r8PQTcg58TQ { width:23.625rem;height:13.25rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXJTgJ465d0L6dd4UwQypLN4O6pRn3Lm { width:23.875rem;height:8.75rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWwfKwHpeRSDI9gaaUIDindlTms4irnx { width:21.75rem;height:1.25rem;top:18.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEReNGMQzNQrbUKNU0q5oNxXCzziwUKf { width:23.875rem;height:8.75rem;top:17.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZocRAkSlWsO7I4RsWwAP8E1nytqX5Wxd { width:20.375rem;height:;top:22.0625rem;left:27.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm3v5C88Rbr0vkO2srFQib5bBiE3PRyo { width:21.75rem;height:2.5625rem;top:18.875rem;left:26rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciMc6SCIqi0eyMU0EToBTVh1bipl3oTI { width:23.75rem;height:13.3125rem;top:4.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMR87Bc7Hd3qNpsrJ2CwbyAMkMpgTq3k { width:23.875rem;height:8.75rem;top:17.625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtOnrWU8FybEz7H3NWaaPSUfzZI0bKmA { width:21.75rem;height:2.5625rem;top:18.875rem;left:12.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6DEFKCH0k0nOZNk6i0QKtvFnPkedAMh { width:23.875rem;height:13.375rem;top:4.375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXqsJpNLG6ZbMiHX1tKK7ZG1kM3PI0eF { width:23.875rem;height:8.75rem;top:42.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tILCx1XmHG7OEoy5gGi1qeIGT9Iec1mn { width:21.75rem;height:1.25rem;top:43.375rem;left:25.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGf00DrJIAZf21zQVDTGdJbrZKz9Pqee { width:23.875rem;height:13.375rem;top:28.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3BkmTg32M7Oxr2SBGG9rohM021ILV4T { width:23.875rem;height:8.75rem;top:42.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMKtisXFdGZKTwxzbRa39uVDJqHmup3f { width:21.75rem;height:2.5625rem;top:43.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE4aaVcyAeTTNlEGr2al341xTG0w4Xq0 { width:23.875rem;height:13.375rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJIDDeKuHxZ4x8ToSIwTgRgrZTZwq6qT { width:4.5rem;height:1.375rem;top:36.25rem;left:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otwXq7ct1HBy99QhqKneBrBX0ULlLWf1 { width:3.75rem;height:0.9375rem;top:36.4375rem;left:42.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJAZAxEhNkQHPe1QV1gRmaSNebb53wBL { width:1.375rem;height:1.375rem;top:36.25rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmJ3uIfu9KT1sNpH2K49fU8wz4KdDf6g { width:22.3125rem;height:2.25rem;top:22.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJClVTT7CXPq36HatsE74ptAgkTgOFLf { width:22.3125rem;height:2.25rem;top:22.6875rem;left:12.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks6OQvZT1QMgaWsNn2WrRyiroyNpVfSu { width:22.3125rem;height:1.125rem;top:23.25rem;left:25.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvAVorEgh9kdiITmzghwA7vW0ObS5szI { width:22.3125rem;height:2.25rem;top:47.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgKqMyASsag8eK7edUgudDFbOocOcR0L { width:22.3125rem;height:1.125rem;top:47.125rem;left:25.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIKVbI6foHTBURT9eKHLyDCoBDETEars { width:5.6875rem;height:0.9375rem;top:37.75rem;left:41.96875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAX3m9rwzo8TZPzpCna2DZeXwTWUa9aP { display:block; }#PAX3m9rwzo8TZPzpCna2DZeXwTWUa9aP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bipgRXTBl2hhkcs1l6mIx6IXr61sMO4F { width:47.75rem;height:36.9375rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMQnl5THzuP15rmECmRpik8xbEverKTo { width:36.8125rem;height:1.75rem;top:4.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvGFl1e9lRL94yBPagvcWubhHZXFu4pO { width:0.5rem;height:39.625rem;top:8.5625rem;left:44.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBqDrGvphqleITHs0eiKF50qaZpE5Zh3 { width:15.5625rem;height:1.4375rem;top:4.375rem;left:32rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wdXAXvpRovsldmIK7bDKewkftkTopSCw { width:15.375rem;height:8.625rem;top:8.5625rem;left:32.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNIEGKul8kIkwCzENDkuLXD9NWKNnTRm { width:15.375rem;height:8.625rem;top:18.25rem;left:32.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMsM0XzC0EThFlZlkEKOaaznHuC03hN2 { width:15.375rem;height:8.625rem;top:27.875rem;left:32.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NNW3ipowKEpFHedwnDFpatTT4d9df3sE { width:15.375rem;height:8.625rem;top:37.5rem;left:32.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u3ykrr2yq7wisH3WCqQshMRrRWnpHlWv { width:10.875rem;height:2.6875rem;top:3.75rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrAH6tlybMfrF7fGZ5NTJfeN6acqqfJV { display:block; }
 }@media only screen and (max-width: 763px) { #wUVUgeBdr0SqbLCcllFeQl8VPwETA70c { width:3rem;height:3rem;top:3.625rem;left:28.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/b75fabd3-a035-4b1b-b71a-f8b22cd1d1a7/fundoenigmasnovodesk.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhlSq61fIdsz8IIcwOIDDZlV4TtAO6CG { width:9.25rem;height:5.4375rem;top:0.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIXATotTDxNTxVwA9UmHGkJkO1M9ODNu { width:1.25rem;height:1.25rem;top:14.4375rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy89Cc8A8UMauf6TShAHTRg5fDtoypdw { width:1.25rem;height:1.25rem;top:14.4375rem;left:12.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4JiiSmXxiQLGHVyDaaOoZF2nDyxiVdF { width:1.25rem;height:1.25rem;top:14.4375rem;left:13.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ4AH0cBmvOdhHimEZhPovN2PGPS7uPK { width:1.25rem;height:1.25rem;top:14.4375rem;left:14.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGcX8AowdAvMNUfg0X718IkBihcfR8WF { width:1.25rem;height:1.25rem;top:14.4375rem;left:16.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5bcghSVTXVg7oHZ0DN5TdFdSG71MKQz { width:1.5rem;height:1.5625rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #waUlInDfhC2UpNK9E1hqWnFH2xKtOy0x { width:9.375rem;height:1.13671875rem;top:14.4375rem;left:1.8125rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #JzSKzkxRdC95Wvn42kdqcT6x7vIMP0Or { width:2rem;height:2rem;top:2.375rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh4bIM2InXk6WixUelGftRv5cRWDq0KZ { width:20rem;height:1.4619125rem;top:11.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaVNZCPcWI89p4TkWS5TanbDodA8hVTM { width:8.6875rem;height:4rem;top:6.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRatuahF8D0deIDCrJbJ1RdV388WXqsT { width:20rem;height:1.9375rem;top:18.75rem;left:0rem;font-size:1rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwCdCtyyhmXfqhkX31GkhNHapeitPmx9 { display:block; }
 }@media only screen and (max-width: 763px) { #pMTok2qCImfMU64nH7Q45A47JIxdZrXQ { width:5.5625rem;height:1.13671875rem;top:16.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCGSTy5EV6VlZh48mbZfGSWdpTBtKc2B { width:2.8125rem;height:1.4619125rem;top:16.3125rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLX80Akb1ksE8G8IlcGZFSf2XuvnTiCk { width:5.375rem;height:1.29980625rem;top:16.375rem;left:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn1UXXSFDpkkKwqpybXxqC8pUULhpBDk { width:1.875rem;height:1.4375rem;top:16.3125rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJca4BRrJx2RX4Rdo6p4kWsgTVixTkXW { width:1.125rem;height:0.9746125rem;top:16.625rem;left:14.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #guhOQqAmLgGTF4ldO3RMNPQtEsP1ilwH { width:20rem;height:5.19921875rem;top:25.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqHDGF9b7UcUw04DIkvU0eh4Q23wlQqt { top:31.6875rem;left:0rem;width:2.0625rem;height:2.0625rem;z-index:15026;color:#ffffff;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiHTzitgWvsfIHOlSM5JG5bd0POzIUlC { width:7.5625rem;height:1.6875rem;top:31.875rem;left:2.1875rem;font-size:0.8125rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #giwLb7KzrDrXVtgtrPiaIuFDi60N2cxn { display:block; }
 }@media only screen and (max-width: 763px) { #FkLKIMsnGQRRkzFMS13fJDJCopaFEOUQ { width:19rem;height:4.1875rem;top:35.908203125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xmM3v49HmzydgeH4TbgX5Jnz2yCoAEJM { display:block; }
 }@media only screen and (max-width: 763px) { #hK1rIytZpUfAMSRxWRQrxb56ArTXMwdn { width:20rem;height:2.125rem;top:21.4375rem;left:0rem;z-index:15087;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JW16ryy55TrTPqXQ3CKqMSJ7W5egJMk0 { display:block; }
 }@media only screen and (max-width: 763px) { #y7uqMeXIsdXDfmZ2pi2TrT5aNIoyQJww { background-color:#232323;background-image:none;display:block; }#y7uqMeXIsdXDfmZ2pi2TrT5aNIoyQJww > .row .container { background-color: transparent; background-image: none; }#y7uqMeXIsdXDfmZ2pi2TrT5aNIoyQJww::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7uqMeXIsdXDfmZ2pi2TrT5aNIoyQJww > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7uqMeXIsdXDfmZ2pi2TrT5aNIoyQJww > .row .container > .video-iframe-container { display: none; }#y7uqMeXIsdXDfmZ2pi2TrT5aNIoyQJww > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7uqMeXIsdXDfmZ2pi2TrT5aNIoyQJww > .row > .video-iframe-container { display: none; }#y7uqMeXIsdXDfmZ2pi2TrT5aNIoyQJww > .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); }#y7uqMeXIsdXDfmZ2pi2TrT5aNIoyQJww > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #enwMT0GeUxvSlFhC05et4r8PQTcg58TQ { width:8.9375rem;height:5rem;top:2.125rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXJTgJ465d0L6dd4UwQypLN4O6pRn3Lm { width:20rem;height:13.0625rem;top:13.598625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oWwfKwHpeRSDI9gaaUIDindlTms4irnx { width:10rem;height:2.2734375rem;top:3.14453125rem;left:10rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dEReNGMQzNQrbUKNU0q5oNxXCzziwUKf { width:20rem;height:13.0625rem;top:54.7295rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZocRAkSlWsO7I4RsWwAP8E1nytqX5Wxd { width:20rem;height:0;top:27.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm3v5C88Rbr0vkO2srFQib5bBiE3PRyo { width:9.875rem;height:2.2734375rem;top:22.625rem;left:10.125rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ciMc6SCIqi0eyMU0EToBTVh1bipl3oTI { width:8.9375rem;height:5rem;top:21.25rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMR87Bc7Hd3qNpsrJ2CwbyAMkMpgTq3k { width:20rem;height:13.0625rem;top:27.911125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mtOnrWU8FybEz7H3NWaaPSUfzZI0bKmA { width:9.9375rem;height:4.546875rem;top:11.75rem;left:10.0625rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #o6DEFKCH0k0nOZNk6i0QKtvFnPkedAMh { width:8.9375rem;height:5rem;top:11.5rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXqsJpNLG6ZbMiHX1tKK7ZG1kM3PI0eF { width:20rem;height:13.0625rem;top:110.835rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tILCx1XmHG7OEoy5gGi1qeIGT9Iec1mn { width:20rem;height:1.29980625rem;top:52.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGf00DrJIAZf21zQVDTGdJbrZKz9Pqee { width:20rem;height:11.1875rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3BkmTg32M7Oxr2SBGG9rohM021ILV4T { width:20rem;height:13.0625rem;top:84.068375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IMKtisXFdGZKTwxzbRa39uVDJqHmup3f { width:9.875rem;height:5.19921875rem;top:29.900390625rem;left:10.125rem;font-size:1rem;font-family:"open sans";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OE4aaVcyAeTTNlEGr2al341xTG0w4Xq0 { width:8.9375rem;height:5rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJIDDeKuHxZ4x8ToSIwTgRgrZTZwq6qT { width:4.5rem;height:1.375rem;top:46.8125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #otwXq7ct1HBy99QhqKneBrBX0ULlLWf1 { width:3.75rem;height:0.9746125rem;top:47rem;left:15.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJAZAxEhNkQHPe1QV1gRmaSNebb53wBL { width:1.375rem;height:1.375rem;top:46.8125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmJ3uIfu9KT1sNpH2K49fU8wz4KdDf6g { width:20rem;height:1.94921875rem;top:7.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJClVTT7CXPq36HatsE74ptAgkTgOFLf { width:20rem;height:1.94921875rem;top:17.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks6OQvZT1QMgaWsNn2WrRyiroyNpVfSu { width:20rem;height:0.9746125rem;top:26.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvAVorEgh9kdiITmzghwA7vW0ObS5szI { width:20rem;height:1.94921875rem;top:35.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgKqMyASsag8eK7edUgudDFbOocOcR0L { width:20rem;height:0.9746125rem;top:54.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIKVbI6foHTBURT9eKHLyDCoBDETEars { width:5.6875rem;height:0.9746125rem;top:45.4189453125rem;left:13.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAX3m9rwzo8TZPzpCna2DZeXwTWUa9aP { display:block; }#PAX3m9rwzo8TZPzpCna2DZeXwTWUa9aP > .row .container { width:20rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bipgRXTBl2hhkcs1l6mIx6IXr61sMO4F { width:20rem;height:41.125rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMQnl5THzuP15rmECmRpik8xbEverKTo { width:18.8125rem;height:3.25rem;top:4.8125rem;left:0.59375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yvGFl1e9lRL94yBPagvcWubhHZXFu4pO { width:0.625rem;height:50.25rem;top:32.875rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBqDrGvphqleITHs0eiKF50qaZpE5Zh3 { width:15.5625rem;height:0;top:28.75rem;left:2.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wdXAXvpRovsldmIK7bDKewkftkTopSCw { height:8.625rem;width:15.375rem;top:84.375rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNIEGKul8kIkwCzENDkuLXD9NWKNnTRm { height:8.625rem;width:15.375rem;top:18.25rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMsM0XzC0EThFlZlkEKOaaznHuC03hN2 { height:8.625rem;width:15.375rem;top:27.875rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NNW3ipowKEpFHedwnDFpatTT4d9df3sE { height:8.625rem;width:15.375rem;top:37.5rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u3ykrr2yq7wisH3WCqQshMRrRWnpHlWv { width:9.375rem;height:2.5rem;top:1.1875rem;left:5.3125rem;font-size:1.125rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrAH6tlybMfrF7fGZ5NTJfeN6acqqfJV { display:block; }
 }@media only screen and (max-width: 763px) { #wUVUgeBdr0SqbLCcllFeQl8VPwETA70c { top:1.375rem;left:2.625rem;width:2.125rem;height:2.125rem;z-index:15026;color:#000000;font-size:1.4375rem;display:block; }
 }