.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffe71e, #ffa0a0);background-image: -moz-linear-gradient(90deg, #ffe71e, #ffa0a0);background-image: -ms-linear-gradient(90deg, #ffe71e, #ffa0a0);background-image: -o-linear-gradient(90deg, #ffe71e, #ffa0a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe71e', endColorstr='#ffa0a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe71e', endColorstr='#ffa0a0' );";background-image: linear-gradient(90deg, #ffe71e, #ffa0a0);background-size:contain !important;position:relative;display:block; }
#fH6gCk16qWQq6a8ftohyvnLcE81BDE24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container { display: none; }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .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); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { background-color: transparent; background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .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); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { border-width: 0; border-radius: 0; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { width:60rem;height:6.6875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#pSzVvXH9GbmH2mZSJOa7SBLpnu8gNKDs { position:relative;display:none; }#pSzVvXH9GbmH2mZSJOa7SBLpnu8gNKDs { border-width: 0; border-radius: 0; }#pSzVvXH9GbmH2mZSJOa7SBLpnu8gNKDs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#AGJCzWex2PI9Wz6cC5kfGBiP9TMnVrHC { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32rem;width:32rem;display:none; }
#oh1D0JL19zT4ZSUS4pvrtTXSxUmrUyUF { color:#330000;display:block;width:33.25rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:1.6875rem;left:13.4375rem;height:2.83333125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#AKc7tOvkRuqpDZ7bzunTqMd231qBugG6 { color:#330000;display:block;width:33.25rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:1.6875rem;left:13.4375rem;height:2.83333125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zvXUAi0cOhRap3RrvNq1FGrZT1Zkllfa { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32rem;width:32rem;display:none; }
#PIuz2Zh9yfUDK8JitMdIZefE5AFFTJAS { color:#330000;display:block;width:33.25rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:1.6875rem;left:13.4375rem;height:2.83333125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FwafeKbanoKK1CN6gvul8z3kRkqoDMXw { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32rem;width:32rem;display:none; }
#rkHGsyNl68lwbbhEPM0kcxReUsSybXDx { color:#330000;display:block;width:33.25rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:1.6875rem;left:13.4375rem;height:2.83333125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TdCrgRaMZJZuV6doriRXJP0Dxen1sNwU { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32rem;width:32rem;display:none; }
#VHskpBZyFfO9WBdt51R72tPgpELMVK8V { color:#330000;display:block;width:33.25rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:1.6875rem;left:13.4375rem;height:2.83333125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#PSrdznZtI3iKoT1XOSReTgXXPf4hhzla { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100000;display:none; }
#PSrdznZtI3iKoT1XOSReTgXXPf4hhzla > img { max-width: 100%;max-height:100%; }#OB1pS3GouqTcVybKDXJcOetWTrkuDnfd { position:relative;display:none; }#OB1pS3GouqTcVybKDXJcOetWTrkuDnfd { border-width: 0; border-radius: 0; }#OB1pS3GouqTcVybKDXJcOetWTrkuDnfd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#scGir5Mw91lawRSesfyKKRdZfCIQX8Kh { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32rem;width:32rem;display:none; }
#O7s9RxLDMNT5oxT7vtdZdW3N0tkqzOn1 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32rem;width:32rem;display:none; }
#ZeGV1AB2qmR2fgEXInK9XNcO6dWKZUD2 { color:#330000;display:block;width:33.25rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:1.6875rem;left:13.4375rem;height:2.83333125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#G4r9gbXkJ6eVGsTd1pNMaOaPzp4mlWV3 { color:#330000;display:block;width:33.25rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:1.6875rem;left:13.4375rem;height:2.83333125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#VIAfLmN3LlLJoQekGmznBLu5s2Mf0hmM { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32rem;width:32rem;display:none; }
#ky6NkJeeylaCMgEL5UFQJMeXEreicWh8 { color:#330000;display:block;width:33.25rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:1.6875rem;left:13.4375rem;height:2.83333125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FJSN7GRnEHu6K4UwbSUkltU9dHEMb0MM { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100000;display:none; }
#FJSN7GRnEHu6K4UwbSUkltU9dHEMb0MM > img { max-width: 100%;max-height:100%; }#IFvTA2zfzy5pSczHy8Rl65HvwAyHBsKF { color:#330000;display:block;width:33.25rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:1.6875rem;left:13.4375rem;height:2.83333125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#y6LxXZG1uslPoTRT8Hce98BzAaTQSTCP { position:relative;display:none; }#y6LxXZG1uslPoTRT8Hce98BzAaTQSTCP { border-width: 0; border-radius: 0; }#y6LxXZG1uslPoTRT8Hce98BzAaTQSTCP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#cahEWNFRFXiFCbJE8ZVs00fkapM90qQy { color:#330000;display:block;width:33.25rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:1.6875rem;left:13.4375rem;height:2.83333125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XipoyviFkUWxHGSqEg6PK9M7qGCpZGbD { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.75rem;width:33.75rem;display:none; }
#kDH6ioyLsPf7rxvthXsNNxysxso3O4si { color:#330000;display:block;width:33.25rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:1.6875rem;left:13.4375rem;height:2.83333125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ec8brxtrvAB97K5bsnZNQ0ihl5daAuPm { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100000;display:none; }
#ec8brxtrvAB97K5bsnZNQ0ihl5daAuPm > img { max-width: 100%;max-height:100%; }#uScS6J0WOFIiq8IXV2sBmavpudv1chf8 { position:relative;display:none; }#uScS6J0WOFIiq8IXV2sBmavpudv1chf8 { border-width: 0; border-radius: 0; }#uScS6J0WOFIiq8IXV2sBmavpudv1chf8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#KUWHQRSPxQHhQyzeWFlzOrbp4NVbA76A { color:#330000;display:block;width:33.25rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:1.6875rem;left:13.4375rem;height:2.83333125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#EN6aNHV69ZTpSdCEb3dym3OWukHO1BVI { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100000;display:none; }
#EN6aNHV69ZTpSdCEb3dym3OWukHO1BVI > img { max-width: 100%;max-height:100%; }#ANWHyiC62kE5nVc69XRGzgC7Gbb9u6Tm { color:#330000;display:block;width:33.25rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:1.6875rem;left:13.4375rem;height:2.83333125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#bA8a5X6hWET6xDdzbZWsiv1DuJiFMEKy { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100000;display:none; }
#bA8a5X6hWET6xDdzbZWsiv1DuJiFMEKy > img { max-width: 100%;max-height:100%; }#AKcfUrZLmzyCgSqxsU5rGmnTIGT6S3m4 { position:relative;display:none; }#AKcfUrZLmzyCgSqxsU5rGmnTIGT6S3m4 { border-width: 0; border-radius: 0; }#AKcfUrZLmzyCgSqxsU5rGmnTIGT6S3m4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#XirDM5gHcQDx74shTvqx4wLlGXICzz5y { position:relative;display:none; }#XirDM5gHcQDx74shTvqx4wLlGXICzz5y { border-width: 0; border-radius: 0; }#XirDM5gHcQDx74shTvqx4wLlGXICzz5y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#byOI6FPk4crha6l190qxhb6tQUaFTuoK { background-color:#5d92ff;background-image:none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#DWLe2L9Fe7lZagng0TrqdUeHQ6Q0oJNT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Dht6E8oC0F20Xpc70u949MVruM3GwqhG { position:relative;display:none; }#Dht6E8oC0F20Xpc70u949MVruM3GwqhG { border-width: 0; border-radius: 0; }#Dht6E8oC0F20Xpc70u949MVruM3GwqhG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#fTs1rRthxFgG8Jwtn0zsyHkyEK7QE6rv { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60rem;width:40rem;display:none; }
#BP7Mh8qlQBm3TBJx3Eqlr6hh2bZriOHc { position:relative;display:none; }#BP7Mh8qlQBm3TBJx3Eqlr6hh2bZriOHc { border-width: 0; border-radius: 0; }#BP7Mh8qlQBm3TBJx3Eqlr6hh2bZriOHc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#NPJiAeMvXbeeyXIpivxCwkdW3bzPri59 { color:#330000;display:block;width:33.25rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:1.6875rem;left:13.4375rem;height:2.83333125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pBXzhTWyBpVGEUVaZ3GcvVoIeAVzorG2 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32rem;width:32rem;display:none; }
#bEqSMDNL14CwL7h9WEXlXyTD7zqTfKz4 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100000;display:none; }
#bEqSMDNL14CwL7h9WEXlXyTD7zqTfKz4 > img { max-width: 100%;max-height:100%; }#RI9BV6cuTd4O9hMnZwsERB5EATIniMTK { position:relative;display:block; }#RI9BV6cuTd4O9hMnZwsERB5EATIniMTK { background-color: transparent; background-image: none; }#RI9BV6cuTd4O9hMnZwsERB5EATIniMTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RI9BV6cuTd4O9hMnZwsERB5EATIniMTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RI9BV6cuTd4O9hMnZwsERB5EATIniMTK > .row .container > .video-iframe-container { display: none; }#RI9BV6cuTd4O9hMnZwsERB5EATIniMTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RI9BV6cuTd4O9hMnZwsERB5EATIniMTK > .row > .video-iframe-container { display: none; }#RI9BV6cuTd4O9hMnZwsERB5EATIniMTK > .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); }#RI9BV6cuTd4O9hMnZwsERB5EATIniMTK { border-width: 0; border-radius: 0; }#RI9BV6cuTd4O9hMnZwsERB5EATIniMTK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#XxuyNkqX8N5RLKrxlyqo7Avo7EFnaZW2 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:20rem;display:none; }
#N6cfyQuw5xcaCoOF2wo9tOiuesnQOsR0 { position:relative;display:none; }#N6cfyQuw5xcaCoOF2wo9tOiuesnQOsR0 { border-width: 0; border-radius: 0; }#N6cfyQuw5xcaCoOF2wo9tOiuesnQOsR0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#rlTT7h3HJyAlZKTewnMdhkqaxwUXDkkQ { color:#330000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.125rem;left:0.0625rem;height:2.41666875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rQBoyStiyBkinCfFy3wXR2mFqTVu8sXw { position:relative;display:none; }#rQBoyStiyBkinCfFy3wXR2mFqTVu8sXw { border-width: 0; border-radius: 0; }#rQBoyStiyBkinCfFy3wXR2mFqTVu8sXw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#pk8gTCCdO1l6B6N6nDlEAqA0Ng4UW6DL { color:#330000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.125rem;left:0.0625rem;height:2.41666875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#e9V2ycM9BDMPZIfkVZXJffle7mf1G799 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:53.75rem;width:40rem;display:none; }
#b5rFaFoOaTBXcbLWtevnuXPH34yJdSfd { color:#330000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.125rem;left:0.0625rem;height:2.41666875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#aqHDKT6HKoxniWAQZWSuru3PGLalZzL7 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:40rem;display:none; }
#i8P0w0ADsOc85S5oiwaTFsDZ0ZTKrgtp { color:#330000;display:block;width:33.25rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:1.6875rem;left:13.4375rem;height:2.83333125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#aTFAyccHIWuUkvD81EebBSXsA45IqnIB { position:relative;display:none; }#aTFAyccHIWuUkvD81EebBSXsA45IqnIB { border-width: 0; border-radius: 0; }#aTFAyccHIWuUkvD81EebBSXsA45IqnIB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#GLiTKPDcDwT0TDUbfL7NPVk6NGTIOQxp { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32rem;width:32rem;display:none; }
#mtyuoR6TUgFKeWFafRtkGtNBe0MARSFd { color:#330000;display:block;width:33.25rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:1.6875rem;left:13.4375rem;height:2.83333125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#r3ZplUyAUaBahAlsCkbc1xTnS5S4t6vr { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100000;display:none; }
#r3ZplUyAUaBahAlsCkbc1xTnS5S4t6vr > img { max-width: 100%;max-height:100%; }#nO2eqRVp0AIRJZmK76Om98Egi9VN91ov { position:relative;display:none; }#nO2eqRVp0AIRJZmK76Om98Egi9VN91ov { border-width: 0; border-radius: 0; }#nO2eqRVp0AIRJZmK76Om98Egi9VN91ov > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#xlJBf5SnzxlNWeGuHNyfp6ysVFMp6Rxc { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:20rem;display:none; }
#qCF9IQcQkLAKLrzQ4Rwl07nF3DEkHMVb { position:relative;display:none; }#qCF9IQcQkLAKLrzQ4Rwl07nF3DEkHMVb { border-width: 0; border-radius: 0; }#qCF9IQcQkLAKLrzQ4Rwl07nF3DEkHMVb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#sIP11RiBQghVXZoN348cmfXiJBKNt5vm { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#iPc3c0Ex5CpGDLDTbJnTI137BNsVfTNX { background-color:#5d92ff;background-image:none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#UAA6l3U3Ayp0alDtE8GqhxUbiAoM8x9T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ROLMNTDsl8udcIxVH6GxNcl6nv3bPJxt { position:relative;display:none; }#ROLMNTDsl8udcIxVH6GxNcl6nv3bPJxt { border-width: 0; border-radius: 0; }#ROLMNTDsl8udcIxVH6GxNcl6nv3bPJxt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#CXSCKG362sT2AMB7C8gRRiSBWp4r6wRN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32rem;width:32rem;display:block; }
#vsPIe3NpltxxWGaD9XtcOl2B3RIUXiN1 { color:#330000;display:block;width:33.25rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:1.6875rem;left:13.4375rem;height:2.83333125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#k6VNTF2Juw5vyTEwGfcJTlLPGALo2QrB { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100000;display:none; }
#k6VNTF2Juw5vyTEwGfcJTlLPGALo2QrB > img { max-width: 100%;max-height:100%; }#e23wChXXmJIRHg0pVf5zgS7mlVO1hGXA { position:relative;display:none; }#e23wChXXmJIRHg0pVf5zgS7mlVO1hGXA { border-width: 0; border-radius: 0; }#e23wChXXmJIRHg0pVf5zgS7mlVO1hGXA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#ID0mvAam0zgX7ry7khPdaXQvEBTECEtO { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.5rem;width:27.5rem;display:none; }
#dgIQ1uiFBH9nG0a839zDI8zbrGQ68Euq { position:relative;display:none; }#dgIQ1uiFBH9nG0a839zDI8zbrGQ68Euq { border-width: 0; border-radius: 0; }#dgIQ1uiFBH9nG0a839zDI8zbrGQ68Euq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#uvJJrVtvhcwQvmJnR24SV5oPNgeBFvIe { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#VFkctpPzF9J4JFEppbixq21lD1oiaNVa { background-color:#5d92ff;background-image:none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#xxVwTSTUkClWl9EE3bRcKUhqU78Zn2UO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UIWSypIfqhE7psIMSXrTNoRHmO6P5PbU { position:relative;display:none; }#UIWSypIfqhE7psIMSXrTNoRHmO6P5PbU { border-width: 0; border-radius: 0; }#UIWSypIfqhE7psIMSXrTNoRHmO6P5PbU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#kGOU8xyqqm5BTDaOiepcQM4H8dAehQHb { color:#330000;display:block;width:33.25rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:1.6875rem;left:13.4375rem;height:2.83333125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#oNbn1ws8NRyKR0GlHUT5mkgzM3NtTwA9 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32rem;width:32rem;display:none; }
#pG5MSa5xb7ICuTsZwELGSGT5b4CFGOEU { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100000;display:none; }
#pG5MSa5xb7ICuTsZwELGSGT5b4CFGOEU > img { max-width: 100%;max-height:100%; }#E4peif87MA2gMUtTPXpV1tKZginLXlEO { position:relative;display:none; }#E4peif87MA2gMUtTPXpV1tKZginLXlEO { border-width: 0; border-radius: 0; }#E4peif87MA2gMUtTPXpV1tKZginLXlEO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#g01f0UTZHmQKZambHBZsFXZrxbvxhnaJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.5rem;width:27.5rem;display:none; }
#InpTB6gSFHrzVQz3E97KA5Huai5mdFLM { position:relative;display:none; }#InpTB6gSFHrzVQz3E97KA5Huai5mdFLM { border-width: 0; border-radius: 0; }#InpTB6gSFHrzVQz3E97KA5Huai5mdFLM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#A2GxKE4ySKTCHQTtmI29iHWhmFcWOE6h { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#Wcx9T95WGuNMiexFWcpslI1XL1mk8kz3 { background-color:#5d92ff;background-image:none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#Pkbf6Bkt4TMZEozOArPyedpXARNk2VZP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qD5LF95IZl3o9nrf2IrDVzwB2b7XoWLy { position:relative;display:none; }#qD5LF95IZl3o9nrf2IrDVzwB2b7XoWLy { border-width: 0; border-radius: 0; }#qD5LF95IZl3o9nrf2IrDVzwB2b7XoWLy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#KWngIm5yRCpRTz7su1B85eUwfcA4qreS { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32rem;width:32rem;display:block; }
#sn3TDwM6m3cB5FBZ9TGGGwBmaWycVN41 { color:#330000;display:block;width:33.25rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:1.6875rem;left:13.4375rem;height:2.83333125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qwgZhvMLH3LddGgyUrrq7NPLREguVw1f { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100000;display:none; }
#qwgZhvMLH3LddGgyUrrq7NPLREguVw1f > img { max-width: 100%;max-height:100%; }#W71BRbcaVSTyRJr5Ik88nRzwSWEpxWXs { position:relative;display:none; }#W71BRbcaVSTyRJr5Ik88nRzwSWEpxWXs { border-width: 0; border-radius: 0; }#W71BRbcaVSTyRJr5Ik88nRzwSWEpxWXs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#x2ImGyfSnd54QafUzcOXVQe36o12p8tN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.5rem;width:27.5rem;display:none; }
#crfEhmbNC3LC3a7WllA0faP3ytRn7cmG { position:relative;display:none; }#crfEhmbNC3LC3a7WllA0faP3ytRn7cmG { border-width: 0; border-radius: 0; }#crfEhmbNC3LC3a7WllA0faP3ytRn7cmG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#fuevRux4QyossBEJBAFNmi8ebqRELDcI { background-color:#5d92ff;background-image:none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#TcSQPVy0QEBzMM2lAvNS1qHRTDf8KWLg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Eoaki0VP2c80yn3eelkGevlTc14OD4ki { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#NwycVox0eBPUB4676nx79mJdHf59J8fH { position:relative;display:none; }#NwycVox0eBPUB4676nx79mJdHf59J8fH { border-width: 0; border-radius: 0; }#NwycVox0eBPUB4676nx79mJdHf59J8fH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#fdQiukyNdbT5sASrvpkfHpMNOwdHQMk0 { color:#330000;display:block;width:33.25rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:1.6875rem;left:13.4375rem;height:2.83333125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#U0v5T7028qvo02ca1tWE7FUrOPfhCtLV { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100000;display:none; }
#U0v5T7028qvo02ca1tWE7FUrOPfhCtLV > img { max-width: 100%;max-height:100%; }#eL9IqWZnVPpAhXnww919IE8QUgc5eRF2 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100000;display:none; }
#eL9IqWZnVPpAhXnww919IE8QUgc5eRF2 > img { max-width: 100%;max-height:100%; }#bVq6KRS6zTESBQW7ngX5WMWLdhcVrsLW { position:relative;display:none; }#bVq6KRS6zTESBQW7ngX5WMWLdhcVrsLW { border-width: 0; border-radius: 0; }#bVq6KRS6zTESBQW7ngX5WMWLdhcVrsLW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#PviI2k4h1V2SgBFHOOhXFdEsx7QI7nMk { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.5rem;width:27.5rem;display:none; }
#QhNa31744PGV9Oc1STyTlgR41xqEX9kW { position:relative;display:none; }#QhNa31744PGV9Oc1STyTlgR41xqEX9kW { border-width: 0; border-radius: 0; }#QhNa31744PGV9Oc1STyTlgR41xqEX9kW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#wNtN2tcB6BXSt9FDsM0wHcB8TIfmp4fh { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#D2AZ8Ri4GOaGXTV4T6sNnMU5cE1vL6cX { background-color:#5d92ff;background-image:none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#OOFKDTHcN6qzBGWTstmaTyPStLKUDkIT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wknskqcFCfSsIoTnhZyGfEccrZZyvfNI { position:relative;display:none; }#wknskqcFCfSsIoTnhZyGfEccrZZyvfNI { border-width: 0; border-radius: 0; }#wknskqcFCfSsIoTnhZyGfEccrZZyvfNI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#TIlCpCKNM3LvicIZuJV0iv1GnlZczNzF { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32rem;width:32rem;display:none; }
#hZ4sk6vR5zXFPaqaMGEoDwZWD4SkeKma { color:#330000;display:block;width:33.25rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:1.6875rem;left:13.4375rem;height:2.83333125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#e2tkqkgo2gdimTAlbOh5amFDUegEyd10 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100000;display:none; }
#e2tkqkgo2gdimTAlbOh5amFDUegEyd10 > img { max-width: 100%;max-height:100%; }#Oggh3Dh81fDqg1TDNdH52ruWcBqIUTKp { position:relative;display:none; }#Oggh3Dh81fDqg1TDNdH52ruWcBqIUTKp { border-width: 0; border-radius: 0; }#Oggh3Dh81fDqg1TDNdH52ruWcBqIUTKp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#DOSqhZfcgfEbaPBfPtuWyoHMd3gUP5L1 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30rem;width:60rem;display:none; }
#Q7fTIwptPIsCR7krWX5niv1aNhU1I1sZ { position:relative;display:none; }#Q7fTIwptPIsCR7krWX5niv1aNhU1I1sZ { border-width: 0; border-radius: 0; }#Q7fTIwptPIsCR7krWX5niv1aNhU1I1sZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#dGulbKwJNHeVfDfGZR0cJl6tyP4dQiSu { z-index:100006;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -moz-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -ms-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -o-linear-gradient(225deg, #2645f7, #2a2d3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );";background-image: linear-gradient(225deg, #2645f7, #2a2d3d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#Jr7T7UELil9sfzImrFJCu4vGDlqL4uSo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BkIAMPdJaCHOEPrMrH6MOT3yObfszbT0 { position:relative;display:none; }#BkIAMPdJaCHOEPrMrH6MOT3yObfszbT0 { border-width: 0; border-radius: 0; }#BkIAMPdJaCHOEPrMrH6MOT3yObfszbT0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#bLNiT9gJiCNP8dKUQseHh5lco7m69VEV { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32rem;width:32rem;display:none; }
#TTf1Eo6403M1Gg1sn7EuxtO29RhdHJn3 { color:#330000;display:block;width:33.25rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:1.6875rem;left:13.4375rem;height:2.83333125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dMMU9yQsTtPUm6ipPTTkyZqutWGXzfUD { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100000;display:none; }
#dMMU9yQsTtPUm6ipPTTkyZqutWGXzfUD > img { max-width: 100%;max-height:100%; }#hoqDwUy1xInhDveMLvd90ihugKV6Rg3q { position:relative;display:none; }#hoqDwUy1xInhDveMLvd90ihugKV6Rg3q { border-width: 0; border-radius: 0; }#hoqDwUy1xInhDveMLvd90ihugKV6Rg3q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#GFlZo86rk8f72ztkH4aKhJLL9uTnbKnp { color:#330000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.125rem;left:0.0625rem;height:2.41666875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#gZNLuRxuLNml2Bmg14IqHozBrxZWEg7p { color:#330000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.125rem;left:0.0625rem;height:2.41666875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#l1gF7xHT1LTWO9KczaBVvf1XJfObqMAZ { color:#330000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.125rem;left:0.0625rem;height:2.41666875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zRaTOZbGbdOMUlh3XBSWX6DeagX0iPLw { color:#330000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.125rem;left:0.0625rem;height:2.41666875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Z4IyncVSEnK7NhXgIcPzq8AEPeTd2iG5 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100000;display:none; }
#Z4IyncVSEnK7NhXgIcPzq8AEPeTd2iG5 > img { max-width: 100%;max-height:100%; }#gEzk5fwrF7OWbJ9ZHsgvBvp8ry96No0G { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100000;display:none; }
#gEzk5fwrF7OWbJ9ZHsgvBvp8ry96No0G > img { max-width: 100%;max-height:100%; }#fCEK2sqm9kRJNhXqI4LivcgGcE0oLO4N { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100000;display:none; }
#fCEK2sqm9kRJNhXqI4LivcgGcE0oLO4N > img { max-width: 100%;max-height:100%; }#WyGevKPOuZow072pcrBnDTVPlVX0l3BG { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100000;display:none; }
#WyGevKPOuZow072pcrBnDTVPlVX0l3BG > img { max-width: 100%;max-height:100%; }#XRadnxmANRHn6Gz5u0oyfPGqcz3w1w0a { position:relative;display:none; }#XRadnxmANRHn6Gz5u0oyfPGqcz3w1w0a { border-width: 0; border-radius: 0; }#XRadnxmANRHn6Gz5u0oyfPGqcz3w1w0a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#tXia663iwu8LzkT7ouTTfEhcWQlkx7g2 { color:#330000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.125rem;left:0.0625rem;height:2.41666875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#e0soK7oXsln7PbaAc5uGdTcCPwBJKPcN { color:#330000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.125rem;left:0.0625rem;height:2.41666875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#fKzDJR5lGWaRAZZUk4OFzDSsg3fcmXMD { z-index:100004;background-color:#012f94;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.375rem 0.375rem 0.75rem rgba(0,0,0,0.5) ;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#BR32QvOhWHFqkTkkntIzbTcvzFncF2q5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
body { position:relative;display:block; }
#trSooUb15pwW13PRdSwT9HXXDRpIvmUR { display:block; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { width:47.75rem;position:relative;display:block; }#pSzVvXH9GbmH2mZSJOa7SBLpnu8gNKDs { display:none; }#pSzVvXH9GbmH2mZSJOa7SBLpnu8gNKDs > .row .container { width:47.75rem;position:relative;display:none; }#AGJCzWex2PI9Wz6cC5kfGBiP9TMnVrHC { width:32rem;height:32rem;display:none; }
#oh1D0JL19zT4ZSUS4pvrtTXSxUmrUyUF { top:4.4375rem;left:0rem;width:3.9375rem;height:1.625rem;font-size:0.625rem;display:none; }
#AKc7tOvkRuqpDZ7bzunTqMd231qBugG6 { top:4.875rem;left:6.3095703125rem;width:3.9375rem;height:0.75rem;font-size:0.625rem;display:none; }
#zvXUAi0cOhRap3RrvNq1FGrZT1Zkllfa { width:32rem;height:32rem;display:none; }
#PIuz2Zh9yfUDK8JitMdIZefE5AFFTJAS { top:4.9375rem;left:0rem;width:2.5rem;height:0.75rem;font-size:0.625rem;display:none; }
#FwafeKbanoKK1CN6gvul8z3kRkqoDMXw { width:32rem;height:32rem;display:none; }
#rkHGsyNl68lwbbhEPM0kcxReUsSybXDx { top:5.875rem;left:5.0617187619209rem;width:2.8125rem;height:0.75rem;font-size:0.625rem;display:none; }
#TdCrgRaMZJZuV6doriRXJP0Dxen1sNwU { width:32rem;height:32rem;display:none; }
#VHskpBZyFfO9WBdt51R72tPgpELMVK8V { top:4.9375rem;left:1.8115234375rem;width:4.125rem;height:0.625rem;font-size:0.625rem;display:none; }
#PSrdznZtI3iKoT1XOSReTgXXPf4hhzla { width:3.125rem;height:3.125rem;display:none; }
#PSrdznZtI3iKoT1XOSReTgXXPf4hhzla > img { max-width: 100%;max-height:100%; }#OB1pS3GouqTcVybKDXJcOetWTrkuDnfd { display:none; }#OB1pS3GouqTcVybKDXJcOetWTrkuDnfd > .row .container { width:47.75rem;position:relative;display:none; }#scGir5Mw91lawRSesfyKKRdZfCIQX8Kh { width:32rem;height:32rem;display:none; }
#O7s9RxLDMNT5oxT7vtdZdW3N0tkqzOn1 { width:32rem;height:32rem;display:none; }
#ZeGV1AB2qmR2fgEXInK9XNcO6dWKZUD2 { top:4.875rem;left:0rem;width:2.875rem;height:0.75rem;font-size:0.625rem;display:none; }
#G4r9gbXkJ6eVGsTd1pNMaOaPzp4mlWV3 { top:4.875rem;left:11.0625rem;width:2.8125rem;height:1.4375rem;font-size:0.625rem;display:none; }
#VIAfLmN3LlLJoQekGmznBLu5s2Mf0hmM { width:32rem;height:32rem;display:none; }
#ky6NkJeeylaCMgEL5UFQJMeXEreicWh8 { top:5rem;left:10.6865234375rem;width:3.1875rem;height:1.5rem;font-size:0.625rem;display:none; }
#FJSN7GRnEHu6K4UwbSUkltU9dHEMb0MM { width:3.125rem;height:3.125rem;display:none; }
#FJSN7GRnEHu6K4UwbSUkltU9dHEMb0MM > img { max-width: 100%;max-height:100%; }#IFvTA2zfzy5pSczHy8Rl65HvwAyHBsKF { top:4.875rem;left:0.09375rem;width:2.6875rem;height:;font-size:0.625rem;display:none; }
#y6LxXZG1uslPoTRT8Hce98BzAaTQSTCP { display:none; }#y6LxXZG1uslPoTRT8Hce98BzAaTQSTCP > .row .container { width:47.75rem;position:relative;display:none; }#cahEWNFRFXiFCbJE8ZVs00fkapM90qQy { top:1.125rem;left:0rem;width:15.8125rem;height:4.1875rem;font-size:1.75rem;display:none; }
#XipoyviFkUWxHGSqEg6PK9M7qGCpZGbD { width:33.75rem;height:33.75rem;display:none; }
#kDH6ioyLsPf7rxvthXsNNxysxso3O4si { top:21.875rem;left:0rem;width:11.0625rem;height:9rem;font-size:1rem;display:none; }
#ec8brxtrvAB97K5bsnZNQ0ihl5daAuPm { width:3.125rem;height:3.125rem;display:none; }
#ec8brxtrvAB97K5bsnZNQ0ihl5daAuPm > img { max-width: 100%;max-height:100%; }#uScS6J0WOFIiq8IXV2sBmavpudv1chf8 { display:none; }#uScS6J0WOFIiq8IXV2sBmavpudv1chf8 > .row .container { width:47.75rem;position:relative;display:none; }#KUWHQRSPxQHhQyzeWFlzOrbp4NVbA76A { top:2.0625rem;left:0rem;width:11.5625rem;height:3rem;font-size:1.375rem;display:none; }
#EN6aNHV69ZTpSdCEb3dym3OWukHO1BVI { width:3.125rem;height:3.125rem;display:none; }
#EN6aNHV69ZTpSdCEb3dym3OWukHO1BVI > img { max-width: 100%;max-height:100%; }#ANWHyiC62kE5nVc69XRGzgC7Gbb9u6Tm { top:5.125rem;left:11.375rem;width:1.875rem;height:0.75rem;font-size:0.625rem;display:none; }
#bA8a5X6hWET6xDdzbZWsiv1DuJiFMEKy { width:3.125rem;height:3.125rem;display:none; }
#bA8a5X6hWET6xDdzbZWsiv1DuJiFMEKy > img { max-width: 100%;max-height:100%; }#AKcfUrZLmzyCgSqxsU5rGmnTIGT6S3m4 { display:none; }#AKcfUrZLmzyCgSqxsU5rGmnTIGT6S3m4 > .row .container { width:47.75rem;position:relative;display:none; }#XirDM5gHcQDx74shTvqx4wLlGXICzz5y { display:none; }#XirDM5gHcQDx74shTvqx4wLlGXICzz5y > .row .container { width:47.75rem;position:relative;display:none; }#byOI6FPk4crha6l190qxhb6tQUaFTuoK { width:;height:;display:none; }
#DWLe2L9Fe7lZagng0TrqdUeHQ6Q0oJNT { display:block; }
#Dht6E8oC0F20Xpc70u949MVruM3GwqhG { display:none; }#Dht6E8oC0F20Xpc70u949MVruM3GwqhG > .row .container { width:47.75rem;position:relative;display:none; }#fTs1rRthxFgG8Jwtn0zsyHkyEK7QE6rv { width:40rem;height:60rem;display:none; }
#BP7Mh8qlQBm3TBJx3Eqlr6hh2bZriOHc { display:none; }#BP7Mh8qlQBm3TBJx3Eqlr6hh2bZriOHc > .row .container { width:47.75rem;position:relative;display:none; }#NPJiAeMvXbeeyXIpivxCwkdW3bzPri59 { top:1.875rem;left:0rem;width:9.125rem;height:1.875rem;font-size:1.5625rem;display:none; }
#pBXzhTWyBpVGEUVaZ3GcvVoIeAVzorG2 { width:32rem;height:32rem;display:none; }
#bEqSMDNL14CwL7h9WEXlXyTD7zqTfKz4 { width:3.125rem;height:3.125rem;display:none; }
#bEqSMDNL14CwL7h9WEXlXyTD7zqTfKz4 > img { max-width: 100%;max-height:100%; }#RI9BV6cuTd4O9hMnZwsERB5EATIniMTK { display:none; }#RI9BV6cuTd4O9hMnZwsERB5EATIniMTK > .row .container { width:47.75rem;position:relative;display:none; }#XxuyNkqX8N5RLKrxlyqo7Avo7EFnaZW2 { display:none; }
#N6cfyQuw5xcaCoOF2wo9tOiuesnQOsR0 { display:none; }#N6cfyQuw5xcaCoOF2wo9tOiuesnQOsR0 > .row .container { width:47.75rem;position:relative;display:none; }#rlTT7h3HJyAlZKTewnMdhkqaxwUXDkkQ { top:0.9375rem;left:0rem;width:20rem;height:22.375rem;font-size:1rem;display:none; }
#rQBoyStiyBkinCfFy3wXR2mFqTVu8sXw { display:none; }#rQBoyStiyBkinCfFy3wXR2mFqTVu8sXw > .row .container { width:47.75rem;position:relative;display:none; }#pk8gTCCdO1l6B6N6nDlEAqA0Ng4UW6DL { top:29.1875rem;left:0rem;width:20rem;height:33.5625rem;font-size:1rem;display:none; }
#e9V2ycM9BDMPZIfkVZXJffle7mf1G799 { width:40rem;height:53.75rem;display:none; }
#b5rFaFoOaTBXcbLWtevnuXPH34yJdSfd { top:51.375rem;left:0rem;width:20rem;height:1.5625rem;font-size:1rem;display:none; }
#aqHDKT6HKoxniWAQZWSuru3PGLalZzL7 { width:40rem;height:20rem;display:none; }
#i8P0w0ADsOc85S5oiwaTFsDZ0ZTKrgtp { top:1.5rem;left:0rem;width:15.0625rem;height:2.25rem;font-size:2.0625rem;display:none; }
#aTFAyccHIWuUkvD81EebBSXsA45IqnIB { display:none; }#aTFAyccHIWuUkvD81EebBSXsA45IqnIB > .row .container { width:47.75rem;position:relative;display:none; }#GLiTKPDcDwT0TDUbfL7NPVk6NGTIOQxp { width:32rem;height:32rem;display:none; }
#mtyuoR6TUgFKeWFafRtkGtNBe0MARSFd { top:0.9375rem;left:0rem;width:10.875rem;height:3.75rem;font-size:1.5625rem;display:none; }
#r3ZplUyAUaBahAlsCkbc1xTnS5S4t6vr { width:3.125rem;height:3.125rem;display:none; }
#r3ZplUyAUaBahAlsCkbc1xTnS5S4t6vr > img { max-width: 100%;max-height:100%; }#nO2eqRVp0AIRJZmK76Om98Egi9VN91ov { display:none; }#nO2eqRVp0AIRJZmK76Om98Egi9VN91ov > .row .container { width:47.75rem;position:relative;display:none; }#xlJBf5SnzxlNWeGuHNyfp6ysVFMp6Rxc { width:20rem;height:20rem;display:none; }
#qCF9IQcQkLAKLrzQ4Rwl07nF3DEkHMVb { display:none; }#qCF9IQcQkLAKLrzQ4Rwl07nF3DEkHMVb > .row .container { width:47.75rem;position:relative;display:none; }#sIP11RiBQghVXZoN348cmfXiJBKNt5vm { width:12.5rem;height:12.5rem;display:none; }
#iPc3c0Ex5CpGDLDTbJnTI137BNsVfTNX { width:;height:;display:none; }
#UAA6l3U3Ayp0alDtE8GqhxUbiAoM8x9T { display:block; }
#ROLMNTDsl8udcIxVH6GxNcl6nv3bPJxt { display:none; }#ROLMNTDsl8udcIxVH6GxNcl6nv3bPJxt > .row .container { width:47.75rem;position:relative;display:none; }#CXSCKG362sT2AMB7C8gRRiSBWp4r6wRN { width:32rem;height:32rem;display:none; }
#vsPIe3NpltxxWGaD9XtcOl2B3RIUXiN1 { top:1.875rem;left:0rem;width:7.875rem;height:1.875rem;font-size:1.5625rem;display:none; }
#k6VNTF2Juw5vyTEwGfcJTlLPGALo2QrB { width:3.125rem;height:3.125rem;display:none; }
#k6VNTF2Juw5vyTEwGfcJTlLPGALo2QrB > img { max-width: 100%;max-height:100%; }#e23wChXXmJIRHg0pVf5zgS7mlVO1hGXA { display:none; }#e23wChXXmJIRHg0pVf5zgS7mlVO1hGXA > .row .container { width:47.75rem;position:relative;display:none; }#ID0mvAam0zgX7ry7khPdaXQvEBTECEtO { width:27.5rem;height:27.5rem;display:none; }
#dgIQ1uiFBH9nG0a839zDI8zbrGQ68Euq { display:none; }#dgIQ1uiFBH9nG0a839zDI8zbrGQ68Euq > .row .container { width:47.75rem;position:relative;display:none; }#uvJJrVtvhcwQvmJnR24SV5oPNgeBFvIe { width:12.5rem;height:12.5rem;display:none; }
#VFkctpPzF9J4JFEppbixq21lD1oiaNVa { width:;height:;display:none; }
#xxVwTSTUkClWl9EE3bRcKUhqU78Zn2UO { display:block; }
#UIWSypIfqhE7psIMSXrTNoRHmO6P5PbU { display:none; }#UIWSypIfqhE7psIMSXrTNoRHmO6P5PbU > .row .container { width:47.75rem;position:relative;display:none; }#kGOU8xyqqm5BTDaOiepcQM4H8dAehQHb { top:1.875rem;left:0rem;width:9.875rem;height:1.875rem;font-size:1.5625rem;display:none; }
#oNbn1ws8NRyKR0GlHUT5mkgzM3NtTwA9 { width:32rem;height:32rem;display:none; }
#pG5MSa5xb7ICuTsZwELGSGT5b4CFGOEU { width:3.125rem;height:3.125rem;display:none; }
#pG5MSa5xb7ICuTsZwELGSGT5b4CFGOEU > img { max-width: 100%;max-height:100%; }#E4peif87MA2gMUtTPXpV1tKZginLXlEO { display:none; }#E4peif87MA2gMUtTPXpV1tKZginLXlEO > .row .container { width:47.75rem;position:relative;display:none; }#g01f0UTZHmQKZambHBZsFXZrxbvxhnaJ { width:27.5rem;height:27.5rem;display:none; }
#InpTB6gSFHrzVQz3E97KA5Huai5mdFLM { display:none; }#InpTB6gSFHrzVQz3E97KA5Huai5mdFLM > .row .container { width:47.75rem;position:relative;display:none; }#A2GxKE4ySKTCHQTtmI29iHWhmFcWOE6h { width:12.5rem;height:12.5rem;display:none; }
#Wcx9T95WGuNMiexFWcpslI1XL1mk8kz3 { width:;height:;display:none; }
#Pkbf6Bkt4TMZEozOArPyedpXARNk2VZP { display:block; }
#qD5LF95IZl3o9nrf2IrDVzwB2b7XoWLy { display:none; }#qD5LF95IZl3o9nrf2IrDVzwB2b7XoWLy > .row .container { width:47.75rem;position:relative;display:none; }#KWngIm5yRCpRTz7su1B85eUwfcA4qreS { width:32rem;height:32rem;display:none; }
#sn3TDwM6m3cB5FBZ9TGGGwBmaWycVN41 { top:1.875rem;left:0rem;width:8.625rem;height:1.875rem;font-size:1.5625rem;display:none; }
#qwgZhvMLH3LddGgyUrrq7NPLREguVw1f { width:3.125rem;height:3.125rem;display:none; }
#qwgZhvMLH3LddGgyUrrq7NPLREguVw1f > img { max-width: 100%;max-height:100%; }#W71BRbcaVSTyRJr5Ik88nRzwSWEpxWXs { display:none; }#W71BRbcaVSTyRJr5Ik88nRzwSWEpxWXs > .row .container { width:47.75rem;position:relative;display:none; }#x2ImGyfSnd54QafUzcOXVQe36o12p8tN { width:27.5rem;height:27.5rem;display:none; }
#crfEhmbNC3LC3a7WllA0faP3ytRn7cmG { display:none; }#crfEhmbNC3LC3a7WllA0faP3ytRn7cmG > .row .container { width:47.75rem;position:relative;display:none; }#fuevRux4QyossBEJBAFNmi8ebqRELDcI { width:;height:;display:none; }
#TcSQPVy0QEBzMM2lAvNS1qHRTDf8KWLg { display:block; }
#Eoaki0VP2c80yn3eelkGevlTc14OD4ki { width:12.5rem;height:12.5rem;display:none; }
#NwycVox0eBPUB4676nx79mJdHf59J8fH { display:none; }#NwycVox0eBPUB4676nx79mJdHf59J8fH > .row .container { width:47.75rem;position:relative;display:none; }#fdQiukyNdbT5sASrvpkfHpMNOwdHQMk0 { top:1.875rem;left:0rem;width:12.6875rem;height:1.875rem;font-size:1.5625rem;display:none; }
#U0v5T7028qvo02ca1tWE7FUrOPfhCtLV { width:3.125rem;height:3.125rem;display:none; }
#U0v5T7028qvo02ca1tWE7FUrOPfhCtLV > img { max-width: 100%;max-height:100%; }#eL9IqWZnVPpAhXnww919IE8QUgc5eRF2 { width:3.125rem;height:3.125rem;display:none; }
#eL9IqWZnVPpAhXnww919IE8QUgc5eRF2 > img { max-width: 100%;max-height:100%; }#bVq6KRS6zTESBQW7ngX5WMWLdhcVrsLW { display:none; }#bVq6KRS6zTESBQW7ngX5WMWLdhcVrsLW > .row .container { width:47.75rem;position:relative;display:none; }#PviI2k4h1V2SgBFHOOhXFdEsx7QI7nMk { width:27.5rem;height:27.5rem;display:none; }
#QhNa31744PGV9Oc1STyTlgR41xqEX9kW { display:none; }#QhNa31744PGV9Oc1STyTlgR41xqEX9kW > .row .container { width:47.75rem;position:relative;display:none; }#wNtN2tcB6BXSt9FDsM0wHcB8TIfmp4fh { width:12.5rem;height:12.5rem;display:none; }
#D2AZ8Ri4GOaGXTV4T6sNnMU5cE1vL6cX { width:;height:;display:none; }
#OOFKDTHcN6qzBGWTstmaTyPStLKUDkIT { display:block; }
#wknskqcFCfSsIoTnhZyGfEccrZZyvfNI { display:none; }#wknskqcFCfSsIoTnhZyGfEccrZZyvfNI > .row .container { width:47.75rem;position:relative;display:none; }#TIlCpCKNM3LvicIZuJV0iv1GnlZczNzF { width:32rem;height:32rem;display:none; }
#hZ4sk6vR5zXFPaqaMGEoDwZWD4SkeKma { top:1.875rem;left:0rem;width:10.9375rem;height:1.875rem;font-size:1.5625rem;display:none; }
#e2tkqkgo2gdimTAlbOh5amFDUegEyd10 { width:3.125rem;height:3.125rem;display:none; }
#e2tkqkgo2gdimTAlbOh5amFDUegEyd10 > img { max-width: 100%;max-height:100%; }#Oggh3Dh81fDqg1TDNdH52ruWcBqIUTKp { display:none; }#Oggh3Dh81fDqg1TDNdH52ruWcBqIUTKp > .row .container { width:47.75rem;position:relative;display:none; }#DOSqhZfcgfEbaPBfPtuWyoHMd3gUP5L1 { width:47.75rem;height:23.875rem;display:none; }
#Q7fTIwptPIsCR7krWX5niv1aNhU1I1sZ { display:none; }#Q7fTIwptPIsCR7krWX5niv1aNhU1I1sZ > .row .container { width:47.75rem;position:relative;display:none; }#dGulbKwJNHeVfDfGZR0cJl6tyP4dQiSu { width:;height:;display:none; }
#Jr7T7UELil9sfzImrFJCu4vGDlqL4uSo { display:block; }
#BkIAMPdJaCHOEPrMrH6MOT3yObfszbT0 { display:none; }#BkIAMPdJaCHOEPrMrH6MOT3yObfszbT0 > .row .container { width:47.75rem;position:relative;display:none; }#bLNiT9gJiCNP8dKUQseHh5lco7m69VEV { width:32rem;height:32rem;display:none; }
#TTf1Eo6403M1Gg1sn7EuxtO29RhdHJn3 { top:1.875rem;left:0rem;width:9.8125rem;height:1.875rem;font-size:1.5625rem;display:none; }
#dMMU9yQsTtPUm6ipPTTkyZqutWGXzfUD { width:3.125rem;height:3.125rem;display:none; }
#dMMU9yQsTtPUm6ipPTTkyZqutWGXzfUD > img { max-width: 100%;max-height:100%; }#hoqDwUy1xInhDveMLvd90ihugKV6Rg3q { display:none; }#hoqDwUy1xInhDveMLvd90ihugKV6Rg3q > .row .container { width:47.75rem;position:relative;display:none; }#GFlZo86rk8f72ztkH4aKhJLL9uTnbKnp { top:6rem;left:0rem;width:9.3125rem;height:1.0625rem;font-size:0.6875rem;display:none; }
#gZNLuRxuLNml2Bmg14IqHozBrxZWEg7p { top:13.375rem;left:0.9375rem;width:9.3125rem;height:1.0625rem;font-size:0.6875rem;display:none; }
#l1gF7xHT1LTWO9KczaBVvf1XJfObqMAZ { top:9.8125rem;left:0rem;width:11.25rem;height:1.0625rem;font-size:0.6875rem;display:none; }
#zRaTOZbGbdOMUlh3XBSWX6DeagX0iPLw { top:2.3125rem;left:0rem;width:6.25rem;height:1.0625rem;font-size:0.6875rem;display:none; }
#Z4IyncVSEnK7NhXgIcPzq8AEPeTd2iG5 { width:3.125rem;height:3.125rem;display:none; }
#Z4IyncVSEnK7NhXgIcPzq8AEPeTd2iG5 > img { max-width: 100%;max-height:100%; }#gEzk5fwrF7OWbJ9ZHsgvBvp8ry96No0G { width:3.125rem;height:3.125rem;display:none; }
#gEzk5fwrF7OWbJ9ZHsgvBvp8ry96No0G > img { max-width: 100%;max-height:100%; }#fCEK2sqm9kRJNhXqI4LivcgGcE0oLO4N { width:3.125rem;height:3.125rem;display:none; }
#fCEK2sqm9kRJNhXqI4LivcgGcE0oLO4N > img { max-width: 100%;max-height:100%; }#WyGevKPOuZow072pcrBnDTVPlVX0l3BG { width:3.125rem;height:3.125rem;display:none; }
#WyGevKPOuZow072pcrBnDTVPlVX0l3BG > img { max-width: 100%;max-height:100%; }#XRadnxmANRHn6Gz5u0oyfPGqcz3w1w0a { display:none; }#XRadnxmANRHn6Gz5u0oyfPGqcz3w1w0a > .row .container { width:47.75rem;position:relative;display:none; }#tXia663iwu8LzkT7ouTTfEhcWQlkx7g2 { top:0.375rem;left:0rem;width:12.6875rem;height:2.25rem;font-size:0.875rem;display:none; }
#e0soK7oXsln7PbaAc5uGdTcCPwBJKPcN { top:10rem;left:0rem;width:13.5rem;height:1.875rem;font-size:0.6875rem;display:none; }
#fKzDJR5lGWaRAZZUk4OFzDSsg3fcmXMD { width:;height:;display:none; }
#BR32QvOhWHFqkTkkntIzbTcvzFncF2q5 { display:block; }
body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/TNUlD1QT/bg_lpro_space_v3.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#fH6gCk16qWQq6a8ftohyvnLcE81BDE24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container { display: none; }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .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); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/828b38a4-d030-47ab-92ab-4c3777184083/CAPAAPPOLIS_322X300.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR.adaptive-delivery-prevent-bg, #trSooUb15pwW13PRdSwT9HXXDRpIvmUR.lazyload, #trSooUb15pwW13PRdSwT9HXXDRpIvmUR.lazyloading { background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { background-color: transparent; background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .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); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { border-width: 0; border-radius: 0; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { width:20rem;height:18.75rem;position:relative;display:block; }#pSzVvXH9GbmH2mZSJOa7SBLpnu8gNKDs { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#pSzVvXH9GbmH2mZSJOa7SBLpnu8gNKDs > .row .container { background-color: transparent; background-image: none; }#pSzVvXH9GbmH2mZSJOa7SBLpnu8gNKDs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSzVvXH9GbmH2mZSJOa7SBLpnu8gNKDs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSzVvXH9GbmH2mZSJOa7SBLpnu8gNKDs > .row .container > .video-iframe-container { display: none; }#pSzVvXH9GbmH2mZSJOa7SBLpnu8gNKDs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSzVvXH9GbmH2mZSJOa7SBLpnu8gNKDs > .row > .video-iframe-container { display: none; }#pSzVvXH9GbmH2mZSJOa7SBLpnu8gNKDs > .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); }#pSzVvXH9GbmH2mZSJOa7SBLpnu8gNKDs > .row .container { border-width: 0; border-radius: 0; }#pSzVvXH9GbmH2mZSJOa7SBLpnu8gNKDs > .row .container { width:20rem;height:8.125rem;position:relative;display:block; }#AGJCzWex2PI9Wz6cC5kfGBiP9TMnVrHC { top:1.71875rem;left:13.25rem;width:2.5rem;height:2.8125rem;z-index:100002;overflow:hidden;display:block; }
#oh1D0JL19zT4ZSUS4pvrtTXSxUmrUyUF { width:2.5rem;height:2.25rem;top:5.09375rem;left:0.25rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.2;font-family:dosis;color:#ffffff;font-weight:700;font-style:normal;z-index:100024;display:block; }
#AKc7tOvkRuqpDZ7bzunTqMd231qBugG6 { width:2.3125rem;height:1.5rem;top:5.09375rem;left:13.34375rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.2;font-family:dosis;color:#ffffff;font-weight:700;font-style:normal;z-index:100025;display:block; }
#zvXUAi0cOhRap3RrvNq1FGrZT1Zkllfa { top:1.71875rem;left:4.248046875rem;width:2.8125rem;height:2.8125rem;z-index:100005;overflow:hidden;display:block; }
#PIuz2Zh9yfUDK8JitMdIZefE5AFFTJAS { width:2.561525rem;height:0.75rem;top:5.09375rem;left:4.373046875rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.2;font-family:dosis;color:#ffffff;font-weight:700;font-style:normal;z-index:100027;display:block; }
#FwafeKbanoKK1CN6gvul8z3kRkqoDMXw { top:1.71875rem;left:8.59375rem;width:2.8125rem;height:2.8125rem;z-index:100005;overflow:hidden;display:block; }
#rkHGsyNl68lwbbhEPM0kcxReUsSybXDx { width:2.8125rem;height:;top:5.09375rem;left:8.59375rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.2;font-family:dosis;color:#ffffff;font-weight:700;font-style:normal;z-index:100025;display:block; }
#TdCrgRaMZJZuV6doriRXJP0Dxen1sNwU { top:1.71875rem;left:17.1875rem;width:2.8125rem;height:2.8125rem;z-index:100000;overflow:hidden;display:block; }
#VHskpBZyFfO9WBdt51R72tPgpELMVK8V { width:2.3125rem;height:1.25rem;top:4.9375rem;left:17.4375rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1;font-family:dosis;color:#ffffff;font-weight:700;font-style:normal;z-index:100023;display:block; }
#PSrdznZtI3iKoT1XOSReTgXXPf4hhzla { top:1.5625rem;left:0rem;width:3.125rem;height:3.125rem;z-index:100000;display:block; }
#PSrdznZtI3iKoT1XOSReTgXXPf4hhzla > img { max-width: 100%;max-height:100%; }#OB1pS3GouqTcVybKDXJcOetWTrkuDnfd { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#OB1pS3GouqTcVybKDXJcOetWTrkuDnfd > .row .container { background-color: transparent; background-image: none; }#OB1pS3GouqTcVybKDXJcOetWTrkuDnfd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OB1pS3GouqTcVybKDXJcOetWTrkuDnfd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OB1pS3GouqTcVybKDXJcOetWTrkuDnfd > .row .container > .video-iframe-container { display: none; }#OB1pS3GouqTcVybKDXJcOetWTrkuDnfd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OB1pS3GouqTcVybKDXJcOetWTrkuDnfd > .row > .video-iframe-container { display: none; }#OB1pS3GouqTcVybKDXJcOetWTrkuDnfd > .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); }#OB1pS3GouqTcVybKDXJcOetWTrkuDnfd > .row .container { border-width: 0; border-radius: 0; }#OB1pS3GouqTcVybKDXJcOetWTrkuDnfd > .row .container { width:20rem;height:8.125rem;position:relative;display:block; }#scGir5Mw91lawRSesfyKKRdZfCIQX8Kh { top:2.0625rem;left:16.5625rem;width:2.8125rem;height:2.8125rem;z-index:100000;overflow:hidden;display:block; }
#O7s9RxLDMNT5oxT7vtdZdW3N0tkqzOn1 { top:2.1875rem;left:11.5625rem;width:2.5rem;height:2.5rem;z-index:100002;overflow:hidden;display:block; }
#ZeGV1AB2qmR2fgEXInK9XNcO6dWKZUD2 { width:2.6875rem;height:0.75rem;top:5.4375rem;left:11.46875rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.2;font-family:dosis;color:#ffffff;font-weight:700;font-style:normal;z-index:100025;display:block; }
#G4r9gbXkJ6eVGsTd1pNMaOaPzp4mlWV3 { width:2.625rem;height:;top:5.4375rem;left:16.65625rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.2;font-family:dosis;color:#ffffff;font-weight:700;font-style:normal;z-index:100026;display:block; }
#VIAfLmN3LlLJoQekGmznBLu5s2Mf0hmM { top:2.0625rem;left:0.6875rem;width:2.8125rem;height:2.8125rem;z-index:100004;overflow:hidden;display:block; }
#ky6NkJeeylaCMgEL5UFQJMeXEreicWh8 { width:3.3125rem;height:1.5rem;top:5.4375rem;left:0.4375rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.2;font-family:dosis;color:#ffffff;font-weight:700;font-style:normal;z-index:100025;display:block; }
#FJSN7GRnEHu6K4UwbSUkltU9dHEMb0MM { top:1.875rem;left:5.875rem;width:3.125rem;height:3.125rem;z-index:100027;display:block; }
#FJSN7GRnEHu6K4UwbSUkltU9dHEMb0MM > img { max-width: 100%;max-height:100%; }#IFvTA2zfzy5pSczHy8Rl65HvwAyHBsKF { width:2.6875rem;height:0.75rem;top:5.4375rem;left:6.21875rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.2;font-family:dosis;color:#ffffff;font-weight:700;font-style:normal;z-index:100026;display:block; }
#y6LxXZG1uslPoTRT8Hce98BzAaTQSTCP { display:block; }#y6LxXZG1uslPoTRT8Hce98BzAaTQSTCP > .row .container { width:20rem;height:32.875rem;position:relative;display:block; }#cahEWNFRFXiFCbJE8ZVs00fkapM90qQy { width:15.8125rem;height:6.2988125rem;top:1.5rem;left:2.09375rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"pt sans narrow";color:#454545;font-weight:700;font-style:normal;z-index:100021;display:block; }
#XipoyviFkUWxHGSqEg6PK9M7qGCpZGbD { top:6.5625rem;left:0rem;width:20rem;height:20rem;z-index:100022;overflow:hidden;display:block; }
#kDH6ioyLsPf7rxvthXsNNxysxso3O4si { width:15.6875rem;height:3.8994125rem;top:27.5615234375rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;font-family:"pt sans narrow";color:#454545;font-weight:700;font-style:normal;z-index:100022;display:block; }
#ec8brxtrvAB97K5bsnZNQ0ihl5daAuPm { top:27.9482421875rem;left:16.75rem;width:3.125rem;height:3.125rem;z-index:100025;font-size:2.1875rem;display:block; }
#ec8brxtrvAB97K5bsnZNQ0ihl5daAuPm > img { max-width: 100%;max-height:100%; }#uScS6J0WOFIiq8IXV2sBmavpudv1chf8 { background-color:#54906b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#uScS6J0WOFIiq8IXV2sBmavpudv1chf8 > .row .container { background-color: transparent; background-image: none; }#uScS6J0WOFIiq8IXV2sBmavpudv1chf8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uScS6J0WOFIiq8IXV2sBmavpudv1chf8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uScS6J0WOFIiq8IXV2sBmavpudv1chf8 > .row .container > .video-iframe-container { display: none; }#uScS6J0WOFIiq8IXV2sBmavpudv1chf8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uScS6J0WOFIiq8IXV2sBmavpudv1chf8 > .row > .video-iframe-container { display: none; }#uScS6J0WOFIiq8IXV2sBmavpudv1chf8 > .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); }#uScS6J0WOFIiq8IXV2sBmavpudv1chf8 > .row .container { border-width: 0; border-radius: 0; }#uScS6J0WOFIiq8IXV2sBmavpudv1chf8 > .row .container { width:20rem;height:6.88574375rem;position:relative;display:block; }#KUWHQRSPxQHhQyzeWFlzOrbp4NVbA76A { width:11.1875rem;height:4.94824375rem;top:1.9375rem;left:4.4375rem;font-size:1.375rem;text-align:justify;text-align-last:initial;line-height:1.2;font-family:"pt sans narrow";color:#ffffff;font-weight:700;font-style:normal;z-index:100020;display:block; }
#EN6aNHV69ZTpSdCEb3dym3OWukHO1BVI { top:1.75rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:100005;display:block; }
#EN6aNHV69ZTpSdCEb3dym3OWukHO1BVI > img { max-width: 100%;max-height:100%; }#ANWHyiC62kE5nVc69XRGzgC7Gbb9u6Tm { width:1.875rem;height:0.75rem;top:4.625rem;left:17.5rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.2;font-family:dosis;color:#ffffff;font-weight:700;font-style:normal;z-index:100026;display:block; }
#bA8a5X6hWET6xDdzbZWsiv1DuJiFMEKy { top:2.1875rem;left:0rem;width:2.8125rem;height:2.8125rem;z-index:100000;font-size:1.9375rem;display:block; }
#bA8a5X6hWET6xDdzbZWsiv1DuJiFMEKy > img { max-width: 100%;max-height:100%; }#AKcfUrZLmzyCgSqxsU5rGmnTIGT6S3m4 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9d69a7d8-aebd-4cb8-91d1-5fc99348d929/2106_MAPACABEALHO.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#AKcfUrZLmzyCgSqxsU5rGmnTIGT6S3m4.adaptive-delivery-prevent-bg, #AKcfUrZLmzyCgSqxsU5rGmnTIGT6S3m4.lazyload, #AKcfUrZLmzyCgSqxsU5rGmnTIGT6S3m4.lazyloading { background-image: none; }#AKcfUrZLmzyCgSqxsU5rGmnTIGT6S3m4 > .row .container { background-color: transparent; background-image: none; }#AKcfUrZLmzyCgSqxsU5rGmnTIGT6S3m4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKcfUrZLmzyCgSqxsU5rGmnTIGT6S3m4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKcfUrZLmzyCgSqxsU5rGmnTIGT6S3m4 > .row .container > .video-iframe-container { display: none; }#AKcfUrZLmzyCgSqxsU5rGmnTIGT6S3m4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKcfUrZLmzyCgSqxsU5rGmnTIGT6S3m4 > .row > .video-iframe-container { display: none; }#AKcfUrZLmzyCgSqxsU5rGmnTIGT6S3m4 > .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); }#AKcfUrZLmzyCgSqxsU5rGmnTIGT6S3m4 > .row .container { border-width: 0; border-radius: 0; }#AKcfUrZLmzyCgSqxsU5rGmnTIGT6S3m4 > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; }#XirDM5gHcQDx74shTvqx4wLlGXICzz5y { background-color:#54906b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XirDM5gHcQDx74shTvqx4wLlGXICzz5y > .row .container { background-color: transparent; background-image: none; }#XirDM5gHcQDx74shTvqx4wLlGXICzz5y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XirDM5gHcQDx74shTvqx4wLlGXICzz5y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XirDM5gHcQDx74shTvqx4wLlGXICzz5y > .row .container > .video-iframe-container { display: none; }#XirDM5gHcQDx74shTvqx4wLlGXICzz5y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XirDM5gHcQDx74shTvqx4wLlGXICzz5y > .row > .video-iframe-container { display: none; }#XirDM5gHcQDx74shTvqx4wLlGXICzz5y > .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); }#XirDM5gHcQDx74shTvqx4wLlGXICzz5y > .row .container { border-width: 0; border-radius: 0; }#XirDM5gHcQDx74shTvqx4wLlGXICzz5y > .row .container { width:20rem;height:6.875rem;position:relative;display:block; }#byOI6FPk4crha6l190qxhb6tQUaFTuoK { top:2.28125rem;left:3.34375rem;width:13.3105625rem;height:2.4375rem;z-index:100046;background-color:#fdc64b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#432e23;font-size:1rem;line-height:1;display:block; }
#DWLe2L9Fe7lZagng0TrqdUeHQ6Q0oJNT { display:block; }
#Dht6E8oC0F20Xpc70u949MVruM3GwqhG { background-color:#54906b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Dht6E8oC0F20Xpc70u949MVruM3GwqhG > .row .container { background-color: transparent; background-image: none; }#Dht6E8oC0F20Xpc70u949MVruM3GwqhG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dht6E8oC0F20Xpc70u949MVruM3GwqhG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dht6E8oC0F20Xpc70u949MVruM3GwqhG > .row .container > .video-iframe-container { display: none; }#Dht6E8oC0F20Xpc70u949MVruM3GwqhG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dht6E8oC0F20Xpc70u949MVruM3GwqhG > .row > .video-iframe-container { display: none; }#Dht6E8oC0F20Xpc70u949MVruM3GwqhG > .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); }#Dht6E8oC0F20Xpc70u949MVruM3GwqhG > .row .container { border-width: 0; border-radius: 0; }#Dht6E8oC0F20Xpc70u949MVruM3GwqhG > .row .container { width:20rem;height:30rem;position:relative;display:block; }#fTs1rRthxFgG8Jwtn0zsyHkyEK7QE6rv { top:0rem;left:0rem;width:20rem;height:30rem;z-index:100000;overflow:hidden;display:block; }
#BP7Mh8qlQBm3TBJx3Eqlr6hh2bZriOHc { background-color:#27563a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#BP7Mh8qlQBm3TBJx3Eqlr6hh2bZriOHc > .row .container { background-color: transparent; background-image: none; }#BP7Mh8qlQBm3TBJx3Eqlr6hh2bZriOHc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BP7Mh8qlQBm3TBJx3Eqlr6hh2bZriOHc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BP7Mh8qlQBm3TBJx3Eqlr6hh2bZriOHc > .row .container > .video-iframe-container { display: none; }#BP7Mh8qlQBm3TBJx3Eqlr6hh2bZriOHc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BP7Mh8qlQBm3TBJx3Eqlr6hh2bZriOHc > .row > .video-iframe-container { display: none; }#BP7Mh8qlQBm3TBJx3Eqlr6hh2bZriOHc > .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); }#BP7Mh8qlQBm3TBJx3Eqlr6hh2bZriOHc > .row .container { border-width: 0; border-radius: 0; }#BP7Mh8qlQBm3TBJx3Eqlr6hh2bZriOHc > .row .container { width:20rem;height:6.25rem;position:relative;display:block; }#NPJiAeMvXbeeyXIpivxCwkdW3bzPri59 { width:9.1865rem;height:;top:2.1875rem;left:5.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"pt sans narrow";color:#000000;font-weight:700;font-style:normal;z-index:100020;display:block; }
#pBXzhTWyBpVGEUVaZ3GcvVoIeAVzorG2 { top:1.875rem;left:0rem;width:2.5rem;height:2.5rem;z-index:100006;overflow:hidden;display:block; }
#bEqSMDNL14CwL7h9WEXlXyTD7zqTfKz4 { top:1.5625rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:100007;display:block; }
#bEqSMDNL14CwL7h9WEXlXyTD7zqTfKz4 > img { max-width: 100%;max-height:100%; }#RI9BV6cuTd4O9hMnZwsERB5EATIniMTK { background-color:#ded7c8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#RI9BV6cuTd4O9hMnZwsERB5EATIniMTK > .row .container { background-color: transparent; background-image: none; }#RI9BV6cuTd4O9hMnZwsERB5EATIniMTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RI9BV6cuTd4O9hMnZwsERB5EATIniMTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RI9BV6cuTd4O9hMnZwsERB5EATIniMTK > .row .container > .video-iframe-container { display: none; }#RI9BV6cuTd4O9hMnZwsERB5EATIniMTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RI9BV6cuTd4O9hMnZwsERB5EATIniMTK > .row > .video-iframe-container { display: none; }#RI9BV6cuTd4O9hMnZwsERB5EATIniMTK > .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); }#RI9BV6cuTd4O9hMnZwsERB5EATIniMTK > .row .container { border-width: 0; border-radius: 0; }#RI9BV6cuTd4O9hMnZwsERB5EATIniMTK > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; }#XxuyNkqX8N5RLKrxlyqo7Avo7EFnaZW2 { height:11.25rem;width:20rem;top:2.78125rem;left:0rem;z-index:100038;display:block; }
#N6cfyQuw5xcaCoOF2wo9tOiuesnQOsR0 { background-color:#ded7c8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#N6cfyQuw5xcaCoOF2wo9tOiuesnQOsR0 > .row .container { background-color: transparent; background-image: none; }#N6cfyQuw5xcaCoOF2wo9tOiuesnQOsR0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6cfyQuw5xcaCoOF2wo9tOiuesnQOsR0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6cfyQuw5xcaCoOF2wo9tOiuesnQOsR0 > .row .container > .video-iframe-container { display: none; }#N6cfyQuw5xcaCoOF2wo9tOiuesnQOsR0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6cfyQuw5xcaCoOF2wo9tOiuesnQOsR0 > .row > .video-iframe-container { display: none; }#N6cfyQuw5xcaCoOF2wo9tOiuesnQOsR0 > .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); }#N6cfyQuw5xcaCoOF2wo9tOiuesnQOsR0 > .row .container { border-width: 0; border-radius: 0; }#N6cfyQuw5xcaCoOF2wo9tOiuesnQOsR0 > .row .container { width:20rem;height:25rem;position:relative;display:block; }#rlTT7h3HJyAlZKTewnMdhkqaxwUXDkkQ { width:20rem;height:15.996125rem;top:0.9375rem;left:0rem;font-size:1rem;z-index:100003;line-height:1.6;text-align:justify;text-align-last:initial;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:700;font-style:normal;display:block; }
#rQBoyStiyBkinCfFy3wXR2mFqTVu8sXw { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#rQBoyStiyBkinCfFy3wXR2mFqTVu8sXw > .row .container { background-color: transparent; background-image: none; }#rQBoyStiyBkinCfFy3wXR2mFqTVu8sXw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQBoyStiyBkinCfFy3wXR2mFqTVu8sXw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQBoyStiyBkinCfFy3wXR2mFqTVu8sXw > .row .container > .video-iframe-container { display: none; }#rQBoyStiyBkinCfFy3wXR2mFqTVu8sXw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQBoyStiyBkinCfFy3wXR2mFqTVu8sXw > .row > .video-iframe-container { display: none; }#rQBoyStiyBkinCfFy3wXR2mFqTVu8sXw > .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); }#rQBoyStiyBkinCfFy3wXR2mFqTVu8sXw > .row .container { border-width: 0; border-radius: 0; }#rQBoyStiyBkinCfFy3wXR2mFqTVu8sXw > .row .container { width:20rem;height:68.625rem;position:relative;display:block; }#pk8gTCCdO1l6B6N6nDlEAqA0Ng4UW6DL { width:20rem;height:23.994125rem;top:23.140625rem;left:0rem;font-size:1rem;z-index:100002;line-height:1.6;text-align:justify;text-align-last:initial;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:700;font-style:normal;display:block; }
#e9V2ycM9BDMPZIfkVZXJffle7mf1G799 { top:4.1875rem;left:3.4375rem;width:13.125rem;height:17.9375rem;z-index:100004;overflow:hidden;display:block; }
#b5rFaFoOaTBXcbLWtevnuXPH34yJdSfd { width:20rem;height:1.5996125rem;top:51.375rem;left:0rem;font-size:1rem;z-index:100003;line-height:1.6;text-align:justify;text-align-last:initial;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:700;font-style:normal;display:block; }
#aqHDKT6HKoxniWAQZWSuru3PGLalZzL7 { top:57.25rem;left:0rem;width:20rem;height:10rem;z-index:100043;overflow:hidden;display:block; }
#i8P0w0ADsOc85S5oiwaTFsDZ0ZTKrgtp { width:15.0625rem;height:4.94921875rem;top:1.375rem;left:2.5rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"pt sans narrow";color:#454545;font-weight:700;font-style:normal;z-index:100023;display:block; }
#aTFAyccHIWuUkvD81EebBSXsA45IqnIB { background-color:#54906b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#aTFAyccHIWuUkvD81EebBSXsA45IqnIB > .row .container { background-color: transparent; background-image: none; }#aTFAyccHIWuUkvD81EebBSXsA45IqnIB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTFAyccHIWuUkvD81EebBSXsA45IqnIB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTFAyccHIWuUkvD81EebBSXsA45IqnIB > .row .container > .video-iframe-container { display: none; }#aTFAyccHIWuUkvD81EebBSXsA45IqnIB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTFAyccHIWuUkvD81EebBSXsA45IqnIB > .row > .video-iframe-container { display: none; }#aTFAyccHIWuUkvD81EebBSXsA45IqnIB > .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); }#aTFAyccHIWuUkvD81EebBSXsA45IqnIB > .row .container { border-width: 0; border-radius: 0; }#aTFAyccHIWuUkvD81EebBSXsA45IqnIB > .row .container { width:20rem;height:8.75rem;position:relative;display:block; }#GLiTKPDcDwT0TDUbfL7NPVk6NGTIOQxp { top:1.875rem;left:0rem;width:2.5rem;height:2.5rem;z-index:100001;overflow:hidden;display:block; }
#mtyuoR6TUgFKeWFafRtkGtNBe0MARSFd { width:10.2494375rem;height:7.5rem;top:1.25rem;left:4.875rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"pt sans narrow";color:#000000;font-weight:700;font-style:normal;z-index:100021;display:block; }
#r3ZplUyAUaBahAlsCkbc1xTnS5S4t6vr { top:1.5625rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:100014;display:block; }
#r3ZplUyAUaBahAlsCkbc1xTnS5S4t6vr > img { max-width: 100%;max-height:100%; }#nO2eqRVp0AIRJZmK76Om98Egi9VN91ov { background-color:#91f1ab;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#nO2eqRVp0AIRJZmK76Om98Egi9VN91ov > .row .container { background-color: transparent; background-image: none; }#nO2eqRVp0AIRJZmK76Om98Egi9VN91ov::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nO2eqRVp0AIRJZmK76Om98Egi9VN91ov > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nO2eqRVp0AIRJZmK76Om98Egi9VN91ov > .row .container > .video-iframe-container { display: none; }#nO2eqRVp0AIRJZmK76Om98Egi9VN91ov > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nO2eqRVp0AIRJZmK76Om98Egi9VN91ov > .row > .video-iframe-container { display: none; }#nO2eqRVp0AIRJZmK76Om98Egi9VN91ov > .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); }#nO2eqRVp0AIRJZmK76Om98Egi9VN91ov > .row .container { border-width: 0; border-radius: 0; }#nO2eqRVp0AIRJZmK76Om98Egi9VN91ov > .row .container { width:20rem;height:20.375rem;position:relative;display:block; }#xlJBf5SnzxlNWeGuHNyfp6ysVFMp6Rxc { top:0rem;left:0rem;width:20rem;height:20rem;z-index:100001;overflow:hidden;display:block; }
#qCF9IQcQkLAKLrzQ4Rwl07nF3DEkHMVb { background-color:#91f1ab;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#qCF9IQcQkLAKLrzQ4Rwl07nF3DEkHMVb > .row .container { background-color: transparent; background-image: none; }#qCF9IQcQkLAKLrzQ4Rwl07nF3DEkHMVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCF9IQcQkLAKLrzQ4Rwl07nF3DEkHMVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCF9IQcQkLAKLrzQ4Rwl07nF3DEkHMVb > .row .container > .video-iframe-container { display: none; }#qCF9IQcQkLAKLrzQ4Rwl07nF3DEkHMVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCF9IQcQkLAKLrzQ4Rwl07nF3DEkHMVb > .row > .video-iframe-container { display: none; }#qCF9IQcQkLAKLrzQ4Rwl07nF3DEkHMVb > .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); }#qCF9IQcQkLAKLrzQ4Rwl07nF3DEkHMVb > .row .container { border-width: 0; border-radius: 0; }#qCF9IQcQkLAKLrzQ4Rwl07nF3DEkHMVb > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; }#sIP11RiBQghVXZoN348cmfXiJBKNt5vm { top:0rem;left:0rem;width:20rem;height:7.5rem;z-index:100039;background-color:#54906b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#iPc3c0Ex5CpGDLDTbJnTI137BNsVfTNX { top:2.78125rem;left:3.34375rem;width:13.3105625rem;height:2.4375rem;z-index:100045;background-color:#432e23;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:1rem;line-height:1;display:block; }
#UAA6l3U3Ayp0alDtE8GqhxUbiAoM8x9T { display:block; }
#ROLMNTDsl8udcIxVH6GxNcl6nv3bPJxt { background-color:#432e23;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ROLMNTDsl8udcIxVH6GxNcl6nv3bPJxt > .row .container { background-color: transparent; background-image: none; }#ROLMNTDsl8udcIxVH6GxNcl6nv3bPJxt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROLMNTDsl8udcIxVH6GxNcl6nv3bPJxt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROLMNTDsl8udcIxVH6GxNcl6nv3bPJxt > .row .container > .video-iframe-container { display: none; }#ROLMNTDsl8udcIxVH6GxNcl6nv3bPJxt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROLMNTDsl8udcIxVH6GxNcl6nv3bPJxt > .row > .video-iframe-container { display: none; }#ROLMNTDsl8udcIxVH6GxNcl6nv3bPJxt > .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); }#ROLMNTDsl8udcIxVH6GxNcl6nv3bPJxt > .row .container { border-width: 0; border-radius: 0; }#ROLMNTDsl8udcIxVH6GxNcl6nv3bPJxt > .row .container { width:20rem;height:6.25rem;position:relative;display:block; }#CXSCKG362sT2AMB7C8gRRiSBWp4r6wRN { top:1.875rem;left:0rem;width:2.5rem;height:2.5rem;z-index:100001;overflow:hidden;display:block; }
#vsPIe3NpltxxWGaD9XtcOl2B3RIUXiN1 { width:7.9355625rem;height:3.75rem;top:2.1875rem;left:6.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"pt sans narrow";color:#000000;font-weight:700;font-style:normal;z-index:100021;display:block; }
#k6VNTF2Juw5vyTEwGfcJTlLPGALo2QrB { top:1.5625rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:100009;display:block; }
#k6VNTF2Juw5vyTEwGfcJTlLPGALo2QrB > img { max-width: 100%;max-height:100%; }#e23wChXXmJIRHg0pVf5zgS7mlVO1hGXA { background-color:#ffebc7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#e23wChXXmJIRHg0pVf5zgS7mlVO1hGXA > .row .container { background-color: transparent; background-image: none; }#e23wChXXmJIRHg0pVf5zgS7mlVO1hGXA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e23wChXXmJIRHg0pVf5zgS7mlVO1hGXA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e23wChXXmJIRHg0pVf5zgS7mlVO1hGXA > .row .container > .video-iframe-container { display: none; }#e23wChXXmJIRHg0pVf5zgS7mlVO1hGXA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e23wChXXmJIRHg0pVf5zgS7mlVO1hGXA > .row > .video-iframe-container { display: none; }#e23wChXXmJIRHg0pVf5zgS7mlVO1hGXA > .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); }#e23wChXXmJIRHg0pVf5zgS7mlVO1hGXA > .row .container { border-width: 0; border-radius: 0; }#e23wChXXmJIRHg0pVf5zgS7mlVO1hGXA > .row .container { width:20rem;height:20.625rem;position:relative;display:block; }#ID0mvAam0zgX7ry7khPdaXQvEBTECEtO { top:0.5625rem;left:0rem;width:20rem;height:20rem;z-index:100000;overflow:hidden;display:block; }
#dgIQ1uiFBH9nG0a839zDI8zbrGQ68Euq { background-color:#ffebc7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dgIQ1uiFBH9nG0a839zDI8zbrGQ68Euq > .row .container { background-color: transparent; background-image: none; }#dgIQ1uiFBH9nG0a839zDI8zbrGQ68Euq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgIQ1uiFBH9nG0a839zDI8zbrGQ68Euq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgIQ1uiFBH9nG0a839zDI8zbrGQ68Euq > .row .container > .video-iframe-container { display: none; }#dgIQ1uiFBH9nG0a839zDI8zbrGQ68Euq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgIQ1uiFBH9nG0a839zDI8zbrGQ68Euq > .row > .video-iframe-container { display: none; }#dgIQ1uiFBH9nG0a839zDI8zbrGQ68Euq > .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); }#dgIQ1uiFBH9nG0a839zDI8zbrGQ68Euq > .row .container { border-width: 0; border-radius: 0; }#dgIQ1uiFBH9nG0a839zDI8zbrGQ68Euq > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; }#uvJJrVtvhcwQvmJnR24SV5oPNgeBFvIe { top:0.25rem;left:0rem;width:20rem;height:7.5rem;z-index:100039;background-color:#fdc64b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#VFkctpPzF9J4JFEppbixq21lD1oiaNVa { top:2.78125rem;left:3.34375rem;width:13.3105625rem;height:2.4375rem;z-index:100045;background-color:#432e23;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:1rem;line-height:1;display:block; }
#xxVwTSTUkClWl9EE3bRcKUhqU78Zn2UO { display:block; }
#UIWSypIfqhE7psIMSXrTNoRHmO6P5PbU { background-color:#21723f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#UIWSypIfqhE7psIMSXrTNoRHmO6P5PbU > .row .container { background-color: transparent; background-image: none; }#UIWSypIfqhE7psIMSXrTNoRHmO6P5PbU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIWSypIfqhE7psIMSXrTNoRHmO6P5PbU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIWSypIfqhE7psIMSXrTNoRHmO6P5PbU > .row .container > .video-iframe-container { display: none; }#UIWSypIfqhE7psIMSXrTNoRHmO6P5PbU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIWSypIfqhE7psIMSXrTNoRHmO6P5PbU > .row > .video-iframe-container { display: none; }#UIWSypIfqhE7psIMSXrTNoRHmO6P5PbU > .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); }#UIWSypIfqhE7psIMSXrTNoRHmO6P5PbU > .row .container { border-width: 0; border-radius: 0; }#UIWSypIfqhE7psIMSXrTNoRHmO6P5PbU > .row .container { width:20rem;height:6.25rem;position:relative;display:block; }#kGOU8xyqqm5BTDaOiepcQM4H8dAehQHb { width:9.875rem;height:;top:2.1875rem;left:5.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"pt sans narrow";color:#000000;font-weight:700;font-style:normal;z-index:100020;display:block; }
#oNbn1ws8NRyKR0GlHUT5mkgzM3NtTwA9 { top:1.875rem;left:0rem;width:2.5rem;height:2.5rem;z-index:100001;overflow:hidden;display:block; }
#pG5MSa5xb7ICuTsZwELGSGT5b4CFGOEU { top:1.5625rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:100008;display:block; }
#pG5MSa5xb7ICuTsZwELGSGT5b4CFGOEU > img { max-width: 100%;max-height:100%; }#E4peif87MA2gMUtTPXpV1tKZginLXlEO { background-color:#54906b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#E4peif87MA2gMUtTPXpV1tKZginLXlEO > .row .container { background-color: transparent; background-image: none; }#E4peif87MA2gMUtTPXpV1tKZginLXlEO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4peif87MA2gMUtTPXpV1tKZginLXlEO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4peif87MA2gMUtTPXpV1tKZginLXlEO > .row .container > .video-iframe-container { display: none; }#E4peif87MA2gMUtTPXpV1tKZginLXlEO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4peif87MA2gMUtTPXpV1tKZginLXlEO > .row > .video-iframe-container { display: none; }#E4peif87MA2gMUtTPXpV1tKZginLXlEO > .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); }#E4peif87MA2gMUtTPXpV1tKZginLXlEO > .row .container { border-width: 0; border-radius: 0; }#E4peif87MA2gMUtTPXpV1tKZginLXlEO > .row .container { width:20rem;height:20.625rem;position:relative;display:block; }#g01f0UTZHmQKZambHBZsFXZrxbvxhnaJ { top:0.625rem;left:0rem;width:20rem;height:20rem;z-index:100000;overflow:hidden;display:block; }
#InpTB6gSFHrzVQz3E97KA5Huai5mdFLM { background-color:#54906b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#InpTB6gSFHrzVQz3E97KA5Huai5mdFLM > .row .container { background-color: transparent; background-image: none; }#InpTB6gSFHrzVQz3E97KA5Huai5mdFLM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InpTB6gSFHrzVQz3E97KA5Huai5mdFLM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InpTB6gSFHrzVQz3E97KA5Huai5mdFLM > .row .container > .video-iframe-container { display: none; }#InpTB6gSFHrzVQz3E97KA5Huai5mdFLM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InpTB6gSFHrzVQz3E97KA5Huai5mdFLM > .row > .video-iframe-container { display: none; }#InpTB6gSFHrzVQz3E97KA5Huai5mdFLM > .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); }#InpTB6gSFHrzVQz3E97KA5Huai5mdFLM > .row .container { border-width: 0; border-radius: 0; }#InpTB6gSFHrzVQz3E97KA5Huai5mdFLM > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; }#A2GxKE4ySKTCHQTtmI29iHWhmFcWOE6h { top:0.25rem;left:0rem;width:20rem;height:7.5rem;z-index:100038;background-color:#91f1ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#Wcx9T95WGuNMiexFWcpslI1XL1mk8kz3 { top:2.78125rem;left:3.34375rem;width:13.3105625rem;height:2.4375rem;z-index:100044;background-color:#432e23;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:1rem;line-height:1;display:block; }
#Pkbf6Bkt4TMZEozOArPyedpXARNk2VZP { display:block; }
#qD5LF95IZl3o9nrf2IrDVzwB2b7XoWLy { background-color:#6b3d02;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#qD5LF95IZl3o9nrf2IrDVzwB2b7XoWLy > .row .container { background-color: transparent; background-image: none; }#qD5LF95IZl3o9nrf2IrDVzwB2b7XoWLy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qD5LF95IZl3o9nrf2IrDVzwB2b7XoWLy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qD5LF95IZl3o9nrf2IrDVzwB2b7XoWLy > .row .container > .video-iframe-container { display: none; }#qD5LF95IZl3o9nrf2IrDVzwB2b7XoWLy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qD5LF95IZl3o9nrf2IrDVzwB2b7XoWLy > .row > .video-iframe-container { display: none; }#qD5LF95IZl3o9nrf2IrDVzwB2b7XoWLy > .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); }#qD5LF95IZl3o9nrf2IrDVzwB2b7XoWLy > .row .container { border-width: 0; border-radius: 0; }#qD5LF95IZl3o9nrf2IrDVzwB2b7XoWLy > .row .container { width:20rem;height:6.25rem;position:relative;display:block; }#KWngIm5yRCpRTz7su1B85eUwfcA4qreS { top:1.875rem;left:0rem;width:2.5rem;height:2.5rem;z-index:100001;overflow:hidden;display:block; }
#sn3TDwM6m3cB5FBZ9TGGGwBmaWycVN41 { width:8.625rem;height:1.875rem;top:2.1875rem;left:5.6875rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"pt sans narrow";color:#000000;font-weight:700;font-style:normal;z-index:100021;display:block; }
#qwgZhvMLH3LddGgyUrrq7NPLREguVw1f { top:1.5625rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:100010;display:block; }
#qwgZhvMLH3LddGgyUrrq7NPLREguVw1f > img { max-width: 100%;max-height:100%; }#W71BRbcaVSTyRJr5Ik88nRzwSWEpxWXs { background-color:#b28041;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#W71BRbcaVSTyRJr5Ik88nRzwSWEpxWXs > .row .container { background-color: transparent; background-image: none; }#W71BRbcaVSTyRJr5Ik88nRzwSWEpxWXs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W71BRbcaVSTyRJr5Ik88nRzwSWEpxWXs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W71BRbcaVSTyRJr5Ik88nRzwSWEpxWXs > .row .container > .video-iframe-container { display: none; }#W71BRbcaVSTyRJr5Ik88nRzwSWEpxWXs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W71BRbcaVSTyRJr5Ik88nRzwSWEpxWXs > .row > .video-iframe-container { display: none; }#W71BRbcaVSTyRJr5Ik88nRzwSWEpxWXs > .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); }#W71BRbcaVSTyRJr5Ik88nRzwSWEpxWXs > .row .container { border-width: 0; border-radius: 0; }#W71BRbcaVSTyRJr5Ik88nRzwSWEpxWXs > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; }#x2ImGyfSnd54QafUzcOXVQe36o12p8tN { top:0rem;left:0rem;width:20rem;height:20rem;z-index:100000;overflow:hidden;display:block; }
#crfEhmbNC3LC3a7WllA0faP3ytRn7cmG { background-color:#b28041;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#crfEhmbNC3LC3a7WllA0faP3ytRn7cmG > .row .container { background-color: transparent; background-image: none; }#crfEhmbNC3LC3a7WllA0faP3ytRn7cmG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crfEhmbNC3LC3a7WllA0faP3ytRn7cmG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crfEhmbNC3LC3a7WllA0faP3ytRn7cmG > .row .container > .video-iframe-container { display: none; }#crfEhmbNC3LC3a7WllA0faP3ytRn7cmG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crfEhmbNC3LC3a7WllA0faP3ytRn7cmG > .row > .video-iframe-container { display: none; }#crfEhmbNC3LC3a7WllA0faP3ytRn7cmG > .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); }#crfEhmbNC3LC3a7WllA0faP3ytRn7cmG > .row .container { border-width: 0; border-radius: 0; }#crfEhmbNC3LC3a7WllA0faP3ytRn7cmG > .row .container { width:20rem;height:8.125rem;position:relative;display:block; }#fuevRux4QyossBEJBAFNmi8ebqRELDcI { top:2.6875rem;left:3.34375rem;width:13.3105625rem;height:2.4375rem;z-index:100045;background-color:#432e23;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:1rem;line-height:1;display:block; }
#TcSQPVy0QEBzMM2lAvNS1qHRTDf8KWLg { display:block; }
#Eoaki0VP2c80yn3eelkGevlTc14OD4ki { top:0rem;left:0rem;width:20rem;height:7.5rem;z-index:100039;background-color:#fdc64b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#NwycVox0eBPUB4676nx79mJdHf59J8fH { background-color:#432e23;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NwycVox0eBPUB4676nx79mJdHf59J8fH > .row .container { background-color: transparent; background-image: none; }#NwycVox0eBPUB4676nx79mJdHf59J8fH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwycVox0eBPUB4676nx79mJdHf59J8fH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwycVox0eBPUB4676nx79mJdHf59J8fH > .row .container > .video-iframe-container { display: none; }#NwycVox0eBPUB4676nx79mJdHf59J8fH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwycVox0eBPUB4676nx79mJdHf59J8fH > .row > .video-iframe-container { display: none; }#NwycVox0eBPUB4676nx79mJdHf59J8fH > .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); }#NwycVox0eBPUB4676nx79mJdHf59J8fH > .row .container { border-width: 0; border-radius: 0; }#NwycVox0eBPUB4676nx79mJdHf59J8fH > .row .container { width:20rem;height:6.25rem;position:relative;display:block; }#fdQiukyNdbT5sASrvpkfHpMNOwdHQMk0 { width:8.3125rem;height:1.875rem;top:2.1875rem;left:5.875rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"pt sans narrow";color:#000000;font-weight:700;font-style:normal;z-index:100021;display:block; }
#U0v5T7028qvo02ca1tWE7FUrOPfhCtLV { top:1.5625rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:100012;display:block; }
#U0v5T7028qvo02ca1tWE7FUrOPfhCtLV > img { max-width: 100%;max-height:100%; }#eL9IqWZnVPpAhXnww919IE8QUgc5eRF2 { top:1.5625rem;left:0rem;width:3.125rem;height:3.125rem;z-index:100029;display:block; }
#eL9IqWZnVPpAhXnww919IE8QUgc5eRF2 > img { max-width: 100%;max-height:100%; }#bVq6KRS6zTESBQW7ngX5WMWLdhcVrsLW { background-color:#ffebc7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bVq6KRS6zTESBQW7ngX5WMWLdhcVrsLW > .row .container { background-color: transparent; background-image: none; }#bVq6KRS6zTESBQW7ngX5WMWLdhcVrsLW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVq6KRS6zTESBQW7ngX5WMWLdhcVrsLW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVq6KRS6zTESBQW7ngX5WMWLdhcVrsLW > .row .container > .video-iframe-container { display: none; }#bVq6KRS6zTESBQW7ngX5WMWLdhcVrsLW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVq6KRS6zTESBQW7ngX5WMWLdhcVrsLW > .row > .video-iframe-container { display: none; }#bVq6KRS6zTESBQW7ngX5WMWLdhcVrsLW > .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); }#bVq6KRS6zTESBQW7ngX5WMWLdhcVrsLW > .row .container { border-width: 0; border-radius: 0; }#bVq6KRS6zTESBQW7ngX5WMWLdhcVrsLW > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; }#PviI2k4h1V2SgBFHOOhXFdEsx7QI7nMk { top:0rem;left:0rem;width:20rem;height:20rem;z-index:100001;overflow:hidden;display:block; }
#QhNa31744PGV9Oc1STyTlgR41xqEX9kW { background-color:#ffebc7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#QhNa31744PGV9Oc1STyTlgR41xqEX9kW > .row .container { background-color: transparent; background-image: none; }#QhNa31744PGV9Oc1STyTlgR41xqEX9kW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhNa31744PGV9Oc1STyTlgR41xqEX9kW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhNa31744PGV9Oc1STyTlgR41xqEX9kW > .row .container > .video-iframe-container { display: none; }#QhNa31744PGV9Oc1STyTlgR41xqEX9kW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhNa31744PGV9Oc1STyTlgR41xqEX9kW > .row > .video-iframe-container { display: none; }#QhNa31744PGV9Oc1STyTlgR41xqEX9kW > .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); }#QhNa31744PGV9Oc1STyTlgR41xqEX9kW > .row .container { border-width: 0; border-radius: 0; }#QhNa31744PGV9Oc1STyTlgR41xqEX9kW > .row .container { width:20rem;height:8.5rem;position:relative;display:block; }#wNtN2tcB6BXSt9FDsM0wHcB8TIfmp4fh { top:0rem;left:0rem;width:20rem;height:7.5rem;z-index:100040;background-color:#fdc64b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#D2AZ8Ri4GOaGXTV4T6sNnMU5cE1vL6cX { top:2.53125rem;left:3.34375rem;width:13.3105625rem;height:2.4375rem;z-index:100046;background-color:#432e23;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:1rem;line-height:1;display:block; }
#OOFKDTHcN6qzBGWTstmaTyPStLKUDkIT { display:block; }
#wknskqcFCfSsIoTnhZyGfEccrZZyvfNI { background-color:#54906b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wknskqcFCfSsIoTnhZyGfEccrZZyvfNI > .row .container { background-color: transparent; background-image: none; }#wknskqcFCfSsIoTnhZyGfEccrZZyvfNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wknskqcFCfSsIoTnhZyGfEccrZZyvfNI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wknskqcFCfSsIoTnhZyGfEccrZZyvfNI > .row .container > .video-iframe-container { display: none; }#wknskqcFCfSsIoTnhZyGfEccrZZyvfNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wknskqcFCfSsIoTnhZyGfEccrZZyvfNI > .row > .video-iframe-container { display: none; }#wknskqcFCfSsIoTnhZyGfEccrZZyvfNI > .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); }#wknskqcFCfSsIoTnhZyGfEccrZZyvfNI > .row .container { border-width: 0; border-radius: 0; }#wknskqcFCfSsIoTnhZyGfEccrZZyvfNI > .row .container { width:20rem;height:6.25rem;position:relative;display:block; }#TIlCpCKNM3LvicIZuJV0iv1GnlZczNzF { top:1.875rem;left:0rem;width:2.5rem;height:2.5rem;z-index:100001;overflow:hidden;display:block; }
#hZ4sk6vR5zXFPaqaMGEoDwZWD4SkeKma { width:6.125rem;height:1.875rem;top:2.1875rem;left:6.9375rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"pt sans narrow";color:#000000;font-weight:700;font-style:normal;z-index:100021;display:block; }
#e2tkqkgo2gdimTAlbOh5amFDUegEyd10 { top:1.5625rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:100011;display:block; }
#e2tkqkgo2gdimTAlbOh5amFDUegEyd10 > img { max-width: 100%;max-height:100%; }#Oggh3Dh81fDqg1TDNdH52ruWcBqIUTKp { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Oggh3Dh81fDqg1TDNdH52ruWcBqIUTKp > .row .container { background-color: transparent; background-image: none; }#Oggh3Dh81fDqg1TDNdH52ruWcBqIUTKp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oggh3Dh81fDqg1TDNdH52ruWcBqIUTKp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oggh3Dh81fDqg1TDNdH52ruWcBqIUTKp > .row .container > .video-iframe-container { display: none; }#Oggh3Dh81fDqg1TDNdH52ruWcBqIUTKp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oggh3Dh81fDqg1TDNdH52ruWcBqIUTKp > .row > .video-iframe-container { display: none; }#Oggh3Dh81fDqg1TDNdH52ruWcBqIUTKp > .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); }#Oggh3Dh81fDqg1TDNdH52ruWcBqIUTKp > .row .container { border-width: 0; border-radius: 0; }#Oggh3Dh81fDqg1TDNdH52ruWcBqIUTKp > .row .container { width:20rem;height:10rem;position:relative;display:block; }#DOSqhZfcgfEbaPBfPtuWyoHMd3gUP5L1 { top:0rem;left:0rem;width:20rem;height:10rem;z-index:100000;overflow:hidden;display:block; }
#Q7fTIwptPIsCR7krWX5niv1aNhU1I1sZ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Q7fTIwptPIsCR7krWX5niv1aNhU1I1sZ > .row .container { background-color: transparent; background-image: none; }#Q7fTIwptPIsCR7krWX5niv1aNhU1I1sZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7fTIwptPIsCR7krWX5niv1aNhU1I1sZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7fTIwptPIsCR7krWX5niv1aNhU1I1sZ > .row .container > .video-iframe-container { display: none; }#Q7fTIwptPIsCR7krWX5niv1aNhU1I1sZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7fTIwptPIsCR7krWX5niv1aNhU1I1sZ > .row > .video-iframe-container { display: none; }#Q7fTIwptPIsCR7krWX5niv1aNhU1I1sZ > .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); }#Q7fTIwptPIsCR7krWX5niv1aNhU1I1sZ > .row .container { border-width: 0; border-radius: 0; }#Q7fTIwptPIsCR7krWX5niv1aNhU1I1sZ > .row .container { width:20rem;height:8.125rem;position:relative;display:block; }#dGulbKwJNHeVfDfGZR0cJl6tyP4dQiSu { top:2rem;left:3.5rem;z-index:100003;width:12.9980625rem;height:3rem;font-family:"pt sans narrow";font-size:1rem;background-color:#432e23;background-image:none;color:#ffffff;line-height:1;display:block; }
#Jr7T7UELil9sfzImrFJCu4vGDlqL4uSo { display:block; }
#BkIAMPdJaCHOEPrMrH6MOT3yObfszbT0 { background-color:#54906b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#BkIAMPdJaCHOEPrMrH6MOT3yObfszbT0 > .row .container { background-color: transparent; background-image: none; }#BkIAMPdJaCHOEPrMrH6MOT3yObfszbT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkIAMPdJaCHOEPrMrH6MOT3yObfszbT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkIAMPdJaCHOEPrMrH6MOT3yObfszbT0 > .row .container > .video-iframe-container { display: none; }#BkIAMPdJaCHOEPrMrH6MOT3yObfszbT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkIAMPdJaCHOEPrMrH6MOT3yObfszbT0 > .row > .video-iframe-container { display: none; }#BkIAMPdJaCHOEPrMrH6MOT3yObfszbT0 > .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); }#BkIAMPdJaCHOEPrMrH6MOT3yObfszbT0 > .row .container { border-width: 0; border-radius: 0; }#BkIAMPdJaCHOEPrMrH6MOT3yObfszbT0 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; }#bLNiT9gJiCNP8dKUQseHh5lco7m69VEV { top:1.875rem;left:0rem;width:2.5rem;height:2.5rem;z-index:100001;overflow:hidden;display:block; }
#TTf1Eo6403M1Gg1sn7EuxtO29RhdHJn3 { width:9.8730625rem;height:1.875rem;top:2.1875rem;left:5.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"pt sans narrow";color:#000000;font-weight:700;font-style:normal;z-index:100021;display:block; }
#dMMU9yQsTtPUm6ipPTTkyZqutWGXzfUD { top:1.5625rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:100015;display:block; }
#dMMU9yQsTtPUm6ipPTTkyZqutWGXzfUD > img { max-width: 100%;max-height:100%; }#hoqDwUy1xInhDveMLvd90ihugKV6Rg3q { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#hoqDwUy1xInhDveMLvd90ihugKV6Rg3q > .row .container { background-color: transparent; background-image: none; }#hoqDwUy1xInhDveMLvd90ihugKV6Rg3q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoqDwUy1xInhDveMLvd90ihugKV6Rg3q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoqDwUy1xInhDveMLvd90ihugKV6Rg3q > .row .container > .video-iframe-container { display: none; }#hoqDwUy1xInhDveMLvd90ihugKV6Rg3q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoqDwUy1xInhDveMLvd90ihugKV6Rg3q > .row > .video-iframe-container { display: none; }#hoqDwUy1xInhDveMLvd90ihugKV6Rg3q > .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); }#hoqDwUy1xInhDveMLvd90ihugKV6Rg3q > .row .container { border-width: 0; border-radius: 0; }#hoqDwUy1xInhDveMLvd90ihugKV6Rg3q > .row .container { width:20rem;height:16.875rem;position:relative;display:block; }#GFlZo86rk8f72ztkH4aKhJLL9uTnbKnp { width:9.3125rem;height:1.0996125rem;top:5.875rem;left:7.0625rem;font-size:0.6875rem;z-index:100005;line-height:1.6;text-align:left;text-align-last:left;color:#000000;display:block; }
#gZNLuRxuLNml2Bmg14IqHozBrxZWEg7p { width:9.3125rem;height:1.0996125rem;top:13.375rem;left:7.0625rem;font-size:0.6875rem;z-index:100006;line-height:1.6;text-align:left;text-align-last:left;color:#000000;display:block; }
#l1gF7xHT1LTWO9KczaBVvf1XJfObqMAZ { width:9.3125rem;height:1.0996125rem;top:9.6865234375rem;left:7.0625rem;font-size:0.6875rem;z-index:100006;line-height:1.6;text-align:left;text-align-last:left;color:#000000;display:block; }
#zRaTOZbGbdOMUlh3XBSWX6DeagX0iPLw { width:6.25rem;height:1.0996125rem;top:2.1875rem;left:7.0625rem;font-size:0.6875rem;z-index:100007;line-height:1.6;text-align:left;text-align-last:left;color:#000000;display:block; }
#Z4IyncVSEnK7NhXgIcPzq8AEPeTd2iG5 { top:12.875rem;left:3.625rem;width:2.1875rem;height:2.1875rem;z-index:100023;font-size:1.5rem;display:block; }
#Z4IyncVSEnK7NhXgIcPzq8AEPeTd2iG5 > img { max-width: 100%;max-height:100%; }#gEzk5fwrF7OWbJ9ZHsgvBvp8ry96No0G { top:1.8125rem;left:3.75rem;width:1.875rem;height:1.875rem;z-index:100024;font-size:1.3125rem;display:block; }
#gEzk5fwrF7OWbJ9ZHsgvBvp8ry96No0G > img { max-width: 100%;max-height:100%; }#fCEK2sqm9kRJNhXqI4LivcgGcE0oLO4N { top:5.375rem;left:3.625rem;width:2.1875rem;height:2.1875rem;z-index:100025;font-size:1.5rem;display:block; }
#fCEK2sqm9kRJNhXqI4LivcgGcE0oLO4N > img { max-width: 100%;max-height:100%; }#WyGevKPOuZow072pcrBnDTVPlVX0l3BG { top:9.142578125rem;left:3.625rem;width:2.1875rem;height:2.1875rem;z-index:100029;font-size:1.5rem;display:block; }
#WyGevKPOuZow072pcrBnDTVPlVX0l3BG > img { max-width: 100%;max-height:100%; }#XRadnxmANRHn6Gz5u0oyfPGqcz3w1w0a { background-color:#54906b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XRadnxmANRHn6Gz5u0oyfPGqcz3w1w0a > .row .container { background-color: transparent; background-image: none; }#XRadnxmANRHn6Gz5u0oyfPGqcz3w1w0a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRadnxmANRHn6Gz5u0oyfPGqcz3w1w0a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRadnxmANRHn6Gz5u0oyfPGqcz3w1w0a > .row .container > .video-iframe-container { display: none; }#XRadnxmANRHn6Gz5u0oyfPGqcz3w1w0a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRadnxmANRHn6Gz5u0oyfPGqcz3w1w0a > .row > .video-iframe-container { display: none; }#XRadnxmANRHn6Gz5u0oyfPGqcz3w1w0a > .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); }#XRadnxmANRHn6Gz5u0oyfPGqcz3w1w0a > .row .container { border-width: 0; border-radius: 0; }#XRadnxmANRHn6Gz5u0oyfPGqcz3w1w0a > .row .container { width:20rem;height:11.875rem;position:relative;display:block; }#tXia663iwu8LzkT7ouTTfEhcWQlkx7g2 { width:14.0625rem;height:2.625rem;top:1.6875rem;left:3rem;font-size:0.875rem;z-index:100002;line-height:1.5;text-align:center;text-align-last:center;color:#121212;display:block; }
#e0soK7oXsln7PbaAc5uGdTcCPwBJKPcN { width:15.25rem;height:2.0625rem;top:5.4375rem;left:2.375rem;font-size:0.6875rem;z-index:100001;line-height:1.5;text-align:center;text-align-last:center;color:#121212;display:block; }
#fKzDJR5lGWaRAZZUk4OFzDSsg3fcmXMD { top:7.875rem;left:2.75rem;z-index:100001;width:14.5625rem;height:2.3125rem;color:#121212;background-color:rgba(255,255,255,0.5);background-image:none;font-size:1rem;display:block; }
#BR32QvOhWHFqkTkkntIzbTcvzFncF2q5 { display:block; }
